gmsm icon indicating copy to clipboard operation
gmsm copied to clipboard

[go1.20] crypto/x509: add support for PKCS8/PKIX X25519 key encodings

Open emmansun opened this issue 3 months ago • 0 comments

This specifically doesn't add support for X25519 certificates. Refactored parsePublicKey not to depend on the public PublicKeyAlgorithm values, and ParseCertificate/ParseCertificateRequest to ignore keys that don't have a PublicKeyAlgorithm even if parsePublicKey supports them.

emmansun avatar Mar 06 '24 02:03 emmansun