zcertificate icon indicating copy to clipboard operation
zcertificate copied to clipboard

It is not proper to place "signature" at the level same to the level of fields like "version" in the "parsed"

Open GOODPWDCETCSZ opened this issue 5 years ago • 0 comments

In the JSON output of ZCertificate, all fields are placed in a dict. The key "signature" is placed at the level same to that of keys like "version". This does not conform to the structure specified in RFC 5280. The "signature" should be placed at the level same to that of tbsCertificate which contains "version", "serial number" and so on.

GOODPWDCETCSZ avatar May 04 '20 02:05 GOODPWDCETCSZ