aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1956 from etrauschke/crl_bindings_interfacesPaul Kehrer2015-05-283-1/+115
|\ | | | | add bindings and interfaces for CRL objects
| * removed verify(), various small fixesErik Trauschke2015-05-281-9/+3
| |
| * doc fixes, rename rekoked -> revoked_certificatesErik Trauschke2015-05-271-1/+1
| |
| * add bindings and interfaces for CRL objectsErik Trauschke2015-05-273-1/+121
| |
* | missing commaAlex Gaynor2015-05-261-1/+1
| |
* | Bleh, these were the wrong typeAlex Gaynor2015-05-261-6/+6
| |
* | Added these to the macros area as wellAlex Gaynor2015-05-261-0/+5
| |
* | bleh, fixed typosAlex Gaynor2015-05-261-3/+3
| |
* | Fixed #1969 -- added bindings for some more OpenSSL functionsAlex Gaynor2015-05-261-0/+9
| |
* | update all 0.10 to 1.0Paul Kehrer2015-05-261-1/+1
| |
* | Add the dual license header to hazmat/backends/openssl/x509.pyEeshan Garg2015-05-241-12/+3
|/
* Removes useless pass statement.Andre Caron2015-05-191-1/+0
|
* Adds missing docstring.Andre Caron2015-05-191-0/+3
|
* Adds certificate encoding to PEM and DER.Andre Caron2015-05-192-0/+16
|
* ssl_st is _not_ SSL_CTX, sorryGlyph2015-05-191-6/+4
|
* Merge pull request #1978 from AndreLouisCaron/asn1-time-bindingPaul Kehrer2015-05-181-0/+1
|\ | | | | Adds ASN1 time binding for OpenSSL.
| * Removes variable names from binding.Andre Caron2015-05-181-1/+1
| |
| * Adds ASN1 time binding for OpenSSL.Andre Caron2015-05-181-0/+1
| |
* | Merge pull request #1979 from AndreLouisCaron/x509v3-bindingsPaul Kehrer2015-05-181-0/+6
|\ \ | | | | | | Adds OpenSSL bindings for AIA extension.
| * | Fixes PEP8 issues.Andre Caron2015-05-181-1/+2
| | |
| * | Removes variable names from binding.Andre Caron2015-05-181-1/+1
| | |
| * | Adds OpenSSL bindings for AIA extension.Andre Caron2015-05-181-0/+5
| |/
* | Merge pull request #1963 from AndreLouisCaron/csr-encodingAlex Gaynor2015-05-182-1/+21
|\ \ | |/ |/| Adds support for writing CSRs.
| * Removes PEM text prelude for CSRs.Andre Caron2015-05-181-3/+0
| |
| * Adds support for writing CSRs.Andre Caron2015-05-182-1/+24
| |
* | add ocsp no checkPaul Kehrer2015-05-181-0/+4
|/
* Merge pull request #1972 from reaperhulk/expand-ipaddressAlex Gaynor2015-05-171-3/+10
|\ | | | | IPAddress needs to support networks for nameconstraints
| * IPAddress needs to support networks for nameconstraintsPaul Kehrer2015-05-171-3/+10
| |
* | Adds support for CSR extensions.Andre Caron2015-05-172-0/+38
|/
* x509 extension equalityPaul Kehrer2015-05-171-0/+13
|
* Prepares X509 decoding functions for more CA functionality.Andre Caron2015-05-151-295/+309
| | | | | | | | | Most of the existing `_build_*()` methods will need to be reused for CSR extensions, so it is more convenient to have them as free functinos. Since we will need to add the reverse functions, it is convenient to rename the `_build_*()` methods to `_decode_*()`. The reverse functions will be named `_encode_*()`.
* Merge pull request #1960 from reaperhulk/x509-cert-interface-expansionAlex Gaynor2015-05-151-0/+6
|\ | | | | add extensions to the interface for Certificate
| * add extensions to the interface for CertificatePaul Kehrer2015-05-151-0/+6
| |
* | Added the bindings needed for implementing a CSR Builder. Refs #1927Alex Gaynor2015-05-142-0/+8
|/
* deprecation dance.Paul Kehrer2015-05-135-419/+1
| | | | fixes #1950
* open master for tenth releasePaul Kehrer2015-05-131-1/+1
|
* 0.9 timePaul Kehrer2015-05-131-1/+1
|
* Merge pull request #1920 from reaperhulk/x509-ossl-cdpAlex Gaynor2015-05-131-11/+108
|\ | | | | support CRLDistributionPoints in the OpenSSL backend
| * change approach for parsing CDP reason flagsPaul Kehrer2015-05-131-18/+25
| |
| * support CRLDistributionPoints in the OpenSSL backendPaul Kehrer2015-05-131-11/+101
| |
* | Merge pull request #1945 from reaperhulk/add-ssl-ctx-set-tlsext-status-argAlex Gaynor2015-05-131-0/+3
|\ \ | | | | | | add SSL_set_tlsext_status_arg support
| * | add SSL_set_tlsext_status_arg supportPaul Kehrer2015-05-131-0/+3
| |/
* | Merge pull request #1944 from reaperhulk/bc-eqAlex Gaynor2015-05-131-0/+9
|\ \ | | | | | | add eq/ne support to BasicConstraints
| * | add eq/ne support to BasicConstraintsPaul Kehrer2015-05-131-0/+9
| |/
* | Merge pull request #1943 from reaperhulk/san-eqAlex Gaynor2015-05-131-0/+9
|\ \ | | | | | | add eq/ne support to SubjectAlternativeName
| * | add eq/ne support to SubjectAlternativeNamePaul Kehrer2015-05-131-0/+9
| |/
* / add eq/ne support to KeyUsagePaul Kehrer2015-05-131-0/+19
|/
* support certificate policies in the openssl backendPaul Kehrer2015-05-121-0/+71
|
* Merge pull request #1936 from reaperhulk/cp-noticenumbers-requiredAlex Gaynor2015-05-121-2/+2
|\ | | | | notice_numbers are not optional in NoticeReference
| * notice_numbers are not optional in NoticeReferencePaul Kehrer2015-05-121-2/+2
| |