aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Simplify implementation of CRL indexing and iteration.Alex Gaynor2015-12-241-13/+8
|/
* Merge pull request #2561 from alex/crl-len-perfPaul Kehrer2015-12-241-10/+12
|\
| * coverage fixAlex Gaynor2015-12-241-8/+7
| * Improve the performance of len(crl)Alex Gaynor2015-12-231-3/+6
* | Merge pull request #2560 from reaperhulk/setrevocation-bindingAlex Gaynor2015-12-231-0/+2
|\ \ | |/ |/|
| * add binding for setting the revocation date of an X509_REVOKEDPaul Kehrer2015-12-231-0/+2
|/
* Merge pull request #2558 from reaperhulk/managing-memory-is-funAlex Gaynor2015-12-232-2/+27
|\
| * address review commentsPaul Kehrer2015-12-231-8/+3
| * add test that fails if CRL references aren't properly retainedPaul Kehrer2015-12-231-0/+19
| * 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
|\ \ | |/ |/|
| * 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 testsPaul Kehrer2015-12-234-32/+10
|/
* Merge pull request #2552 from reaperhulk/crlnumberAlex Gaynor2015-12-237-4/+69
|\
| * 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
|\
| * add support for parsing AuthorityInfoAccess and IssuerAltName CRL extsPaul Kehrer2015-12-223-4/+28
|/
* Merge pull request #2551 from alex/blacklist-dreidPaul Kehrer2015-12-221-0/+3
|\
| * @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 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 releaseAlex Gaynor2015-12-221-2/+2
|/
* Merge pull request #2543 from reaperhulk/crl-extensionsAlex Gaynor2015-12-225-6/+46
|\
| * 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_bytesPaul Kehrer2015-12-211-0/+4
|/
* Merge pull request #2541 from reaperhulk/crl-serializationAlex Gaynor2015-12-215-0/+100
|\
| * 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 certificatesPaul Kehrer2015-12-204-7/+27
* | Merge pull request #2525 from nbastin/20151112-access-methodPaul Kehrer2015-12-203-11/+43
|\ \ | |/ |/|
| * 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