-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can we get the part of the elliptic curve from the PKEY and use it as the public key of a digital certificat #509
Labels
Comments
@thb-sb @praveksharma I have successfully separated classical algorithm part from the hybrid pkey.When I use PEM_write_bio_PUBKEY() to process a certificate and encounter an error, what could be the reason? Could it be due to a problem with the newly created EVP_PKEY?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to get the part of the classical algorithm from the hybrid pkey, and then write it into the digital certificate, but I find that the separated form is octet_string format, which cannot be used directly. How to realize my idea?
The text was updated successfully, but these errors were encountered: