aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #2141 from reaperhulk/better-rfc822nameAlex Gaynor2015-07-121-0/+19
|\ \ \
| * | | simplify logic, it doesn't appear parts > 2 is possiblePaul Kehrer2015-07-121-4/+3
| * | | expand RFC822Name to validate and (internally) IDNA encodePaul Kehrer2015-07-121-0/+20
* | | | Fixed #2143 -- added __hash__ to RSA{Public,Private}NumbersAlex Gaynor2015-07-121-0/+14
| |_|/ |/| |
* | | Merge pull request #2095 from reaperhulk/nc-the-hard-part-reduxAlex Gaynor2015-07-121-5/+26
|\ \ \ | |/ / |/| |
| * | use helper method _asn1_string_to_bytesPaul Kehrer2015-07-121-3/+1
| * | not bytesPaul Kehrer2015-07-101-1/+1
| * | simplify and handle /32 and /128Paul Kehrer2015-07-101-3/+7
| * | name constraints - support IP addresses with netmaskPaul Kehrer2015-07-101-5/+24
* | | this is constPaul Kehrer2015-07-111-1/+1
* | | raise a nice error if bad ASN.1 is providedPaul Kehrer2015-07-111-1/+2
* | | support for OtherName encoding for general namesPaul Kehrer2015-07-113-0/+25
| |/ |/|
* | support IPAddress encoding for general namesPaul Kehrer2015-07-111-2/+16
* | Merge pull request #2134 from reaperhulk/encode-dirnameAlex Gaynor2015-07-111-2/+16
|\ \ | |/ |/|
| * modify _encode_name, add _encode_name_gcPaul Kehrer2015-07-111-5/+10
| * support DirectoryName encoding for general namesPaul Kehrer2015-07-101-0/+9
* | Merge pull request #2129 from alex/hash-csrPaul Kehrer2015-07-092-0/+9
|\ \ | |/ |/|
| * Fixed #2127 -- added __hash__ to CSRAlex Gaynor2015-07-082-0/+9
* | Merge pull request #2108 from mail-in-a-box/masterPaul Kehrer2015-07-083-2/+53
|\ \ | |/ |/|
| * special-case GeneralNames.get_values_for_type to return OtherName instances d...Joshua Tauberer2015-07-061-1/+7
| * parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-063-1/+46
* | Merge pull request #2124 from alex/hash-certPaul Kehrer2015-07-082-7/+10
|\ \
| * | no need to hash it twice, also simplify fingerprint methodAlex Gaynor2015-07-071-9/+2
| * | Fixed #2120 -- added __hash__ to x509.CertAlex Gaynor2015-07-062-0/+10
* | | added forgotten __ne__ methodAlex Gaynor2015-07-061-0/+3
* | | typo fixAlex Gaynor2015-07-061-1/+1
* | | Fixed #2121 -- added __eq__ and __ne__ to CSRsAlex Gaynor2015-07-062-0/+20
|/ /
* | Merge pull request #2119 from stjoannou/masterAlex Gaynor2015-07-061-0/+1
|\ \
| * | Exposed the SSL_peek functionalityStelios2015-07-061-0/+1
* | | support registeredID general name encodingPaul Kehrer2015-07-051-1/+12
|/ /
* | Merge pull request #2085 from alex/encode-sanPaul Kehrer2015-07-051-1/+44
|\ \
| * | fixed a leak in the event of non-DNS GNAlex Gaynor2015-07-051-2/+3
| * | Make the error check match how the openssl codebase does itAlex Gaynor2015-07-051-1/+1
| * | Wildcards. Also fixed a bug with multiple GNsAlex Gaynor2015-07-051-2/+7
| * | Paul says openssl just does the right thing here.Alex Gaynor2015-07-051-2/+0
| * | this needs to be freed as wellAlex Gaynor2015-07-051-0/+1
| * | idna hereAlex Gaynor2015-07-051-2/+3
| * | Organize code a bit betterAlex Gaynor2015-07-051-10/+15
| * | Merge branch 'master' into encode-sanAlex Gaynor2015-07-031-0/+10
| |\ \
| * | | reduce diff with masterAlex Gaynor2015-07-031-1/+0
| * | | Merge branch 'master' into encode-sanAlex Gaynor2015-07-031-3/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into encode-sanAlex Gaynor2015-07-0311-224/+122
| |\ \ \ \
| * \ \ \ \ resolved merge conflictAlex Gaynor2015-06-284-105/+105
| |\ \ \ \ \
| * | | | | | fix the not implemeneted testAlex Gaynor2015-06-281-0/+4
| * | | | | | Clean up code and fix.Alex Gaynor2015-06-282-36/+20
| * | | | | | Initial code to encode SANsAlex Gaynor2015-06-283-1/+57
* | | | | | | Factor out the ASN.1 string handling code in the OpenSSL backendAlex Gaynor2015-07-051-16/+16
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #2112 from reaperhulk/publickeywithserializationAlex Gaynor2015-07-053-9/+9
|\ \ \ \ \ \
| * | | | | | move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-043-9/+9
| | |_|_|_|/ | |/| | | |
* / | | | | Refs #2108 -- expand the OTHERNAME binding.Alex Gaynor2015-07-041-1/+2
|/ / / / /