Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added test for get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+10 |
| | |||||
* | Corrected class checking #2255 | Phoebe Queen | 2015-08-12 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into iss2255 | Phoebe Queen | 2015-08-12 | 3 | -206/+206 |
|\ | | | | | | | | | | | | | Class Extensions was moved while I was adding function. Fixed now. Conflicts: src/cryptography/x509/base.py | ||||
| * | Merge pull request #2264 from reaperhulk/split-extensions-4 | Alex Gaynor | 2015-08-11 | 3 | -199/+199 |
| |\ | | | | | | | move extension exceptions, NameConstraints, and KeyUsage | ||||
| | * | move extension exceptions, NameConstraints, and KeyUsage | Paul Kehrer | 2015-08-11 | 3 | -199/+199 |
| |/ | |||||
* / | added get_extension_for_class #2255 | Phoebe Queen | 2015-08-12 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #2263 from reaperhulk/split-extensions-3 | Donald Stufft | 2015-08-11 | 3 | -214/+214 |
|\ | | | | | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicy | ||||
| * | move ExtendedKeyUsage, CertificatePolicies, and InhibitAnyPolicy | Paul Kehrer | 2015-08-11 | 3 | -214/+214 |
| | | |||||
* | | Merge pull request #2252 from reaperhulk/x509-ref-update | Alex Gaynor | 2015-08-11 | 2 | -215/+242 |
|\ \ | |/ |/| | Update x509 docs to use namespace OIDs | ||||
| * | make import consistent | Paul Kehrer | 2015-08-11 | 1 | -6/+6 |
| | | |||||
| * | update tutorial to use namespace OIDs | Paul Kehrer | 2015-08-11 | 1 | -5/+6 |
| | | |||||
| * | update x509 reference to use namespaced OIDs | Paul Kehrer | 2015-08-11 | 1 | -210/+236 |
| | | |||||
* | | Merge pull request #2260 from reaperhulk/split-extensions-2 | Alex Gaynor | 2015-08-11 | 3 | -239/+241 |
|\ \ | | | | | | | move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPoints | ||||
| * | | move AuthorityInformationAccess, BasicConstraints, & CRLDistributionPoints | Paul Kehrer | 2015-08-10 | 3 | -239/+241 |
| | | | |||||
* | | | Merge pull request #2259 from reaperhulk/oid-namespace-tests | Alex Gaynor | 2015-08-11 | 2 | -45/+51 |
|\ \ \ | |_|/ |/| | | convert the rest of the OIDs in the tests to use the new namespaces | ||||
| * | | convert the rest of the OIDs in the tests to use the new namespaces | Paul Kehrer | 2015-08-10 | 2 | -45/+51 |
| | | | |||||
* | | | Merge pull request #2258 from reaperhulk/changelog-update | Alex Gaynor | 2015-08-10 | 1 | -0/+2 |
|\ \ \ | |_|/ |/| | | add missing extensions to changelog | ||||
| * | | add missing extensions to changelog | Paul Kehrer | 2015-08-10 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #2257 from reaperhulk/split-extensions-1 | Alex Gaynor | 2015-08-10 | 3 | -131/+149 |
|\ \ \ | |_|/ |/| | | move AKI, SKI | ||||
| * | | move AKI, SKI | Paul Kehrer | 2015-08-10 | 3 | -131/+149 |
| |/ | |||||
* | | Merge pull request #2256 from reaperhulk/ext-oid-tests | Alex Gaynor | 2015-08-10 | 2 | -94/+96 |
|\ \ | |/ |/| | switch tests to use ExtensionOID namespace | ||||
| * | switch tests to use ExtensionOID namespace | Paul Kehrer | 2015-08-10 | 2 | -94/+96 |
| | | |||||
* | | Merge pull request #2254 from reaperhulk/oid-backend | Alex Gaynor | 2015-08-10 | 2 | -26/+28 |
|\ \ | |/ |/| | switch the openssl backend to use the OID namespace | ||||
| * | switch the openssl backend to use the OID namespace | Paul Kehrer | 2015-08-10 | 2 | -26/+28 |
| | | |||||
* | | Merge pull request #2253 from reaperhulk/name-oid-tests | Alex Gaynor | 2015-08-10 | 2 | -237/+239 |
|\ \ | |/ |/| | switch tests to use NameOID | ||||
| * | switch tests to use NameOID | Paul Kehrer | 2015-08-10 | 2 | -237/+239 |
|/ | |||||
* | Merge pull request #2248 from reaperhulk/oid-the-rest | Alex Gaynor | 2015-08-10 | 3 | -47/+58 |
|\ | | | | | namespace the rest of the oids | ||||
| * | namespace the rest of the oids | Paul Kehrer | 2015-08-09 | 3 | -47/+58 |
|/ | |||||
* | Merge pull request #2247 from reaperhulk/oid-name | Alex Gaynor | 2015-08-10 | 2 | -54/+52 |
|\ | | | | | namespace Name OIDs | ||||
| * | namespace Name OIDs | Paul Kehrer | 2015-08-09 | 2 | -54/+52 |
| | | |||||
* | | Merge pull request #2244 from reaperhulk/x509-gn-split | Alex Gaynor | 2015-08-10 | 3 | -260/+278 |
|\ \ | |/ |/| | split general names | ||||
| * | remove extra _GENERAL_NAMES | Paul Kehrer | 2015-08-09 | 1 | -12/+0 |
| | | |||||
| * | split general names | Paul Kehrer | 2015-08-09 | 3 | -248/+278 |
| | | |||||
* | | Merge pull request #2245 from reaperhulk/oid-signaturealgorithm | Alex Gaynor | 2015-08-09 | 2 | -65/+64 |
|\ \ | | | | | | | namespace oid signature algorithm | ||||
| * | | namespace oid signature algorithm | Paul Kehrer | 2015-08-09 | 2 | -65/+64 |
|/ / | |||||
* | | Merge pull request #2243 from reaperhulk/oid-extensions | Alex Gaynor | 2015-08-09 | 3 | -87/+81 |
|\ \ | |/ |/| | namespace OID extensions | ||||
| * | namespace OID extensions | Paul Kehrer | 2015-08-09 | 3 | -87/+81 |
|/ | |||||
* | Merge pull request #2242 from reaperhulk/x509-name-split | Alex Gaynor | 2015-08-09 | 3 | -61/+73 |
|\ | | | | | split Name from x509 module | ||||
| * | split Name from x509 module | Paul Kehrer | 2015-08-09 | 3 | -61/+73 |
|/ | |||||
* | Merge pull request #2239 from alex/finish-remove-duplication | Paul Kehrer | 2015-08-09 | 1 | -61/+61 |
|\ | | | | | Completed the removal of duplicate oids | ||||
| * | Completed the removal of duplicate oids | Alex Gaynor | 2015-08-09 | 1 | -61/+61 |
|/ | |||||
* | Merge pull request #2238 from alex/reduce-duplication | Paul Kehrer | 2015-08-09 | 1 | -14/+14 |
|\ | | | | | De-duplicate OIDs for signatures | ||||
| * | De-duplicate OIDs for signatures | Alex Gaynor | 2015-08-09 | 1 | -14/+14 |
|/ | |||||
* | Merge pull request #2237 from alex/reduce-duplication | Paul Kehrer | 2015-08-09 | 1 | -67/+66 |
|\ | | | | | Reduce the duplication in teh string versions of oids | ||||
| * | Reduce the duplication in teh string versions of oids | Alex Gaynor | 2015-08-09 | 1 | -67/+66 |
|/ | |||||
* | Merge pull request #2236 from reaperhulk/x509-split | Alex Gaynor | 2015-08-09 | 3 | -176/+354 |
|\ | | | | | start splitting the x509 module | ||||
| * | start splitting the x509 module | Paul Kehrer | 2015-08-09 | 3 | -176/+354 |
|/ | |||||
* | Merge pull request #2233 from reaperhulk/encode-nocheck | Alex Gaynor | 2015-08-09 | 2 | -0/+39 |
|\ | | | | | add support for OCSPNoCheck to the CertificateBuilder | ||||
| * | improve comment for ocsp_nocheck encoding | Paul Kehrer | 2015-08-09 | 1 | -3/+2 |
| | | |||||
| * | add support for OCSPNoCheck to the CertificateBuilder | Paul Kehrer | 2015-08-09 | 2 | -0/+40 |
| | |