aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve the performance of len(crl)Alex Gaynor2015-12-231-3/+6
|
* Merge pull request #2558 from reaperhulk/managing-memory-is-funAlex Gaynor2015-12-232-2/+27
|\ | | | | fix a potential memory issue when retaining revoked certs from a CRL
| * address review commentsPaul Kehrer2015-12-231-8/+3
| |
| * add test that fails if CRL references aren't properly retainedPaul Kehrer2015-12-231-0/+19
| | | | | | | | | | | | If the X509_CRL reference is not properly retained then this test will return an openssl error or potentially a crash as it's reading freed memory to obtain the revocation_date and serial_number
| * fix a potential memory issue when retaining revoked certs from a CRLPaul Kehrer2015-12-231-2/+13
| |
* | Merge pull request #2556 from Lukasa/osx-cert-storeAlex Gaynor2015-12-232-0/+23
|\ \ | |/ |/| Add binding for CommonCrypto SecTrustCopyAnchorCertificates
| * Remove spaces.Cory Benfield2015-12-231-1/+1
| |
| * Add binding for CommonCrypto SecTrustCopyAnchorCertificatesCory Benfield2015-12-232-0/+23
|/
* Merge pull request #2545 from reaperhulk/death-to-mac-098Alex Gaynor2015-12-234-32/+10
|\ | | | | remove all mac 0.9.8 tests
| * remove all mac 0.9.8 testsPaul Kehrer2015-12-234-32/+10
|/ | | | | | This will probably slow down the test infrastructure as we're running far more CommonCrypto tests than before. We should figure out what to do there before merging this.
* Merge pull request #2552 from reaperhulk/crlnumberAlex Gaynor2015-12-237-4/+69
|\ | | | | CRLNumber needs to be a class for reasons
| * missed a test for CRLNumber not being an integer, oopsPaul Kehrer2015-12-221-0/+4
| |
| * update the languagePaul Kehrer2015-12-221-5/+4
| |
| * CRLNumber needs to be a class for reasons.Paul Kehrer2015-12-227-4/+66
|/
* Merge pull request #2549 from reaperhulk/more-crl-extensionsAlex Gaynor2015-12-223-4/+28
|\ | | | | More CRL extensions
| * add support for parsing AuthorityInfoAccess and IssuerAltName CRL extsPaul Kehrer2015-12-223-4/+28
|/ | | | Expand the CRL extensions test to check the value
* Merge pull request #2551 from alex/blacklist-dreidPaul Kehrer2015-12-221-0/+3
|\ | | | | @dreid has asked not to be bothered going forward
| * @dreid has asked not to be bothered going forwardAlex Gaynor2015-12-221-0/+3
| |
* | Merge pull request #2550 from reaperhulk/crl-vectorAlex Gaynor2015-12-222-0/+17
|\ \ | |/ |/| add new CRL test vector
| * add new CRL test vectorPaul Kehrer2015-12-222-0/+17
| |
* | Merge pull request #2548 from pyca/alex-patch-1Paul Kehrer2015-12-221-2/+2
|\ \ | |/ |/| Use the latest Python 3.4 release
| * Use the latest Python 3.4 releaseAlex Gaynor2015-12-221-2/+2
|/
* Merge pull request #2543 from reaperhulk/crl-extensionsAlex Gaynor2015-12-225-6/+46
|\ | | | | support parsing CRL extensions in the OpenSSL backend
| * lowercase the first letter since that's how it's actually declaredPaul Kehrer2015-12-221-1/+1
| |
| * support parsing CRL extensions in the OpenSSL backendPaul Kehrer2015-12-215-6/+46
| |
* | Merge pull request #2542 from reaperhulk/missing-docsAlex Gaynor2015-12-211-0/+4
|\ \ | |/ |/| add changelog for CertificateRevocationList signature/tbs_certlist_bytes
| * add changelog for CertificateRevocationList signature/tbs_certlist_bytesPaul Kehrer2015-12-211-0/+4
|/
* Merge pull request #2541 from reaperhulk/crl-serializationAlex Gaynor2015-12-215-0/+100
|\ | | | | add a CRL public_bytes method
| * add test for byte matchingPaul Kehrer2015-12-211-0/+24
| |
| * link public_bytes in changelogPaul Kehrer2015-12-211-1/+1
| |
| * add a CRL public_bytes methodPaul Kehrer2015-12-205-0/+76
|/
* Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-tooAlex Gaynor2015-12-204-7/+27
|\ | | | | support CRLs with no revoked certificates
| * support CRLs with no revoked certificatesPaul Kehrer2015-12-204-7/+27
| |
* | Merge pull request #2525 from nbastin/20151112-access-methodPaul Kehrer2015-12-203-11/+43
|\ \ | |/ |/| issue-2524
| * Nothing to see here...Nick Bastin2015-12-200-0/+0
| |\
| | * Dealing with the pedantry of pep8Nick Bastin2015-12-141-2/+0
| | |
| | * Test for non-standard AIA support in CertificateBuilderNick Bastin2015-12-131-0/+32
| | |
| | * Add bad input test for coverage of new validationNick Bastin2015-12-131-0/+4
| | |
| | * Dangling pep8 fixNick Bastin2015-12-131-1/+1
| | |
| | * PEP8 fixesNick Bastin2015-12-133-9/+18
| | |
| | * 4-space indent for this repoNick Bastin2015-12-131-1/+1
| | |
| | * Style cleanup, missing importNick Bastin2015-12-121-2/+6
| | |
| | * Add test for arbitrary access_methodNick Bastin2015-12-121-0/+4
| | |
| | * Allow any OID for access_method, validate OIDs at creation time, fix tests.Nick Bastin2015-12-124-41/+46
| | |
| * | Dealing with the pedantry of pep8Nick Bastin2015-12-201-2/+0
| | |
| * | Test for non-standard AIA support in CertificateBuilderNick Bastin2015-12-201-0/+32
| | |
| * | Dangling pep8 fixNick Bastin2015-12-201-1/+1
| | |
| * | PEP8 fixesNick Bastin2015-12-202-4/+1
| | |
| * | 4-space indent for this repoNick Bastin2015-12-201-1/+1
| | |
| * | Style cleanup, missing importNick Bastin2015-12-201-3/+6
| | |