Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | language update | Paul Kehrer | 2015-12-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | py3 repr will be different | Paul Kehrer | 2015-12-30 | 1 | -4/+10 | |
| | | | ||||||
| * | | add UnrecognizedExtension class | Paul Kehrer | 2015-12-30 | 4 | -1/+105 | |
| | | | ||||||
* | | | Merge pull request #2606 from pyca/alex-patch-1 | Donald Stufft | 2015-12-30 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Fixed #2605 -- require setuptools 1.0 | |||||
| * | | | Fixed #2605 -- require setuptools 1.0 | Alex Gaynor | 2015-12-30 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | | | | | | | | | | Per @dstufft: - 0.6.28 or something around there that supports wheels - 0.7 is the version that introduced marker support in setuptools - 1.0 is the version where setuptools started using and verifying tls | |||||
* | | | Merge pull request #2603 from reaperhulk/unrecognized-extension-vector | Alex Gaynor | 2015-12-30 | 2 | -0/+18 | |
|\ \ \ | | | | | | | | | new unsupported extension x509 test vector | |||||
| * | | | new unsupported extension x509 test vector | Paul Kehrer | 2015-12-30 | 2 | -0/+18 | |
| |/ / | | | | | | | | | | see #2288 | |||||
* | | | Merge pull request #2601 from alex/get-your-crypto-with-crypto | Paul Kehrer | 2015-12-28 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | Port a few cr.yp.to links to be HTTPS | |||||
| * | | Port a few cr.yp.to links to be HTTPS | Alex Gaynor | 2015-12-28 | 2 | -2/+2 | |
|/ / | | | | | | | Because researching crypto should probably be secure. | |||||
* | | Merge pull request #2599 from reaperhulk/oaep-fix | Alex Gaynor | 2015-12-28 | 3 | -0/+39 | |
|\ \ | | | | | | | Handle RSA_R_OAEP_DECODING_ERROR | |||||
| * | | RSA_R_OAEP_DECODING_ERROR is pretty ubiquitous | Paul Kehrer | 2015-12-27 | 3 | -14/+1 | |
| | | | ||||||
| * | | move test | Paul Kehrer | 2015-12-27 | 2 | -29/+38 | |
| | | | ||||||
| * | | pep8 fix, rename test, add a comment to explain it | Paul Kehrer | 2015-12-27 | 1 | -2/+6 | |
| | | | ||||||
| * | | Move private key initialization out of pytest.raises block | Christopher Grebs | 2015-12-27 | 1 | -1/+3 | |
| | | | ||||||
| * | | Fix test again and add pytest.raises statement | Christopher Grebs | 2015-12-27 | 1 | -9/+8 | |
| | | | ||||||
| * | | Fixed test scenario to use different key. | Christopher Grebs | 2015-12-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Add simple test that would fail on decryption | Christopher Grebs | 2015-12-27 | 1 | -0/+23 | |
| | | | ||||||
| * | | Add support for RSA_R_OAEP_DECODING_ERROR error flag. | Christopher Grebs | 2015-12-27 | 3 | -0/+15 | |
|/ / | ||||||
* | | Merge pull request #2598 from reaperhulk/index-cp | Alex Gaynor | 2015-12-27 | 2 | -0/+13 | |
|\ \ | | | | | | | support indexing in CertificatePolicies | |||||
| * | | support indexing in CertificatePolicies | Paul Kehrer | 2015-12-27 | 2 | -0/+13 | |
| | | | ||||||
* | | | Merge pull request #2597 from reaperhulk/index-cdp | Alex Gaynor | 2015-12-27 | 2 | -0/+29 | |
|\ \ \ | | | | | | | | | support indexing in CDP | |||||
| * | | | support indexing in CDP | Paul Kehrer | 2015-12-27 | 2 | -0/+29 | |
| |/ / | ||||||
* | | | Merge pull request #2596 from reaperhulk/index-aia | Alex Gaynor | 2015-12-27 | 2 | -0/+29 | |
|\ \ \ | |/ / |/| | | support indexing in AIA | |||||
| * | | support indexing in AIA | Paul Kehrer | 2015-12-27 | 2 | -0/+29 | |
|/ / | ||||||
* | | Merge pull request #2595 from alex/crl-reason-hash | Paul Kehrer | 2015-12-27 | 2 | -0/+11 | |
|\ \ | | | | | | | Refs #2578 -- implement __hash__ on CRLReason | |||||
| * | | Refs #2578 -- implement __hash__ on CRLReason | Alex Gaynor | 2015-12-27 | 2 | -0/+11 | |
| | | | ||||||
* | | | Merge pull request #2594 from reaperhulk/hash-bc | Alex Gaynor | 2015-12-27 | 2 | -0/+10 | |
|\ \ \ | |/ / |/| | | implement hash on basicconstraints | |||||
| * | | hash ne test | Paul Kehrer | 2015-12-27 | 1 | -0/+2 | |
| | | | ||||||
| * | | implement hash on basicconstraints | Paul Kehrer | 2015-12-27 | 2 | -0/+8 | |
| | | | ||||||
* | | | Merge pull request #2593 from reaperhulk/crl-support-ec-dsa | Alex Gaynor | 2015-12-27 | 3 | -15/+107 | |
|\ \ \ | |/ / |/| | | Support EC and DSA signing of CRLs in the OpenSSL backend | |||||
| * | | Support EC and DSA signing of CRLs in the OpenSSL backend | Paul Kehrer | 2015-12-27 | 3 | -15/+107 | |
|/ / | ||||||
* | | Merge pull request #2591 from alex/reduce-duplication | Paul Kehrer | 2015-12-27 | 1 | -85/+39 | |
|\ \ | | | | | | | Reduce duplication, write a function | |||||
| * | | fix a ptr liveness bug | Alex Gaynor | 2015-12-27 | 1 | -2/+2 | |
| | | | ||||||
| * | | Reduce duplication, write a function | Alex Gaynor | 2015-12-27 | 1 | -85/+39 | |
|/ / | ||||||
* | | Merge pull request #2582 from reaperhulk/revokedcertbuilder-extensions | Alex Gaynor | 2015-12-27 | 6 | -6/+171 | |
|\ \ | | | | | | | RevokedCertificateBuilder extensions | |||||
| * | | _encode_alt_name already does this | Paul Kehrer | 2015-12-27 | 1 | -15/+1 | |
| | | | ||||||
| * | | add test for invalid extension type | Paul Kehrer | 2015-12-27 | 1 | -0/+6 | |
| | | | ||||||
| * | | move around a dict | Paul Kehrer | 2015-12-27 | 1 | -17/+4 | |
| | | | ||||||
| * | | add changelog entry | Paul Kehrer | 2015-12-27 | 1 | -0/+3 | |
| | | | ||||||
| * | | support CRL entry extension encoding in the RevokedCertificateBuilder | Paul Kehrer | 2015-12-27 | 5 | -4/+187 | |
|/ / | ||||||
* | | Merge pull request #2589 from reaperhulk/dict-dict-dict | Alex Gaynor | 2015-12-27 | 1 | -2/+28 | |
|\ \ | | | | | | | add a comment and a dict we need in #2582 | |||||
| * | | add a comment and a dict we need in #2582 | Paul Kehrer | 2015-12-26 | 1 | -2/+28 | |
| | | | ||||||
* | | | Merge pull request #2590 from alex/simplify-bn | Paul Kehrer | 2015-12-26 | 2 | -4/+3 | |
|\ \ \ | | | | | | | | | Simplify code slightly by adding a new binding | |||||
| * | | | Simplify code slightly by adding a new binding | Alex Gaynor | 2015-12-26 | 2 | -4/+3 | |
|/ / / | ||||||
* | | | Merge pull request #2588 from reaperhulk/move-tests | Alex Gaynor | 2015-12-26 | 2 | -52/+51 | |
|\ \ \ | | | | | | | | | move two tests to the openssl backend tests where they belong | |||||
| * | | | move two tests to the openssl backend tests where they belong | Paul Kehrer | 2015-12-26 | 2 | -52/+51 | |
| |/ / | ||||||
* | | | Merge pull request #2587 from reaperhulk/indexing-part-deux | Alex Gaynor | 2015-12-26 | 2 | -0/+28 | |
|\ \ \ | |/ / |/| | | make CertificateIssuer and IssuerAlternativeName indexable | |||||
| * | | make CertificateIssuer and IssuerAlternativeName indexable | Paul Kehrer | 2015-12-26 | 2 | -0/+28 | |
|/ / | ||||||
* | | Merge pull request #2586 from alex/cleanups | Paul Kehrer | 2015-12-26 | 3 | -16/+7 | |
|\ \ | | | | | | | A handful of small cleanups and simplifications | |||||
| * | | unused import | Alex Gaynor | 2015-12-26 | 1 | -1/+0 | |
| | | |