Skip to content

It is not proper for ZCertificate to store extensions of certificates by the type dict. #12

Description

@GOODPWDCETCSZ

In the JSON output, ZCertificate uses the type dict to store extensions of certificates. It is not proper to use such unique key type since it cannot store two extensions with the same extension name but different extension content and then it is impossible to check the violation of RFC 5280. It is recommended to use list instead of dict to process extensions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions