Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to cffi 1.0 precompile system | Paul Kehrer | 2015-06-07 | 60 | -245/+212 |
| | |||||
* | don't double free DSA cdata when verifying things | Paul Kehrer | 2015-06-06 | 1 | -4/+1 |
| | |||||
* | Merge pull request #1965 from reaperhulk/more-client-bindings | Alex Gaynor | 2015-06-04 | 1 | -0/+24 |
|\ | | | | | Add more client cert related bindings | ||||
| * | SSL_CTX_set_client_cert_engine was added in 0.9.8i | Paul Kehrer | 2015-06-02 | 1 | -2/+14 |
| | | |||||
| * | add some client cert bindings | Paul Kehrer | 2015-05-19 | 1 | -0/+12 |
| | | |||||
* | | Merge pull request #1990 from tonyseek/key-uri | Paul Kehrer | 2015-06-03 | 3 | -0/+42 |
|\ \ | | | | | | | Add "get_provisioning_uri" utility for HOTP/TOTP. | ||||
| * | | add license header and fix grammar errors. | Jiangge Zhang | 2015-06-03 | 1 | -0/+4 |
| | | | |||||
| * | | Remove a default argument and rename a private function. | Jiangge Zhang | 2015-06-03 | 3 | -8/+8 |
| | | | |||||
| * | | Follow the review advice: turn URI generator into methods. | Jiangge Zhang | 2015-06-03 | 3 | -27/+15 |
| | | | |||||
| * | | Add "generate_key_uri" utility for HOTP/TOTP. | Jiangge Zhang | 2015-05-26 | 1 | -0/+50 |
| | | | |||||
* | | | Remove remaining UTCTIME variables | Stanisław Pitucha | 2015-06-03 | 1 | -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 Caron | 2015-05-31 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #1954 from reaperhulk/inhibitanypolicy | Alex Gaynor | 2015-05-29 | 1 | -0/+26 |
|\ \ \ | | | | | | | | | InhibitAnyPolicy class | ||||
| * | | | InhibitAnyPolicy class | Paul Kehrer | 2015-05-26 | 1 | -0/+26 |
| | | | | |||||
* | | | | Merge pull request #1956 from etrauschke/crl_bindings_interfaces | Paul Kehrer | 2015-05-28 | 3 | -1/+115 |
|\ \ \ \ | | | | | | | | | | | add bindings and interfaces for CRL objects | ||||
| * | | | | removed verify(), various small fixes | Erik Trauschke | 2015-05-28 | 1 | -9/+3 |
| | | | | | |||||
| * | | | | doc fixes, rename rekoked -> revoked_certificates | Erik Trauschke | 2015-05-27 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add bindings and interfaces for CRL objects | Erik Trauschke | 2015-05-27 | 3 | -1/+121 |
| | | | | | |||||
* | | | | | missing comma | Alex Gaynor | 2015-05-26 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Bleh, these were the wrong type | Alex Gaynor | 2015-05-26 | 1 | -6/+6 |
| | | | | | |||||
* | | | | | Added these to the macros area as well | Alex Gaynor | 2015-05-26 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | bleh, fixed typos | Alex Gaynor | 2015-05-26 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Fixed #1969 -- added bindings for some more OpenSSL functions | Alex Gaynor | 2015-05-26 | 1 | -0/+9 |
| |/ / / |/| | | | |||||
* | | | | update all 0.10 to 1.0 | Paul Kehrer | 2015-05-26 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Add the dual license header to hazmat/backends/openssl/x509.py | Eeshan Garg | 2015-05-24 | 1 | -12/+3 |
|/ / | |||||
* | | Removes useless pass statement. | Andre Caron | 2015-05-19 | 1 | -1/+0 |
| | | |||||
* | | Adds missing docstring. | Andre Caron | 2015-05-19 | 1 | -0/+3 |
| | | |||||
* | | Adds certificate encoding to PEM and DER. | Andre Caron | 2015-05-19 | 2 | -0/+16 |
| | | |||||
* | | ssl_st is _not_ SSL_CTX, sorry | Glyph | 2015-05-19 | 1 | -6/+4 |
|/ | |||||
* | Merge pull request #1978 from AndreLouisCaron/asn1-time-binding | Paul Kehrer | 2015-05-18 | 1 | -0/+1 |
|\ | | | | | Adds ASN1 time binding for OpenSSL. | ||||
| * | Removes variable names from binding. | Andre Caron | 2015-05-18 | 1 | -1/+1 |
| | | |||||
| * | Adds ASN1 time binding for OpenSSL. | Andre Caron | 2015-05-18 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1979 from AndreLouisCaron/x509v3-bindings | Paul Kehrer | 2015-05-18 | 1 | -0/+6 |
|\ \ | | | | | | | Adds OpenSSL bindings for AIA extension. | ||||
| * | | Fixes PEP8 issues. | Andre Caron | 2015-05-18 | 1 | -1/+2 |
| | | | |||||
| * | | Removes variable names from binding. | Andre Caron | 2015-05-18 | 1 | -1/+1 |
| | | | |||||
| * | | Adds OpenSSL bindings for AIA extension. | Andre Caron | 2015-05-18 | 1 | -0/+5 |
| |/ | |||||
* | | Merge pull request #1963 from AndreLouisCaron/csr-encoding | Alex Gaynor | 2015-05-18 | 2 | -1/+21 |
|\ \ | |/ |/| | Adds support for writing CSRs. | ||||
| * | Removes PEM text prelude for CSRs. | Andre Caron | 2015-05-18 | 1 | -3/+0 |
| | | |||||
| * | Adds support for writing CSRs. | Andre Caron | 2015-05-18 | 2 | -1/+24 |
| | | |||||
* | | add ocsp no check | Paul Kehrer | 2015-05-18 | 1 | -0/+4 |
|/ | |||||
* | Merge pull request #1972 from reaperhulk/expand-ipaddress | Alex Gaynor | 2015-05-17 | 1 | -3/+10 |
|\ | | | | | IPAddress needs to support networks for nameconstraints | ||||
| * | IPAddress needs to support networks for nameconstraints | Paul Kehrer | 2015-05-17 | 1 | -3/+10 |
| | | |||||
* | | Adds support for CSR extensions. | Andre Caron | 2015-05-17 | 2 | -0/+38 |
|/ | |||||
* | x509 extension equality | Paul Kehrer | 2015-05-17 | 1 | -0/+13 |
| | |||||
* | Prepares X509 decoding functions for more CA functionality. | Andre Caron | 2015-05-15 | 1 | -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-expansion | Alex Gaynor | 2015-05-15 | 1 | -0/+6 |
|\ | | | | | add extensions to the interface for Certificate | ||||
| * | add extensions to the interface for Certificate | Paul Kehrer | 2015-05-15 | 1 | -0/+6 |
| | | |||||
* | | Added the bindings needed for implementing a CSR Builder. Refs #1927 | Alex Gaynor | 2015-05-14 | 2 | -0/+8 |
|/ | |||||
* | deprecation dance. | Paul Kehrer | 2015-05-13 | 5 | -419/+1 |
| | | | | fixes #1950 | ||||
* | open master for tenth release | Paul Kehrer | 2015-05-13 | 1 | -1/+1 |
| |