Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | add eq/ne support to NameConstraints | Paul Kehrer | 2015-06-21 | 2 | -0/+41 | |
|/ | ||||||
* | Merge pull request #1974 from reaperhulk/name-constraints | Alex Gaynor | 2015-06-21 | 3 | -0/+151 | |
|\ | | | | | add nameconstraints classes | |||||
| * | add nameconstraints classes | Paul Kehrer | 2015-06-21 | 3 | -0/+151 | |
|/ | ||||||
* | Merge pull request #2036 from major/master | Alex Gaynor | 2015-06-21 | 3 | -0/+37 | |
|\ | | | | | Added a repr() method to x509._Certificate | |||||
| * | Added a repr() method to x509._Certificate | Major Hayden | 2015-06-21 | 3 | -0/+37 | |
| | | ||||||
* | | Merge pull request #2051 from alex/flake8-speedup | Paul Kehrer | 2015-06-21 | 1 | -1/+1 | |
|\ \ | | | | | | | Speed up flake8 by skipping two irrelevant directories | |||||
| * | | Speed up flake8 by skipping two irrelevant directories | Alex Gaynor | 2015-06-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #2050 from alex/doc-fix | Paul Kehrer | 2015-06-20 | 1 | -1/+1 | |
|\ \ | | | | | | | Fixed the anchor of a URL that changed on wikipedia | |||||
| * | | Fixed the anchor of a URL that changed on wikipedia | Alex Gaynor | 2015-06-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #2034 from reaperhulk/windows-flags | Alex Gaynor | 2015-06-20 | 4 | -8/+20 | |
|\ \ | | | | | | | enable ASLR and NX on windows builds (affects 2.x only) | |||||
| * | | enable ASLR and NX on windows builds (affects 2.x only) | Paul Kehrer | 2015-06-20 | 4 | -8/+20 | |
| | | | ||||||
* | | | Merge pull request #2049 from sholsapp/new-crl-bindings | Alex Gaynor | 2015-06-20 | 1 | -7/+9 | |
|\ \ \ | | | | | | | | | Add additional CRL bindings | |||||
| * | | | Add additional CRL bindings | Stephen Holsapple | 2015-06-20 | 1 | -7/+9 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | I sorted the X50_CRL bindings and added two additional bindings: 1. X509_CRL_set_version 2. X509_CRL_sort These two functions are required to make CRL useful in pyOpenSSL re: https://github.com/pyca/pyopenssl/issues/256 | |||||
* | | | Merge pull request #2048 from alex/ian | Paul Kehrer | 2015-06-20 | 2 | -2/+32 | |
|\ \ \ | | | | | | | | | Refs #1947 -- add support for IAN to the OpenSSL backend | |||||
| * | | | Refs #1947 -- add support for IAN to the OpenSSL backend | Alex Gaynor | 2015-06-20 | 2 | -2/+32 | |
|/ / / | ||||||
* | | | Merge pull request #2047 from reaperhulk/evp-pkey | Alex Gaynor | 2015-06-20 | 4 | -76/+75 | |
|\ \ \ | |/ / |/| | | create evp_pkey in constructor for DSA/EC | |||||
| * | | evp_pkey in openssl asymmetric key constructors | Paul Kehrer | 2015-06-20 | 4 | -76/+75 | |
|/ / | ||||||
* | | Merge pull request #2046 from Ayrx/style-nits | Alex Gaynor | 2015-06-19 | 3 | -12/+12 | |
|\ \ | | | | | | | Change ' to ". | |||||
| * | | Change ' to ". | Terry Chia | 2015-06-19 | 3 | -12/+12 | |
| | | | ||||||
* | | | Merge pull request #2040 from reaperhulk/policy-constraints-vectors | Alex Gaynor | 2015-06-18 | 4 | -0/+61 | |
|\ \ \ | | | | | | | | | add x509 policy constraints test vectors | |||||
| * | | | add x509 policy constraints test vectors | Paul Kehrer | 2015-06-17 | 4 | -0/+61 | |
| |/ / | ||||||
* | | | Merge pull request #2043 from reaperhulk/nc-vectors | Alex Gaynor | 2015-06-18 | 4 | -0/+64 | |
|\ \ \ | | | | | | | | | add name constraints test vectors | |||||
| * | | | add name constraints test vectors | Paul Kehrer | 2015-06-17 | 4 | -0/+64 | |
| |/ / | ||||||
* | | | Merge pull request #2041 from reaperhulk/iap-ossl | Alex Gaynor | 2015-06-18 | 2 | -0/+30 | |
|\ \ \ | | | | | | | | | inhibit any policy extension support for the openssl backend | |||||
| * | | | inhibit any policy extension support for the openssl backend | Paul Kehrer | 2015-06-17 | 2 | -0/+30 | |
| |/ / | ||||||
* | | | Merge pull request #2042 from reaperhulk/ian-vector | Alex Gaynor | 2015-06-18 | 2 | -0/+21 | |
|\ \ \ | |/ / |/| | | add issuer alternative name test vector | |||||
| * | | add issuer alternative name test vector | Paul Kehrer | 2015-06-17 | 2 | -0/+21 | |
|/ / | ||||||
* | | Merge pull request #2038 from sholsapp/add-x509store-functions | Alex Gaynor | 2015-06-17 | 1 | -1/+5 | |
|\ \ | | | | | | | Add additional X509_STORE functions | |||||
| * | | Add additional X509_STORE functions | Stephen Holsapple | 2015-06-17 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | I'm working on https://github.com/pyca/pyopenssl/issues/256 and can't seem to get the X509_STORE_CTX objects to be able to find a CRL. I suspect it is because I'm not adding the CRL to the underlying X509_STORE object, so I'd like to add them. | |||||
* | | | Merge pull request #2037 from reaperhulk/x509-ossl-nocheck | Alex Gaynor | 2015-06-17 | 2 | -0/+19 | |
|\ \ \ | |/ / |/| | | support OCSPNoCheck in the OpenSSL backend | |||||
| * | | support OCSPNoCheck in the OpenSSL backend | Paul Kehrer | 2015-06-17 | 2 | -0/+19 | |
|/ / | ||||||
* | | Merge pull request #2033 from sigmavirus24/name-attribute-text-check | Paul Kehrer | 2015-06-17 | 4 | -175/+215 | |
|\| | | | | | Enforce text type of NameAttribute.value | |||||
| * | Add note to CHANGELOG about change to NameAttribute | Ian Cordasco | 2015-06-17 | 1 | -0/+2 | |
| | | ||||||
| * | Conditionally construct the repr of NameAttributes | Ian Cordasco | 2015-06-16 | 2 | -19/+43 | |
| | | ||||||
| * | Correct x509.NameAttribute test passing bytes | Ian Cordasco | 2015-06-16 | 2 | -171/+173 | |
| | | ||||||
| * | Enforce text type of NameAttribute.value | Ian Cordasco | 2015-06-16 | 2 | -0/+12 | |
|/ | ||||||
* | Merge pull request #2017 from reaperhulk/issuer-alternative-name | Alex Gaynor | 2015-06-13 | 3 | -0/+104 | |
|\ | | | | | issuer alternative name support | |||||
| * | issuer alternative name support | Paul Kehrer | 2015-06-07 | 3 | -0/+104 | |
| | | ||||||
* | | Merge pull request #2018 from reaperhulk/ocsp-nocheck-vector | Alex Gaynor | 2015-06-13 | 2 | -0/+20 | |
|\ \ | | | | | | | add OCSPNoCheck test vector | |||||
| * | | add OCSPNoCheck test vector | Paul Kehrer | 2015-06-07 | 2 | -0/+20 | |
| |/ | ||||||
* | | Merge pull request #2028 from Ayrx/fix-docs | Paul Kehrer | 2015-06-13 | 1 | -4/+2 | |
|\ \ | | | | | | | Remove mention of extract/expand operations from ConcatKDF docs. | |||||
| * | | Remove mention of extract/expand operations from ConcatKDF docs. | Terry Chia | 2015-06-13 | 1 | -4/+2 | |
|/ / | ||||||
* | | Merge pull request #2026 from reaperhulk/small-cleanup | Alex Gaynor | 2015-06-12 | 2 | -1/+2 | |
|\ \ | | | | | | | cleanup a doctest and add a changelog entry for concatkdf | |||||
| * | | cleanup a doctest and add a changelog entry for concatkdf | Paul Kehrer | 2015-06-12 | 2 | -1/+2 | |
|/ / | ||||||
* | | Merge pull request #1898 from simo5/ConcatKDF | Paul Kehrer | 2015-06-12 | 3 | -0/+563 | |
|\ \ | | | | | | | Add ConcatKDF from NIST SP 800-56A | |||||
| * | | Add ConcatKDF from NIST SP 800-56A | Simo Sorce | 2015-06-12 | 3 | -0/+563 | |
|/ / | | | | | | | | | | | | | | | | | The implemention allows the use an HMAC function as per Revision 2 of the document. Conformance of the formatting of the OtherInfo argument is responsability of the calling application. Signed-off-by: Simo Sorce <simo@redhat.com> | |||||
* | | Merge pull request #2020 from tonyseek/change-badge-provider | Paul Kehrer | 2015-06-08 | 1 | -1/+1 | |
|\ \ | | | | | | | Use shields.io instead of pypip.in. | |||||
| * | | Use shields.io instead of pypip.in. | Jiangge Zhang | 2015-06-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | It seems that the pypip.in has been unreachable. https://github.com/badges/pypipins/issues/39 | |||||
* | | | Merge pull request #2022 from skeuomorf/remove-gpg-key | Paul Kehrer | 2015-06-08 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Remove Mohammed Attia's GPG key | |||||
| * | | Remove Mohammed Attia's GPG key | Mohammed Attia | 2015-06-08 | 1 | -1/+1 | |
|/ / |