aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* RSA_R_OAEP_DECODING_ERROR is pretty ubiquitousPaul Kehrer2015-12-273-14/+1
* 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-271-0/+3
|\
| * support indexing in CertificatePoliciesPaul Kehrer2015-12-271-0/+3
* | Merge pull request #2597 from reaperhulk/index-cdpAlex Gaynor2015-12-271-0/+3
|\ \
| * | support indexing in CDPPaul Kehrer2015-12-271-0/+3
| |/
* / support indexing in AIAPaul Kehrer2015-12-271-0/+3
|/
* Merge pull request #2595 from alex/crl-reason-hashPaul Kehrer2015-12-271-0/+3
|\
| * Refs #2578 -- implement __hash__ on CRLReasonAlex Gaynor2015-12-271-0/+3
* | Merge pull request #2594 from reaperhulk/hash-bcAlex Gaynor2015-12-271-0/+3
|\ \ | |/ |/|
| * implement hash on basicconstraintsPaul Kehrer2015-12-271-0/+3
* | Support EC and DSA signing of CRLs in the OpenSSL backendPaul Kehrer2015-12-271-10/+11
|/
* fix a ptr liveness bugAlex Gaynor2015-12-271-2/+2
* Reduce duplication, write a functionAlex Gaynor2015-12-271-85/+39
* _encode_alt_name already does thisPaul Kehrer2015-12-271-15/+1
* move around a dictPaul Kehrer2015-12-271-17/+4
* support CRL entry extension encoding in the RevokedCertificateBuilderPaul Kehrer2015-12-272-3/+92
* Merge pull request #2589 from reaperhulk/dict-dict-dictAlex Gaynor2015-12-271-2/+28
|\
| * add a comment and a dict we need in #2582Paul Kehrer2015-12-261-2/+28
* | Simplify code slightly by adding a new bindingAlex Gaynor2015-12-262-4/+3
* | make CertificateIssuer and IssuerAlternativeName indexablePaul Kehrer2015-12-261-0/+6
|/
* unused importAlex Gaynor2015-12-261-1/+0
* A handful of small cleanups and simplificationsAlex Gaynor2015-12-262-6/+4
* Merge pull request #2585 from reaperhulk/san-iterableAlex Gaynor2015-12-261-0/+6
|\
| * support indexing on GeneralNames and SubjectAlternativeNamePaul Kehrer2015-12-261-0/+6
* | Merge pull request #2584 from reaperhulk/asn1-bindingsAlex Gaynor2015-12-261-0/+3
|\ \
| * | new asn1 bindings needed for #2582Paul Kehrer2015-12-261-0/+3
| |/
* | Merge pull request #2583 from alex/ski-hashPaul Kehrer2015-12-261-0/+3
|\ \ | |/ |/|
| * Refs #2578 -- implement __hash__ on SubjectKeyIdentifierAlex Gaynor2015-12-261-0/+3
* | Merge pull request #2581 from reaperhulk/crlentry-invaliditydateAlex Gaynor2015-12-263-2/+36
|\ \ | |/ |/|
| * add __hash__ to InvalidityDatePaul Kehrer2015-12-261-0/+3
| * add invaliditydate class for crl entry extensionsPaul Kehrer2015-12-263-2/+33
* | Refs #2578 -- implement __hash__ on CRLNumberAlex Gaynor2015-12-261-0/+3
|/
* switch CRLReason to use a classPaul Kehrer2015-12-263-2/+28
* Merge pull request #2575 from reaperhulk/crlentry-extensions-classesAlex Gaynor2015-12-263-5/+38
|\
| * start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-253-5/+38
* | make the Extensions class support indexingPaul Kehrer2015-12-261-0/+3
|/
* Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor2015-12-254-16/+28
|\
| * allow CRLExtensionOID to still be imported from x509Paul Kehrer2015-12-251-1/+2
| * rename CRLExtensionOID to CRLEntryExtensionOIDPaul Kehrer2015-12-254-16/+27
* | X509_REVOKED_dup isn't available everywhere, we get to define our ownPaul Kehrer2015-12-252-2/+13
* | support revoked certificates in CertificateRevocationListBuilderPaul Kehrer2015-12-253-0/+23
|/
* RevokedCertificateBuilderPaul Kehrer2015-12-253-3/+65
* add create_x509_revoked_certificate to x509backend interfacePaul Kehrer2015-12-253-0/+19
* use _create_x509_extensions in create_x509_crlPaul Kehrer2015-12-251-20/+8
* add extension support to the CRLBuilderPaul Kehrer2015-12-252-1/+59
* a different approach to refactoring the x509 extension additionPaul Kehrer2015-12-242-21/+25
* don't reuse a variable, it's confusingPaul Kehrer2015-12-241-4/+6
* refactor x509 extension creation to make it a bit more reusablePaul Kehrer2015-12-241-38/+39
* CertificateRevocationListBuilderPaul Kehrer2015-12-243-1/+135