aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/name.py
Commit message (Expand)AuthorAgeFilesLines
* Allow NameAttribute.value to be an empty string (#5109)Andrea De Pasquale2020-03-191-3/+3
* Reversed the order of RDNs in x509.Name.rfc4514_string() (#5120)Thomas Erbesdobler2020-03-021-4/+8
* Use literals for collections and comprehensions. (#5091)Mads Jensen2020-01-121-1/+1
* 4810 bugfix: avoid UnicodeEncodeError on python 2 (#4846)redshiftzero2019-04-161-1/+4
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-2/+2
* Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646)Marti Raudsepp2018-12-181-1/+1
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-081-2/+68
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-091-3/+8
* Fix ASN1 string type encoding for several Name OIDs (#4035)Paul Kehrer2017-11-301-7/+15
* both parse and encode the ASN1 string type for Name attributes (#3896)Paul Kehrer2017-09-251-5/+41
* disallow empty string for NameAttribute (#3711)Paul Kehrer2017-06-191-0/+3
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+3
* Name: add support for multi-value RDNs (#3202)Fraser Tweedale2016-11-111-7/+20
* Make DistributionPoint relative_name a set of NameAttribute (#3210)Fraser Tweedale2016-11-071-0/+35
* Allow passing iterators where collections are expected (#3078)Marti2016-08-261-0/+4
* test passed because UnicodeEncodeError is a subclass of ValueErrorPaul Kehrer2016-03-061-1/+1
* raise ValueError if > 2 byte value for NameAttribute with CN OIDPaul Kehrer2016-03-061-1/+6
* Fixed #2444 -- added an __hash__ to x509 NamesAlex Gaynor2015-10-241-0/+8
* split Name from x509 modulePaul Kehrer2015-08-091-0/+70