Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify and handle /32 and /128 | Paul Kehrer | 2015-07-10 | 1 | -3/+7 |
| | |||||
* | name constraints - support IP addresses with netmask | Paul Kehrer | 2015-07-10 | 1 | -5/+24 |
| | |||||
* | Merge pull request #2129 from alex/hash-csr | Paul Kehrer | 2015-07-09 | 2 | -0/+9 |
|\ | | | | | Fixed #2127 -- added __hash__ to CSR | ||||
| * | Fixed #2127 -- added __hash__ to CSR | Alex Gaynor | 2015-07-08 | 2 | -0/+9 |
| | | |||||
* | | Merge pull request #2108 from mail-in-a-box/master | Paul Kehrer | 2015-07-08 | 3 | -2/+53 |
|\ \ | |/ |/| | support othername in general names | ||||
| * | special-case GeneralNames.get_values_for_type to return OtherName instances ↵ | Joshua Tauberer | 2015-07-06 | 1 | -1/+7 |
| | | | | | | | | directly rather than their value properties; tests updated | ||||
| * | parse SAN otherNames into OtherName instances rather than raising an exception | Joshua Tauberer | 2015-07-06 | 3 | -1/+46 |
| | | | | | | | | Test added. | ||||
* | | Merge pull request #2124 from alex/hash-cert | Paul Kehrer | 2015-07-08 | 2 | -7/+10 |
|\ \ | | | | | | | Fixed #2120 -- added __hash__ to x509.Cert | ||||
| * | | no need to hash it twice, also simplify fingerprint method | Alex Gaynor | 2015-07-07 | 1 | -9/+2 |
| | | | |||||
| * | | Fixed #2120 -- added __hash__ to x509.Cert | Alex Gaynor | 2015-07-06 | 2 | -0/+10 |
| | | | |||||
* | | | added forgotten __ne__ method | Alex Gaynor | 2015-07-06 | 1 | -0/+3 |
| | | | |||||
* | | | typo fix | Alex Gaynor | 2015-07-06 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed #2121 -- added __eq__ and __ne__ to CSRs | Alex Gaynor | 2015-07-06 | 2 | -0/+20 |
|/ / | |||||
* | | Merge pull request #2119 from stjoannou/master | Alex Gaynor | 2015-07-06 | 1 | -0/+1 |
|\ \ | | | | | | | Exposed the SSL_peek functionality | ||||
| * | | Exposed the SSL_peek functionality | Stelios | 2015-07-06 | 1 | -0/+1 |
| | | | |||||
* | | | support registeredID general name encoding | Paul Kehrer | 2015-07-05 | 1 | -1/+12 |
|/ / | |||||
* | | Merge pull request #2085 from alex/encode-san | Paul Kehrer | 2015-07-05 | 1 | -1/+44 |
|\ \ | | | | | | | Initial code to encode SANs | ||||
| * | | fixed a leak in the event of non-DNS GN | Alex Gaynor | 2015-07-05 | 1 | -2/+3 |
| | | | |||||
| * | | Make the error check match how the openssl codebase does it | Alex Gaynor | 2015-07-05 | 1 | -1/+1 |
| | | | |||||
| * | | Wildcards. Also fixed a bug with multiple GNs | Alex Gaynor | 2015-07-05 | 1 | -2/+7 |
| | | | |||||
| * | | Paul says openssl just does the right thing here. | Alex Gaynor | 2015-07-05 | 1 | -2/+0 |
| | | | |||||
| * | | this needs to be freed as well | Alex Gaynor | 2015-07-05 | 1 | -0/+1 |
| | | | |||||
| * | | idna here | Alex Gaynor | 2015-07-05 | 1 | -2/+3 |
| | | | |||||
| * | | Organize code a bit better | Alex Gaynor | 2015-07-05 | 1 | -10/+15 |
| | | | |||||
| * | | Merge branch 'master' into encode-san | Alex Gaynor | 2015-07-03 | 1 | -0/+10 |
| |\ \ | |||||
| * | | | reduce diff with master | Alex Gaynor | 2015-07-03 | 1 | -1/+0 |
| | | | | |||||
| * | | | Merge branch 'master' into encode-san | Alex Gaynor | 2015-07-03 | 1 | -3/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into encode-san | Alex Gaynor | 2015-07-03 | 11 | -224/+122 |
| |\ \ \ \ | |||||
| * \ \ \ \ | resolved merge conflict | Alex Gaynor | 2015-06-28 | 4 | -105/+105 |
| |\ \ \ \ \ | |||||
| * | | | | | | fix the not implemeneted test | Alex Gaynor | 2015-06-28 | 1 | -0/+4 |
| | | | | | | | |||||
| * | | | | | | Clean up code and fix. | Alex Gaynor | 2015-06-28 | 2 | -36/+20 |
| | | | | | | | |||||
| * | | | | | | Initial code to encode SANs | Alex Gaynor | 2015-06-28 | 3 | -1/+57 |
| | | | | | | | |||||
* | | | | | | | Factor out the ASN.1 string handling code in the OpenSSL backend | Alex Gaynor | 2015-07-05 | 1 | -16/+16 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge pull request #2112 from reaperhulk/publickeywithserialization | Alex Gaynor | 2015-07-05 | 3 | -9/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | move PublicKeyWithSerialization methods to PublicKey | ||||
| * | | | | | | move PublicKeyWithSerialization methods to PublicKey | Paul Kehrer | 2015-07-04 | 3 | -9/+9 |
| | |_|_|_|/ | |/| | | | | |||||
* / | | | | | Refs #2108 -- expand the OTHERNAME binding. | Alex Gaynor | 2015-07-04 | 1 | -1/+2 |
|/ / / / / | |||||
* | | | | | Added some nonsense around IA5STRING | Alex Gaynor | 2015-07-03 | 1 | -1/+4 |
| | | | | | |||||
* | | | | | add some requested elliptic curve bindings | Paul Kehrer | 2015-07-03 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | Added support for SANs in CSRs | Alex Gaynor | 2015-07-03 | 1 | -0/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #2102 from alex/more-bindings | Paul Kehrer | 2015-07-03 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | added a few more x509 bindings for SAN encoding | ||||
| * | | | | added a few more x509 bindings for SAN encoding | Alex Gaynor | 2015-07-03 | 1 | -0/+5 |
| | |_|/ | |/| | | |||||
* / | | | Added a test with two extensions, and added key usage support to the frontend | Alex Gaynor | 2015-07-03 | 1 | -0/+2 |
|/ / / | |||||
* | | | Shift around the x509 code, all the extensions are going to have the same thing | Alex Gaynor | 2015-07-02 | 1 | -20/+12 |
| | | | |||||
* | | | Merge pull request #2093 from reaperhulk/gcm-fix-forever-maybe | Alex Gaynor | 2015-07-01 | 2 | -0/+21 |
|\ \ \ | | | | | | | | | GCM AAD and encrypted byte limit checks in AEADCipherContext | ||||
| * | | | put the AAD and encrypted byte limit checks in the parent context | Paul Kehrer | 2015-07-01 | 2 | -0/+21 |
| | | | | |||||
* | | | | name constraints - support leading periods | Paul Kehrer | 2015-07-01 | 1 | -3/+7 |
|/ / / | |||||
* | | | Merge pull request #2084 from reaperhulk/name-constraints-ossl | Alex Gaynor | 2015-07-01 | 1 | -0/+30 |
|\ \ \ | | | | | | | | | Name constraints ossl | ||||
| * | | | support name constraints in the openssl backend | Paul Kehrer | 2015-06-29 | 1 | -0/+30 |
| | |/ | |/| | |||||
* | | | Merge pull request #2073 from glyph/no-c-random | Paul Kehrer | 2015-06-30 | 8 | -210/+58 |
|\ \ \ | |/ / |/| | | Replace C implementation of OS Random engine with Python one that just calls os.urandom | ||||
| * | | the assertier the merrier | Glyph | 2015-06-27 | 1 | -0/+1 |
| | | |