aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/general_name.py
Commit message (Expand)AuthorAgeFilesLines
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-5/+5
* Fixes #4734 -- Deal with deprecated things (#4736)Alex Gaynor2019-01-231-3/+3
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-12/+17
* Import idna lazily to reduce our memory consumption (#4601)Alex Gaynor2018-11-231-2/+12
* nit: remove double space in deprecation warning (#4018)Alex Gaynor2017-11-111-2/+2
* Fix a few new flake8 issues (#4008)Alex Gaynor2017-11-021-1/+0
* backwards incompatible change to UniformResourceIdentifier (#3954)Paul Kehrer2017-10-101-56/+19
* backwards incompatible change to RFC822Name (#3953)Paul Kehrer2017-10-101-42/+20
* Backwards incompatible change to DNSName (#3951)Paul Kehrer2017-10-101-48/+19
* fix a bug with URI value when parsing a string with no hostname (#3909)Paul Kehrer2017-09-131-1/+2
* implement __hash__ on all GeneralName types (#3907)Paul Kehrer2017-09-131-2/+17
* compare against bytes values, not the U-label decoded ones (#3906)Paul Kehrer2017-09-121-2/+2
* deprecate unicode input for RFC822Name (#3836)Paul Kehrer2017-08-011-14/+50
* deprecate auto-idna on UniformResourceIdentifier (#3832)Paul Kehrer2017-08-011-10/+63
* Begin the deprecation of auto-idna for x509.DNSName (#3830)Alex Gaynor2017-07-301-8/+66
* Merge pull request #2635 from alex/rfc-hashPaul Kehrer2016-01-031-0/+3
|\
| * Implement __hash__ on RFC822NameAlex Gaynor2016-01-031-0/+3
* | Implement __hash__ on UniformResourceIdentifierAlex Gaynor2016-01-031-0/+3
|/
* split general namesPaul Kehrer2015-08-091-0/+265