aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #2599 from reaperhulk/oaep-fixAlex Gaynor2015-12-283-0/+39
|\ | | | | Handle RSA_R_OAEP_DECODING_ERROR
| * 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 CertificatePolicies
| * 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 CDP
| * | 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 AIA
| * 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 CRLReason
| * Refs #2578 -- implement __hash__ on CRLReasonAlex Gaynor2015-12-272-0/+11
| |
* | Merge pull request #2594 from reaperhulk/hash-bcAlex Gaynor2015-12-272-0/+10
|\ \ | |/ |/| implement hash on basicconstraints
| * 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 backend
| * 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
|\ | | | | Reduce duplication, write a function
| * 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
|\ | | | | RevokedCertificateBuilder extensions
| * _encode_alt_name already does thisPaul Kehrer2015-12-271-15/+1
| |
| * add test for invalid extension typePaul Kehrer2015-12-271-0/+6
| |
| * move around a dictPaul Kehrer2015-12-271-17/+4
| |
| * add changelog entryPaul Kehrer2015-12-271-0/+3
| |
| * support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-275-4/+187
|/
* Merge pull request #2589 from reaperhulk/dict-dict-dictAlex Gaynor2015-12-271-2/+28
|\ | | | | add a comment and a dict we need in #2582
| * add a comment and a dict we need in #2582Paul Kehrer2015-12-261-2/+28
| |
* | Merge pull request #2590 from alex/simplify-bnPaul Kehrer2015-12-262-4/+3
|\ \ | | | | | | Simplify code slightly by adding a new binding
| * | Simplify code slightly by adding a new bindingAlex Gaynor2015-12-262-4/+3
|/ /
* | Merge pull request #2588 from reaperhulk/move-testsAlex Gaynor2015-12-262-52/+51
|\ \ | | | | | | move two tests to the openssl backend tests where they belong
| * | move two tests to the openssl backend tests where they belongPaul Kehrer2015-12-262-52/+51
| |/
* | Merge pull request #2587 from reaperhulk/indexing-part-deuxAlex Gaynor2015-12-262-0/+28
|\ \ | |/ |/| make CertificateIssuer and IssuerAlternativeName indexable
| * make CertificateIssuer and IssuerAlternativeName indexablePaul Kehrer2015-12-262-0/+28
|/
* Merge pull request #2586 from alex/cleanupsPaul Kehrer2015-12-263-16/+7
|\ | | | | A handful of small cleanups and simplifications
| * unused importAlex Gaynor2015-12-261-1/+0
| |
| * A handful of small cleanups and simplificationsAlex Gaynor2015-12-263-15/+7
|/
* Merge pull request #2585 from reaperhulk/san-iterableAlex Gaynor2015-12-262-0/+32
|\ | | | | support indexing on GeneralNames and SubjectAlternativeName
| * support indexing on GeneralNames and SubjectAlternativeNamePaul Kehrer2015-12-262-0/+32
| |
* | Merge pull request #2584 from reaperhulk/asn1-bindingsAlex Gaynor2015-12-261-0/+3
|\ \ | | | | | | new asn1 bindings needed for #2582
| * | new asn1 bindings needed for #2582Paul Kehrer2015-12-261-0/+3
| |/
* | Merge pull request #2583 from alex/ski-hashPaul Kehrer2015-12-262-0/+17
|\ \ | |/ |/| Refs #2578 -- implement __hash__ on SubjectKeyIdentifier