commit | 01ee6f5e391eee76e6cd3062de8fc84851bd06e3 | [log] [tgz] |
---|---|---|
author | Fraser Tweedale <frase@frase.id.au> | Sat Nov 12 01:28:56 2016 +1000 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Nov 11 07:28:56 2016 -0800 |
tree | 3309443a73201bcec03c5bb14df019e49eae798c | |
parent | 44eb89e911db7298a29640c9073c9e2ff4d5f806 [diff] |
Name: add support for multi-value RDNs (#3202) Update the Name class to accept and internally store a list of RelativeDistinguishedName objects. Add the 'rdns' attribute to give access to the RDNs. Update ASN.1 routines to correctly decode and encode multi-value RDNs. Fixes: https://github.com/pyca/cryptography/issues/3199