aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat
Commit message (Expand)AuthorAgeFilesLines
...
| * | modify sadness prosePaul Kehrer2015-10-271-3/+5
| * | expand commentPaul Kehrer2015-10-241-1/+3
| * | move lock initialization to during binding importPaul Kehrer2015-10-242-2/+4
* | | Merge pull request #2220 from reaperhulk/encode-cpAlex Gaynor2015-10-241-0/+90
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge pull request #2293 from reaperhulk/idempotent-engine-addAlex Gaynor2015-10-241-6/+7
|\ \ \ | |/ / |/| |
| * | address review commentsPaul Kehrer2015-10-241-5/+2
| * | make engine addition idempotentPaul Kehrer2015-10-211-5/+9
* | | update a commentPaul Kehrer2015-10-221-2/+3
* | | pep8!Paul Kehrer2015-10-211-1/+1
* | | AES keywrap supportPaul Kehrer2015-10-212-1/+85
|/ /
* | 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-206-21/+62
|\|
| * Merge pull request #2427 from alex/ecdhPaul Kehrer2015-10-195-0/+55
| |\
| | * better document hte ifaceAlex Gaynor2015-10-171-0/+7
| | * unused importAlex Gaynor2015-10-171-1/+0
| | * a refactor to the APIAlex Gaynor2015-10-175-43/+35
| | * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-174-0/+57
| * | Fix wrong mention of class in docstring.Terry Chia2015-10-181-1/+1
| |/
| * Kill Key Exchange as a separate interfaceSimo Sorce2015-10-151-18/+0
| * 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-203-14/+268
|\ \ | |/ |/|
| * 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-285-43/+19
| |\
| * \ Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr...Erik Trauschke2015-09-283-2/+300
| |\ \
| | * \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-153/+172
| | |\ \
| | * \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-0/+70
| | |\ \ \
| | * | | | OpenSSL backend code for CRLsErik Trauschke2015-09-243-2/+300
* | | | | | 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
|/ / / / / /
* | | | | | Introduce Key Exchange Agreements interfaceSimo Sorce2015-10-071-0/+18
* | | | | | 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-265-40/+18
|/ / / /
* | | | fix the testsAlex Gaynor2015-09-261-4/+4
* | | | flake8 itAlex Gaynor2015-09-261-6/+4
* | | | Convert asserts in bindings as wellAlex Gaynor2015-09-262-36/+49
* | | | converted a few more assertsAlex Gaynor2015-09-263-3/+3