From 01ee6f5e391eee76e6cd3062de8fc84851bd06e3 Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Sat, 12 Nov 2016 01:28:56 +1000 Subject: 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 --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS.rst') diff --git a/AUTHORS.rst b/AUTHORS.rst index f825c2cd..44dec5b1 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -33,3 +33,4 @@ PGP key fingerprints are enclosed in parentheses. * Maximilian Hils * Simo Sorce * Thomas Sileo +* Fraser Tweedale -- cgit v1.2.3