Skip to content
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

Extend OAEP support #111

Closed
wants to merge 1 commit into from
Closed

Extend OAEP support #111

wants to merge 1 commit into from

Conversation

steils
Copy link

@steils steils commented Sep 1, 2019

Provide methods: EVP_PKEY_CTX_{g,s}et_rsa_oaep_md,
EVP_PKEY_CTX_{g,s}et0_rsa_oaep_label.

Based on Stephen Henson's patches for OpenSSL 1.1.0:
openssl/openssl@271fef0
openssl/openssl@211a14f

Provide methods: EVP_PKEY_CTX_{g,s}et_rsa_oaep_md,
EVP_PKEY_CTX_{g,s}et0_rsa_oaep_label.

Based on Stephen Henson's patches for OpenSSL 1.1.0:
openssl/openssl@271fef0
openssl/openssl@211a14f
@codingHahn
Copy link

It compiles and nextcloud-client links against it. A install in a virtual machine mostly works. I.e. nextcloud-client crashes randomly when using the crypto functions. Why, I do not know.

@kinichiro
Copy link

kinichiro commented Sep 5, 2019 via email

@kinichiro
Copy link

These functions has come in upstream by 8dcdd9b .
Can you close this ?

@steils
Copy link
Author

steils commented Nov 6, 2019

Thank you, Kinichiro. Sorry for leaving it unfinished for a long time.

@steils steils closed this Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants