aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #2613 from reaperhulk/warn-on-openssl-lt-101Alex Gaynor2015-12-311-0/+9
|\ \ | | | | | | deprecationwarning for OpenSSL < 1.0.1 as upstream has dropped support
| * | 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-311-0/+9
|\ \ \ | |_|/ |/| | support unrecognized extensions in x509
| * | support unrecognized extensions in x509Paul Kehrer2015-12-301-0/+9
| |/
* / don't allow UnrecognizedExtension with get_extension_for_classPaul Kehrer2015-12-301-0/+7
|/
* add UnrecognizedExtension classPaul Kehrer2015-12-302-1/+33
|
* 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 CertificatePolicies
| * 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 CDP
| * | 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 CRLReason
| * 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 basicconstraints
| * 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 #2582
| * 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 SubjectAlternativeName
| * 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 #2582
| * | 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 SubjectKeyIdentifier
| * 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 invaliditydate class for crl entry extensions
| * 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 classes
| * start switching the CRL entry extensions to be full-fledged classesPaul Kehrer2015-12-253-5/+38
| | | | | | | | first up: CertificateIssuer
* | make the Extensions class support indexingPaul Kehrer2015-12-261-0/+3
|/
* Merge pull request #2574 from reaperhulk/rename-crlextensionAlex Gaynor2015-12-254-16/+28
|\ | | | | rename CRLExtensionOID to CRLEntryExtensionOID
| * 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
|