zcrypto icon indicating copy to clipboard operation
zcrypto copied to clipboard

Zcrypto cannot represent the extension Netscape Cert Type in JSON output

Open GOODPWDCETCSZ opened this issue 3 years ago • 0 comments

Env: Ubuntu x64

Go version: 1.13, 1.15

Reproduce: ./zcertificate seed-7s35-9s14-37s37-55s29-750s39.pem

Expected result: The extension Netscape Cert Type is displayed.

Actual result:

"unknown_extensions": [ ... { "id": "2.16.840.1.113730.1.1", "critical": true, "value": "AwIGwA==" } ],

asn1parse -genstr OID:2.16.840.1.113730.1.1 0:d=0 hl=2 l= 9 prim: OBJECT :Netscape Cert Type

Attachment

seed-7s35-9s14-37s37-55s29-750s39.zip

GOODPWDCETCSZ avatar Jan 25 '21 14:01 GOODPWDCETCSZ