wbond / asn1crypto

Python ASN.1 library with a focus on performance and a pythonic API
MIT License
335 stars 140 forks source link

Fix x509.Name.build() to properly handle all fields #270

Closed wbond closed 1 year ago

wbond commented 1 year ago

Previously it did not properly handle the following fields:

Fixes #260