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

Supporting ECDSA with LibreSSL #19

Closed
omasanori opened this issue May 21, 2018 · 2 comments · Fixed by #25
Closed

Supporting ECDSA with LibreSSL #19

omasanori opened this issue May 21, 2018 · 2 comments · Fixed by #25
Assignees

Comments

@omasanori
Copy link
Contributor

omasanori commented May 21, 2018

Background

While LibreSSL 2.7+ features partial API compatibility with OpenSSL 1.0.2 and 1.1.0, there are still missing symbols to enable ECDSA support with it. We will be able to support ECDSA with LibreSSL when missing APIs are provided, but for now, I would like to share the list below as a reminder.

Status

LibreSSL 2.9.1 provides mandatory APIs AFAIK.

How to test

Please fetch #25 and comment on the result back to the PR.

@kazuho kazuho self-assigned this Sep 20, 2018
@omasanori
Copy link
Contributor Author

Good news: While they had missed documentation until recently so I overlooked, the EC APIs have been provided since LibreSSL 2.9. Moreover, LibreSSL 3.0 will provide RSA_meth_set_sign. Thus, only RSA_PKCS1_OpenSSL is missing and we can complement the remaining one because that is just a new name of an old function.

@omasanori omasanori mentioned this issue Aug 19, 2019
7 tasks
@omasanori
Copy link
Contributor Author

After refactoring, newer RSA APIs are no longer required to support ECDSA. (well, it is obvious, isn't it?) Refer #25 for details.

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 a pull request may close this issue.

2 participants