aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2040 from reaperhulk/policy-constraints-vectorsAlex Gaynor2015-06-184-0/+61
|\ | | | | add x509 policy constraints test vectors
| * add x509 policy constraints test vectorsPaul Kehrer2015-06-174-0/+61
| |
* | Merge pull request #2043 from reaperhulk/nc-vectorsAlex Gaynor2015-06-184-0/+64
|\ \ | | | | | | add name constraints test vectors
| * | add name constraints test vectorsPaul Kehrer2015-06-174-0/+64
| |/
* | Merge pull request #2041 from reaperhulk/iap-osslAlex Gaynor2015-06-182-0/+30
|\ \ | | | | | | inhibit any policy extension support for the openssl backend
| * | inhibit any policy extension support for the openssl backendPaul Kehrer2015-06-172-0/+30
| |/
* | Merge pull request #2042 from reaperhulk/ian-vectorAlex Gaynor2015-06-182-0/+21
|\ \ | |/ |/| add issuer alternative name test vector
| * add issuer alternative name test vectorPaul Kehrer2015-06-172-0/+21
|/
* Merge pull request #2038 from sholsapp/add-x509store-functionsAlex Gaynor2015-06-171-1/+5
|\ | | | | Add additional X509_STORE functions
| * Add additional X509_STORE functionsStephen Holsapple2015-06-171-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-nocheckAlex Gaynor2015-06-172-0/+19
|\ \ | |/ |/| support OCSPNoCheck in the OpenSSL backend
| * support OCSPNoCheck in the OpenSSL backendPaul Kehrer2015-06-172-0/+19
|/
* Merge pull request #2033 from sigmavirus24/name-attribute-text-checkPaul Kehrer2015-06-174-175/+215
|\ | | | | Enforce text type of NameAttribute.value
| * Add note to CHANGELOG about change to NameAttributeIan Cordasco2015-06-171-0/+2
| |
| * Conditionally construct the repr of NameAttributesIan Cordasco2015-06-162-19/+43
| |
| * Correct x509.NameAttribute test passing bytesIan Cordasco2015-06-162-171/+173
| |
| * Enforce text type of NameAttribute.valueIan Cordasco2015-06-162-0/+12
|/
* Merge pull request #2017 from reaperhulk/issuer-alternative-nameAlex Gaynor2015-06-133-0/+104
|\ | | | | issuer alternative name support
| * issuer alternative name supportPaul Kehrer2015-06-073-0/+104
| |
* | Merge pull request #2018 from reaperhulk/ocsp-nocheck-vectorAlex Gaynor2015-06-132-0/+20
|\ \ | | | | | | add OCSPNoCheck test vector
| * | add OCSPNoCheck test vectorPaul Kehrer2015-06-072-0/+20
| |/
* | Merge pull request #2028 from Ayrx/fix-docsPaul Kehrer2015-06-131-4/+2
|\ \ | | | | | | Remove mention of extract/expand operations from ConcatKDF docs.
| * | Remove mention of extract/expand operations from ConcatKDF docs.Terry Chia2015-06-131-4/+2
|/ /
* | Merge pull request #2026 from reaperhulk/small-cleanupAlex Gaynor2015-06-122-1/+2
|\ \ | | | | | | cleanup a doctest and add a changelog entry for concatkdf
| * | cleanup a doctest and add a changelog entry for concatkdfPaul Kehrer2015-06-122-1/+2
|/ /
* | Merge pull request #1898 from simo5/ConcatKDFPaul Kehrer2015-06-123-0/+563
|\ \ | | | | | | Add ConcatKDF from NIST SP 800-56A
| * | Add ConcatKDF from NIST SP 800-56ASimo Sorce2015-06-123-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-providerPaul Kehrer2015-06-081-1/+1
|\ \ | | | | | | Use shields.io instead of pypip.in.
| * | Use shields.io instead of pypip.in.Jiangge Zhang2015-06-081-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-keyPaul Kehrer2015-06-081-1/+1
|\ \ \ | |/ / |/| | Remove Mohammed Attia's GPG key
| * | Remove Mohammed Attia's GPG keyMohammed Attia2015-06-081-1/+1
|/ /
* | Merge pull request #2019 from reaperhulk/simplify-setup-requiresDonald Stufft2015-06-081-1/+3
|\ \ | | | | | | setup requires can be cffi only now
| * | setup requires can be cffi only nowPaul Kehrer2015-06-081-1/+3
|/ /
* | Merge pull request #1986 from reaperhulk/cffi10Donald Stufft2015-06-0871-372/+271
|\ \ | |/ |/| cffi 1.0
| * add some info about pypy version support with cffi 1.0+Paul Kehrer2015-06-071-1/+3
| |
| * install pypy 2.6.0 in container infraPaul Kehrer2015-06-072-0/+16
| |
| * Test with PyPy 2.6.0Alex Gaynor2015-06-071-2/+2
| |
| * convert to cffi 1.0 precompile systemPaul Kehrer2015-06-0768-362/+251
| |
| * remove pypy3 from testing until a cffi 1.0 version is availablePaul Kehrer2015-06-071-8/+0
|/
* Merge pull request #2016 from alex/0.9-changelogPaul Kehrer2015-06-061-0/+7
|\ | | | | Port the 0.9.1 changelog over to master
| * Port the 0.9.1 changelog over to masterAlex Gaynor2015-06-061-0/+7
|/
* Merge pull request #2010 from reaperhulk/gc-fixDonald Stufft2015-06-061-4/+1
|\ | | | | don't double free DSA cdata when verifying things
| * don't double free DSA cdata when verifying thingsPaul Kehrer2015-06-061-4/+1
| |
* | Merge pull request #2011 from reaperhulk/tox-env-versionsAlex Gaynor2015-06-061-0/+3
|\ \ | |/ |/| list package versions in tox env for easier debugging
| * list package versions in tox env for easier debuggingPaul Kehrer2015-06-061-0/+3
|/
* Merge pull request #2008 from tonyseek/add-authorPaul Kehrer2015-06-051-0/+1
|\ | | | | Add 'Jiangge Zhang' to AUTHORS
| * Add 'Jiangge Zhang' to AUTHORS. #1990Jiangge Zhang2015-06-051-0/+1
| |
* | Merge pull request #2009 from tonyseek/twofactor-uri-changelogPaul Kehrer2015-06-051-0/+4
|\ \ | |/ |/| Update CHANGELOG for Two-Factor provisioning URI.
| * Update CHANGELOG for Two-Factor provisioning URI.Jiangge Zhang2015-06-051-0/+4
|/ | | | Related Issue: #1990
* Merge pull request #1965 from reaperhulk/more-client-bindingsAlex Gaynor2015-06-041-0/+24
|\ | | | | Add more client cert related bindings