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
In tests/openssl.rs, invocation of the verify_csr(&cert); function is commented out for ed25519 certificates because it fails. I'm not sure what the problem is.
The text was updated successfully, but these errors were encountered:
est31
changed the title
performing csr verification with openssl is broken for ed25519 certificates
csr verification with openssl gives error for ed25519 certificates
Jun 11, 2019
In tests/openssl.rs, invocation of the
verify_csr(&cert);
function is commented out for ed25519 certificates because it fails. I'm not sure what the problem is.This is the output if you remove the
//
:cc @djc
The text was updated successfully, but these errors were encountered: