aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | prominently note our py2.6 and openssl 0.9.8/1.0.0 deprecationsPaul Kehrer2015-12-311-0/+9
| |/ / /
* | | | Merge pull request #2614 from reaperhulk/doc-wheel-cacheAlex Gaynor2016-01-011-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | add a small note about clearing the wheel cachePaul Kehrer2015-12-311-0/+6
|/ / /
* | | Merge pull request #2613 from reaperhulk/warn-on-openssl-lt-101Alex Gaynor2015-12-312-0/+13
|\ \ \
| * | | add changelog entry for 0.9.8/1.0.0 deprecationPaul Kehrer2015-12-311-0/+4
| * | | deprecationwarning for OpenSSL < 1.0.1 as upstream has dropped supportPaul Kehrer2015-12-311-0/+9
* | | | Merge pull request #2607 from reaperhulk/unrecognized-extension-support-reduxAlex Gaynor2015-12-315-5/+37
|\ \ \ \ | |_|/ / |/| | |
| * | | backticksPaul Kehrer2015-12-301-1/+1
| * | | support unrecognized extensions in x509Paul Kehrer2015-12-305-5/+37
| |/ /
* | | Merge pull request #2609 from reaperhulk/extension-for-class-exceptionAlex Gaynor2015-12-302-0/+12
|\ \ \
| * | | don't allow UnrecognizedExtension with get_extension_for_classPaul Kehrer2015-12-302-0/+12
| |/ /
* | | Merge pull request #2608 from alex/serialization-docsPaul Kehrer2015-12-301-5/+31
|\ \ \ | |/ / |/| |
| * | Better document the return type of serialization load functionsAlex Gaynor2015-12-301-5/+31
|/ /
* | Merge pull request #2604 from reaperhulk/unrecognized-extension-classAlex Gaynor2015-12-304-1/+111
|\ \
| * | language updatePaul Kehrer2015-12-301-1/+1
| * | py3 repr will be differentPaul Kehrer2015-12-301-4/+10
| * | add UnrecognizedExtension classPaul Kehrer2015-12-304-1/+105
* | | Merge pull request #2606 from pyca/alex-patch-1Donald Stufft2015-12-301-1/+1
|\ \ \
| * | | Fixed #2605 -- require setuptools 1.0Alex Gaynor2015-12-301-1/+1
|/ / /
* | | Merge pull request #2603 from reaperhulk/unrecognized-extension-vectorAlex Gaynor2015-12-302-0/+18
|\ \ \
| * | | new unsupported extension x509 test vectorPaul Kehrer2015-12-302-0/+18
| |/ /
* | | Merge pull request #2601 from alex/get-your-crypto-with-cryptoPaul Kehrer2015-12-282-2/+2
|\ \ \ | |/ / |/| |
| * | Port a few cr.yp.to links to be HTTPSAlex Gaynor2015-12-282-2/+2
|/ /
* | Merge pull request #2599 from reaperhulk/oaep-fixAlex Gaynor2015-12-283-0/+39
|\ \
| * | RSA_R_OAEP_DECODING_ERROR is pretty ubiquitousPaul Kehrer2015-12-273-14/+1
| * | move testPaul Kehrer2015-12-272-29/+38
| * | pep8 fix, rename test, add a comment to explain itPaul Kehrer2015-12-271-2/+6
| * | Move private key initialization out of pytest.raises blockChristopher Grebs2015-12-271-1/+3
| * | Fix test again and add pytest.raises statementChristopher Grebs2015-12-271-9/+8
| * | Fixed test scenario to use different key.Christopher Grebs2015-12-271-2/+2
| * | Add simple test that would fail on decryptionChristopher Grebs2015-12-271-0/+23
| * | Add support for RSA_R_OAEP_DECODING_ERROR error flag.Christopher Grebs2015-12-273-0/+15
|/ /
* | Merge pull request #2598 from reaperhulk/index-cpAlex Gaynor2015-12-272-0/+13
|\ \
| * | support indexing in CertificatePoliciesPaul Kehrer2015-12-272-0/+13
* | | Merge pull request #2597 from reaperhulk/index-cdpAlex Gaynor2015-12-272-0/+29
|\ \ \
| * | | support indexing in CDPPaul Kehrer2015-12-272-0/+29
| |/ /
* | | Merge pull request #2596 from reaperhulk/index-aiaAlex Gaynor2015-12-272-0/+29
|\ \ \ | |/ / |/| |
| * | support indexing in AIAPaul Kehrer2015-12-272-0/+29
|/ /
* | Merge pull request #2595 from alex/crl-reason-hashPaul Kehrer2015-12-272-0/+11
|\ \
| * | Refs #2578 -- implement __hash__ on CRLReasonAlex Gaynor2015-12-272-0/+11
* | | Merge pull request #2594 from reaperhulk/hash-bcAlex Gaynor2015-12-272-0/+10
|\ \ \ | |/ / |/| |
| * | hash ne testPaul Kehrer2015-12-271-0/+2
| * | implement hash on basicconstraintsPaul Kehrer2015-12-272-0/+8
* | | Merge pull request #2593 from reaperhulk/crl-support-ec-dsaAlex Gaynor2015-12-273-15/+107
|\ \ \ | |/ / |/| |
| * | Support EC and DSA signing of CRLs in the OpenSSL backendPaul Kehrer2015-12-273-15/+107
|/ /
* | Merge pull request #2591 from alex/reduce-duplicationPaul Kehrer2015-12-271-85/+39
|\ \
| * | fix a ptr liveness bugAlex Gaynor2015-12-271-2/+2
| * | Reduce duplication, write a functionAlex Gaynor2015-12-271-85/+39
|/ /
* | Merge pull request #2582 from reaperhulk/revokedcertbuilder-extensionsAlex Gaynor2015-12-276-6/+171
|\ \
| * | _encode_alt_name already does thisPaul Kehrer2015-12-271-15/+1