Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update docs with review feedback | Paul Kehrer | 2015-12-24 | 1 | -12/+12 |
| | |||||
* | CertificateRevocationListBuilder | Paul Kehrer | 2015-12-24 | 7 | -4/+464 |
| | | | | | RSA keys only. Currently does not support CRL extensions or CRLEntry extensions. | ||||
* | Merge pull request #2565 from reaperhulk/crl-interface | Alex Gaynor | 2015-12-24 | 6 | -0/+52 |
|\ | | | | | add create_x509_crl interface | ||||
| * | coverage | Paul Kehrer | 2015-12-24 | 2 | -1/+6 |
| | | |||||
| * | better language | Paul Kehrer | 2015-12-24 | 1 | -2/+2 |
| | | |||||
| * | add create_x509_crl interface | Paul Kehrer | 2015-12-24 | 5 | -0/+47 |
| | | |||||
* | | Merge pull request #2562 from evilaliv3/PEM_write_bio_DHparams | Alex Gaynor | 2015-12-24 | 1 | -0/+1 |
|\ \ | | | | | | | Add PEM_write_bio_DHparams binding | ||||
| * | | Add PEM_write_bio_DHparams binding | evilaliv3 | 2015-12-24 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #2566 from alex/better-language | Paul Kehrer | 2015-12-24 | 1 | -4/+3 |
|\ \ | |/ |/| | Use clearer language in the backend interface docs. | ||||
| * | Use clearer language in the backend interface docs. | Alex Gaynor | 2015-12-24 | 1 | -4/+3 |
|/ | | | | Refs #2565 | ||||
* | Merge pull request #2564 from alex/crl-index-perf | Paul Kehrer | 2015-12-24 | 2 | -3/+28 |
|\ | | | | | Make indexing a CRL O(1) instead of O(n). | ||||
| * | please the great flake8 in the sky | Alex Gaynor | 2015-12-24 | 1 | -3/+1 |
| | | |||||
| * | full indexing support + testsg | Alex Gaynor | 2015-12-24 | 2 | -7/+20 |
| | | |||||
| * | tests on indexing | Alex Gaynor | 2015-12-24 | 1 | -1/+12 |
| | | |||||
| * | Make indexing a CRL O(1) instead of O(n). | Alex Gaynor | 2015-12-24 | 1 | -2/+5 |
|/ | | | | This drops support for slicing, if that's important someone say something and I can add it back | ||||
* | Merge pull request #2563 from alex/crl-iter-perf | Paul Kehrer | 2015-12-24 | 1 | -13/+8 |
|\ | | | | | Simplify implementation of CRL indexing and iteration. | ||||
| * | Simplify implementation of CRL indexing and iteration. | Alex Gaynor | 2015-12-24 | 1 | -13/+8 |
|/ | | | | No longer allocates a list just to iterate over it. | ||||
* | Merge pull request #2561 from alex/crl-len-perf | Paul Kehrer | 2015-12-24 | 1 | -10/+12 |
|\ | | | | | Improve the performance of len(crl) | ||||
| * | coverage fix | Alex Gaynor | 2015-12-24 | 1 | -8/+7 |
| | | |||||
| * | Improve the performance of len(crl) | Alex Gaynor | 2015-12-23 | 1 | -3/+6 |
| | | |||||
* | | Merge pull request #2560 from reaperhulk/setrevocation-binding | Alex Gaynor | 2015-12-23 | 1 | -0/+2 |
|\ \ | |/ |/| | add binding for setting the revocation date of an X509_REVOKED | ||||
| * | add binding for setting the revocation date of an X509_REVOKED | Paul Kehrer | 2015-12-23 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #2558 from reaperhulk/managing-memory-is-fun | Alex Gaynor | 2015-12-23 | 2 | -2/+27 |
|\ | | | | | fix a potential memory issue when retaining revoked certs from a CRL | ||||
| * | address review comments | Paul Kehrer | 2015-12-23 | 1 | -8/+3 |
| | | |||||
| * | add test that fails if CRL references aren't properly retained | Paul Kehrer | 2015-12-23 | 1 | -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 CRL | Paul Kehrer | 2015-12-23 | 1 | -2/+13 |
| | | |||||
* | | Merge pull request #2556 from Lukasa/osx-cert-store | Alex Gaynor | 2015-12-23 | 2 | -0/+23 |
|\ \ | |/ |/| | Add binding for CommonCrypto SecTrustCopyAnchorCertificates | ||||
| * | Remove spaces. | Cory Benfield | 2015-12-23 | 1 | -1/+1 |
| | | |||||
| * | Add binding for CommonCrypto SecTrustCopyAnchorCertificates | Cory Benfield | 2015-12-23 | 2 | -0/+23 |
|/ | |||||
* | Merge pull request #2545 from reaperhulk/death-to-mac-098 | Alex Gaynor | 2015-12-23 | 4 | -32/+10 |
|\ | | | | | remove all mac 0.9.8 tests | ||||
| * | remove all mac 0.9.8 tests | Paul Kehrer | 2015-12-23 | 4 | -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/crlnumber | Alex Gaynor | 2015-12-23 | 7 | -4/+69 |
|\ | | | | | CRLNumber needs to be a class for reasons | ||||
| * | missed a test for CRLNumber not being an integer, oops | Paul Kehrer | 2015-12-22 | 1 | -0/+4 |
| | | |||||
| * | update the language | Paul Kehrer | 2015-12-22 | 1 | -5/+4 |
| | | |||||
| * | CRLNumber needs to be a class for reasons. | Paul Kehrer | 2015-12-22 | 7 | -4/+66 |
|/ | |||||
* | Merge pull request #2549 from reaperhulk/more-crl-extensions | Alex Gaynor | 2015-12-22 | 3 | -4/+28 |
|\ | | | | | More CRL extensions | ||||
| * | add support for parsing AuthorityInfoAccess and IssuerAltName CRL exts | Paul Kehrer | 2015-12-22 | 3 | -4/+28 |
|/ | | | | Expand the CRL extensions test to check the value | ||||
* | Merge pull request #2551 from alex/blacklist-dreid | Paul Kehrer | 2015-12-22 | 1 | -0/+3 |
|\ | | | | | @dreid has asked not to be bothered going forward | ||||
| * | @dreid has asked not to be bothered going forward | Alex Gaynor | 2015-12-22 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #2550 from reaperhulk/crl-vector | Alex Gaynor | 2015-12-22 | 2 | -0/+17 |
|\ \ | |/ |/| | add new CRL test vector | ||||
| * | add new CRL test vector | Paul Kehrer | 2015-12-22 | 2 | -0/+17 |
| | | |||||
* | | Merge pull request #2548 from pyca/alex-patch-1 | Paul Kehrer | 2015-12-22 | 1 | -2/+2 |
|\ \ | |/ |/| | Use the latest Python 3.4 release | ||||
| * | Use the latest Python 3.4 release | Alex Gaynor | 2015-12-22 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #2543 from reaperhulk/crl-extensions | Alex Gaynor | 2015-12-22 | 5 | -6/+46 |
|\ | | | | | support parsing CRL extensions in the OpenSSL backend | ||||
| * | lowercase the first letter since that's how it's actually declared | Paul Kehrer | 2015-12-22 | 1 | -1/+1 |
| | | |||||
| * | support parsing CRL extensions in the OpenSSL backend | Paul Kehrer | 2015-12-21 | 5 | -6/+46 |
| | | |||||
* | | Merge pull request #2542 from reaperhulk/missing-docs | Alex Gaynor | 2015-12-21 | 1 | -0/+4 |
|\ \ | |/ |/| | add changelog for CertificateRevocationList signature/tbs_certlist_bytes | ||||
| * | add changelog for CertificateRevocationList signature/tbs_certlist_bytes | Paul Kehrer | 2015-12-21 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #2541 from reaperhulk/crl-serialization | Alex Gaynor | 2015-12-21 | 5 | -0/+100 |
|\ | | | | | add a CRL public_bytes method | ||||
| * | add test for byte matching | Paul Kehrer | 2015-12-21 | 1 | -0/+24 |
| | |