aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl
Commit message (Expand)AuthorAgeFilesLines
...
| * support rfc822Name general name encodingPaul Kehrer2015-07-121-0/+8
* | Merge pull request #2148 from reaperhulk/fix-random-orderAlex Gaynor2015-07-121-0/+1
|\ \
| * | clear the error stack if d2i_ASN1_TYPE failsPaul Kehrer2015-07-121-0/+1
| |/
* / parts can't be > 2, so let's not pretend it could bePaul Kehrer2015-07-121-4/+3
|/
* 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
* | raise a nice error if bad ASN.1 is providedPaul Kehrer2015-07-111-1/+2
* | support for OtherName encoding for general namesPaul Kehrer2015-07-111-0/+21
* | 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-091-0/+3
|\ \ | |/ |/|
| * Fixed #2127 -- added __hash__ to CSRAlex Gaynor2015-07-081-0/+3
* | Merge pull request #2108 from mail-in-a-box/masterPaul Kehrer2015-07-081-1/+16
|\ \ | |/ |/|
| * parse SAN otherNames into OtherName instances rather than raising an exceptionJoshua Tauberer2015-07-061-1/+16
* | Merge pull request #2124 from alex/hash-certPaul Kehrer2015-07-081-7/+4
|\ \
| * | no need to hash it twice, also simplify fingerprint methodAlex Gaynor2015-07-071-9/+2
| * | Fixed #2120 -- added __hash__ to x509.CertAlex Gaynor2015-07-061-0/+4
* | | added forgotten __ne__ methodAlex Gaynor2015-07-061-0/+3
* | | Fixed #2121 -- added __eq__ and __ne__ to CSRsAlex Gaynor2015-07-061-0/+8
|/ /
* | 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-032-15/+44
| |\ \
| * \ \ resolved merge conflictAlex Gaynor2015-06-282-82/+75
| |\ \ \
| * | | | Clean up code and fix.Alex Gaynor2015-06-282-36/+20
| * | | | Initial code to encode SANsAlex Gaynor2015-06-281-0/+47
* | | | | Factor out the ASN.1 string handling code in the OpenSSL backendAlex Gaynor2015-07-051-16/+16
| |_|_|/ |/| | |
* | | | Added support for SANs in CSRsAlex Gaynor2015-07-031-0/+1
| |_|/ |/| |
* | | Shift around the x509 code, all the extensions are going to have the same thingAlex Gaynor2015-07-021-20/+12
* | | name constraints - support leading periodsPaul Kehrer2015-07-011-3/+7
* | | Merge pull request #2084 from reaperhulk/name-constraints-osslAlex Gaynor2015-07-011-0/+30
|\ \ \
| * | | support name constraints in the openssl backendPaul Kehrer2015-06-291-0/+30
| | |/ | |/|
* | | Merge pull request #2073 from glyph/no-c-randomPaul Kehrer2015-06-301-1/+1
|\ \ \ | |/ / |/| |
| * | use new constantGlyph2015-06-261-1/+1
* | | fix a memory leak in basic constraints encodingPaul Kehrer2015-06-281-0/+3
* | | use a dict hereAlex Gaynor2015-06-281-24/+24
* | | Factor this code out.Alex Gaynor2015-06-281-40/+35
* | | Initial stab at unifying the extension parsing code fro CSRs and certificatesAlex Gaynor2015-06-281-79/+75
| |/ |/|
* | Improvemed branch coverage for ssh public key loadingAlex Gaynor2015-06-271-2/+1