aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* name constraints should not contain a wildcard characterPaul Kehrer2015-06-233-36/+35
| | | | | According to RFC 5280 you should just start with a . (e.g. .domain.com instead of *.domain.com)
* Merge pull request #2057 from reaperhulk/i-are-dumbAlex Gaynor2015-06-232-0/+19
|\ | | | | fix ec_cdata_to_evp_pkey bug
| * fix ec_cdata_to_evp_pkey bugPaul Kehrer2015-06-222-0/+19
|/ | | | | | We weren't actually returning the object and the tests weren't catching it because we didn't try to use the evp_pkey property in the tests. The added test confirms it actually works.
* Merge pull request #2056 from alex/remove-workaroundsPaul Kehrer2015-06-223-10/+4
|\ | | | | Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!
| * remove unused importAlex Gaynor2015-06-221-1/+0
| |
| * Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!Alex Gaynor2015-06-223-9/+4
|/
* Merge pull request #2055 from reaperhulk/name-constraints-bindingsAlex Gaynor2015-06-221-0/+25
|\ | | | | add name constraints and general subtree struct and macro stack defs
| * add name constraints and general subtree struct and macro stack defsPaul Kehrer2015-06-211-0/+25
|/
* Merge pull request #2053 from reaperhulk/name-constraints-eqAlex Gaynor2015-06-212-0/+41
|\ | | | | add eq/ne support to NameConstraints
| * add eq/ne support to NameConstraintsPaul Kehrer2015-06-212-0/+41
|/
* Merge pull request #1974 from reaperhulk/name-constraintsAlex Gaynor2015-06-213-0/+151
|\ | | | | add nameconstraints classes
| * add nameconstraints classesPaul Kehrer2015-06-213-0/+151
|/
* Merge pull request #2036 from major/masterAlex Gaynor2015-06-213-0/+37
|\ | | | | Added a repr() method to x509._Certificate
| * Added a repr() method to x509._CertificateMajor Hayden2015-06-213-0/+37
| |
* | Merge pull request #2051 from alex/flake8-speedupPaul Kehrer2015-06-211-1/+1
|\ \ | | | | | | Speed up flake8 by skipping two irrelevant directories
| * | Speed up flake8 by skipping two irrelevant directoriesAlex Gaynor2015-06-211-1/+1
|/ /
* | Merge pull request #2050 from alex/doc-fixPaul Kehrer2015-06-201-1/+1
|\ \ | | | | | | Fixed the anchor of a URL that changed on wikipedia
| * | Fixed the anchor of a URL that changed on wikipediaAlex Gaynor2015-06-201-1/+1
|/ /
* | Merge pull request #2034 from reaperhulk/windows-flagsAlex Gaynor2015-06-204-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 Kehrer2015-06-204-8/+20
| | |
* | | Merge pull request #2049 from sholsapp/new-crl-bindingsAlex Gaynor2015-06-201-7/+9
|\ \ \ | | | | | | | | Add additional CRL bindings
| * | | Add additional CRL bindingsStephen Holsapple2015-06-201-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/ianPaul Kehrer2015-06-202-2/+32
|\ \ \ | | | | | | | | Refs #1947 -- add support for IAN to the OpenSSL backend
| * | | Refs #1947 -- add support for IAN to the OpenSSL backendAlex Gaynor2015-06-202-2/+32
|/ / /
* | | Merge pull request #2047 from reaperhulk/evp-pkeyAlex Gaynor2015-06-204-76/+75
|\ \ \ | |/ / |/| | create evp_pkey in constructor for DSA/EC
| * | evp_pkey in openssl asymmetric key constructorsPaul Kehrer2015-06-204-76/+75
|/ /
* | Merge pull request #2046 from Ayrx/style-nitsAlex Gaynor2015-06-193-12/+12
|\ \ | | | | | | Change ' to ".
| * | Change ' to ".Terry Chia2015-06-193-12/+12
| | |
* | | 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.