aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/x509/general_name.py
Commit message (Expand)AuthorAgeFilesLines
* 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