You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ring is a nice library, but it is not sure it is the best for our purpose: x509-parser needs to be able to verify all kind of cryptographic signatures (even old/deprecated/not ideal but correct algorithms). ring aims at providing a secure by default API, but our criteria is compatibility with previous implementations, so openssl may be a better choice.
The text was updated successfully, but these errors were encountered:
Followup of #69
Ring is a nice library, but it is not sure it is the best for our purpose:
x509-parser
needs to be able to verify all kind of cryptographic signatures (even old/deprecated/not ideal but correct algorithms).ring
aims at providing a secure by default API, but our criteria is compatibility with previous implementations, soopenssl
may be a better choice.The text was updated successfully, but these errors were encountered: