Bug report: Cant use Parse X.509 Certificate on certificates signed with ED25519 signatures: unsupported PKCS#8 public key hex
#2005
Labels
unsupported PKCS#8 public key hex
#2005
Describe the bug
Using the Parse X.509 Certificate recipe to parse a certificate that was generated using ED25519 signatures doesn't work and returns a
unsupported PKCS#8 public key hex
error.To Reproduce
Sample input: Click Here
This certificate parses fine with OpenSSL, i.e.
openssl x509 -in cert_goes_here.pem -text -noout
:Expected behaviour
The cert will be parsed and information about its contents will be displayed.
Screenshots
N/A
Desktop (if relevant, please complete the following information):
136.0.3
10.19.4
Additional context
N/A
The text was updated successfully, but these errors were encountered: