aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* don't double free DSA cdata when verifying thingsPaul Kehrer2015-06-061-4/+1
|
* Merge pull request #1965 from reaperhulk/more-client-bindingsAlex Gaynor2015-06-041-0/+24
|\ | | | | Add more client cert related bindings
| * SSL_CTX_set_client_cert_engine was added in 0.9.8iPaul Kehrer2015-06-021-2/+14
| |
| * add some client cert bindingsPaul Kehrer2015-05-191-0/+12
| |
* | Merge pull request #1990 from tonyseek/key-uriPaul Kehrer2015-06-033-0/+42
|\ \ | | | | | | Add "get_provisioning_uri" utility for HOTP/TOTP.
| * | add license header and fix grammar errors.Jiangge Zhang2015-06-031-0/+4
| | |
| * | Remove a default argument and rename a private function.Jiangge Zhang2015-06-033-8/+8
| | |
| * | Follow the review advice: turn URI generator into methods.Jiangge Zhang2015-06-033-27/+15
| | |
| * | Add "generate_key_uri" utility for HOTP/TOTP.Jiangge Zhang2015-05-261-0/+50
| | |
* | | Remove remaining UTCTIME variablesStanisław Pitucha2015-06-031-2/+2
| | | | | | | | | | | | | | | | | | set_not{Before,After} use ASN1_TIME in openssl. UTCTIME has been removed in 0.9.6. get_... functions have been fixed before, but set_... bindings still used the old type.
* | | Adds OpenSSL binding for X509 names.Andre Caron2015-05-311-0/+2
| | |
* | | Merge pull request #1954 from reaperhulk/inhibitanypolicyAlex Gaynor2015-05-291-0/+26
|\ \ \ | | | | | | | | InhibitAnyPolicy class
| * | | InhibitAnyPolicy classPaul Kehrer2015-05-261-0/+26
| | | |
* | | | 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
|