aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #2446 from reaperhulk/init-locksAlex Gaynor2015-10-261-2/+0
|\ \
| * | move lock initialization to during binding importPaul Kehrer2015-10-241-2/+0
* | | use new ExtensionOIDPaul Kehrer2015-10-241-1/+1
* | | one more assertPaul Kehrer2015-10-241-1/+1
* | | convert asserts to openssl_assertPaul Kehrer2015-10-241-10/+10
* | | support encoding certificate policies in CertificateBuilderPaul Kehrer2015-10-241-0/+90
|/ /
* | hoist a dict up to module scope so we don't recreate it every callPaul Kehrer2015-10-211-12/+15
* | remove convenience functions for revoked extensionsErik Trauschke2015-10-211-30/+0
* | add commentsErik Trauschke2015-10-201-24/+37
* | Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-202-2/+38
|\|
| * a refactor to the APIAlex Gaynor2015-10-172-19/+31
| * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+20
| * Catch Invalid X or Y points and raise a ValueErrorSimo Sorce2015-10-121-2/+6
* | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr...Erik Trauschke2015-10-202-14/+250
|\ \ | |/ |/|
| * removing caching mechanism for x509 propertiesErik Trauschke2015-10-151-67/+40
| * use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-141-99/+80
| * fix indentationsErik Trauschke2015-10-131-68/+65
| * use openssl assertErik Trauschke2015-09-281-22/+27
| * Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-282-32/+15
| |\
| * \ Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr...Erik Trauschke2015-09-282-2/+282
| |\ \
| | * \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-153/+172
| | |\ \
| | * | | OpenSSL backend code for CRLsErik Trauschke2015-09-242-2/+282
* | | | | Merge pull request #2402 from ddcc/patch-1Paul Kehrer2015-10-111-2/+7
|\ \ \ \ \
| * | | | | fix to handle malformed certificates without hostnameDominic Chen2015-10-101-2/+7
* | | | | | typoAlex Gaynor2015-10-111-1/+1
* | | | | | handle errorsAlex Gaynor2015-10-101-0/+2
* | | | | | Fixed #2404 -- handle a certificate with an unknown public keyAlex Gaynor2015-10-101-1/+3
|/ / / / /
* | | | | Change '!=' to 'is not'Manoel Domingues Junior2015-10-011-1/+1
* | | | | Handling path_length when ca is TrueManoel Domingues Junior2015-10-011-1/+1
| |_|_|/ |/| | |
* | | | unused importAlex Gaynor2015-09-261-3/+1
* | | | Use InternalError for stuffAlex Gaynor2015-09-262-29/+14
|/ / /
* | | flake8 itAlex Gaynor2015-09-261-6/+4
* | | Convert asserts in bindings as wellAlex Gaynor2015-09-261-29/+5
* | | converted a few more assertsAlex Gaynor2015-09-263-3/+3
* | | move two asserts much closer to call sitePaul Kehrer2015-09-251-2/+2
* | | convert the rest of the openssl backend to using openssl_assertPaul Kehrer2015-09-258-87/+90
| |/ |/|
* | remove unnecessary checkPaul Kehrer2015-09-251-1/+0
* | change some asserts back since they're not openssl specificPaul Kehrer2015-09-251-18/+19
* | start converting asserts to a function callPaul Kehrer2015-09-251-166/+185
|/
* should have _asn1_* utility functions in a common placeErik Trauschke2015-09-242-73/+63
* Resolve an unusual test bug related to initializing the bindingsPaul Kehrer2015-08-291-7/+0
* set the default stringmask to utf8Paul Kehrer2015-08-221-0/+6
* Move signature type checksStanisław Pitucha2015-08-143-8/+9
* Enforce signature type in ECDSA and add testsStanisław Pitucha2015-08-121-0/+2
* Ensure early exeption on non-bytes signatureStanisław Pitucha2015-08-112-0/+6
* switch the openssl backend to use the OID namespacePaul Kehrer2015-08-102-26/+28
* Merge pull request #2233 from reaperhulk/encode-nocheckAlex Gaynor2015-08-091-0/+9
|\
| * improve comment for ocsp_nocheck encodingPaul Kehrer2015-08-091-3/+2
| * add support for OCSPNoCheck to the CertificateBuilderPaul Kehrer2015-08-091-0/+10
* | support issuer alternative name encodingPaul Kehrer2015-08-091-2/+3
|/