summaryrefslogtreecommitdiff
path: root/src/cryptography/x509/name.py
Commit message (Expand)AuthorAgeFilesLines
* support parsing bitstring values in DNs (#6629)Paul Kehrer2021-11-281-6/+21
* allow parsing of nonstandard country name and jurisdiction country name (#6641)Paul Kehrer2021-11-211-2/+15
* Allow custom attribute shortnames in rfc4514_string (#6490)Marti Raudsepp2021-11-011-10/+25
* encode x509.Name.public_bytes using rust (#6424)Paul Kehrer2021-10-161-5/+5
* Add RDN for emailAddress (#6100)DivineHawk2021-08-121-0/+1
* Remove straddling jargon "text". (#6067)Benjamin Peterson2021-05-251-1/+1
* Use well-defined enum representation (#6042)Christian Heimes2021-05-121-2/+2
* Add x509.Name.rfc4514_attribute_name (#5969)Maximilian Hils2021-04-131-2/+12
* Generic extension value/typehint x509.Name (#5897)Mathias Ertl2021-03-061-3/+21
* more typing (#5887)Paul Kehrer2021-03-021-1/+2
* Type a bunch of random functions (#5875)Alex Gaynor2021-02-271-4/+10
* add typehints for read only properties (#5826)Mathias Ertl2021-02-151-4/+8
* Name: update get_attributes_for_oid return type (#5809)Dan Halperin2021-02-101-1/+1
* Apply type annotations to x509 ct and ocsp (#5712)Alex Gaynor2021-01-301-26/+26
* Complete removal of py2 (#5533)Alex Gaynor2020-12-091-3/+1
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-5/+1
* x509 optional backend args (#5390)Paul Kehrer2020-08-151-1/+3
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-37/+33
* 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