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
Hello! I'm trying to use this crate for verifying RSA PKCS1 signatures in X.509 certificates.
What's the best way to parse a DER BitString and get a rsa::pkcs1v15::Signature out of it? I see that there is impl SignatureBitStringEncoding for Signature to output bit string, but there doesn't seem to be anything for the inverse.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello! I'm trying to use this crate for verifying RSA PKCS1 signatures in X.509 certificates.
What's the best way to parse a DER BitString and get a
rsa::pkcs1v15::Signature
out of it? I see that there isimpl SignatureBitStringEncoding for Signature
to output bit string, but there doesn't seem to be anything for the inverse.Thank you!
The text was updated successfully, but these errors were encountered: