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
I have to parse a P-192 public key and although it is not implemented in the upstream x509 package, this repo is able to parse it properly and flags the fact that it is an insecure algorithm as a non-fatal error; however, the ParsePKIXPublicKey function makes these non-fatal errors fatal errors, preventing the parsing of a P-192 key. The comment mentions that this is "for this entrypoint"; however, I don't see another entry point that would allow for more lax parsing of these public keys.
Any ideas on an alternative entrypoint for parsing these keys?
The text was updated successfully, but these errors were encountered:
I have to parse a P-192 public key and although it is not implemented in the upstream
x509
package, this repo is able to parse it properly and flags the fact that it is an insecure algorithm as a non-fatal error; however, theParsePKIXPublicKey
function makes these non-fatal errors fatal errors, preventing the parsing of a P-192 key. The comment mentions that this is "for this entrypoint"; however, I don't see another entry point that would allow for more lax parsing of these public keys.Any ideas on an alternative entrypoint for parsing these keys?
The text was updated successfully, but these errors were encountered: