You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: