aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Error cleanly if the public and private keys to an ECDH key exchange are on d...Alex Gaynor2015-10-281-1/+27
* add ellipticcurvepublicnumbers reprPaul Kehrer2015-10-281-0/+5
* Merge pull request #2447 from reaperhulk/encode-decode-pointAlex Gaynor2015-10-271-0/+67
|\
| * address review feedbackPaul Kehrer2015-10-281-7/+0
| * modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer2015-10-272-73/+76
| * remove support for null points, improve docsPaul Kehrer2015-10-271-2/+4
| * add support for encoding/decoding elliptic curve pointsPaul Kehrer2015-10-261-2/+71
* | Merge pull request #2435 from reaperhulk/fix-2407Alex Gaynor2015-10-271-0/+41
|\ \ | |/ |/|
| * work on py3Paul Kehrer2015-10-271-2/+2
| * remove unneeded strPaul Kehrer2015-10-271-2/+2
| * switch to using pyasn1_modules for the testPaul Kehrer2015-10-271-12/+14
| * encode countryName with PrintableStringPaul Kehrer2015-10-201-0/+39
* | Merge pull request #2220 from reaperhulk/encode-cpAlex Gaynor2015-10-241-0/+89
|\ \
| * | support encoding certificate policies in CertificateBuilderPaul Kehrer2015-10-241-0/+89
* | | Merge pull request #2293 from reaperhulk/idempotent-engine-addAlex Gaynor2015-10-241-2/+2
|\ \ \ | |/ / |/| |
| * | make engine addition idempotentPaul Kehrer2015-10-211-2/+2
* | | typoAlex Gaynor2015-10-241-1/+1
* | | Fixed #2444 -- added an __hash__ to x509 NamesAlex Gaynor2015-10-241-0/+17
* | | add comments on test cases to explain reasons a bit betterPaul Kehrer2015-10-221-0/+5
* | | make skip message more verbosePaul Kehrer2015-10-211-11/+10
* | | AES keywrap supportPaul Kehrer2015-10-211-0/+112
|/ /
* | fix some indentationPaul Kehrer2015-10-211-2/+2
* | test fixErik Trauschke2015-10-211-0/+2
* | remove convenience functions for revoked extensionsErik Trauschke2015-10-211-10/+11
* | Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-206-8/+163
|\ \
| * | add __repr__ to x509.ExtensionsPaul Kehrer2015-10-201-0/+14
| |/
| * better place for this testAlex Gaynor2015-10-192-7/+16
| * another testAlex Gaynor2015-10-191-0/+7
| * removed unused code, and added a testAlex Gaynor2015-10-191-12/+13
| * be more pro-active in handling invalid keysAlex Gaynor2015-10-181-23/+27
| * unusedAlex Gaynor2015-10-171-6/+0
| * a refactor to the APIAlex Gaynor2015-10-173-76/+59
| * Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-173-3/+117
| * Fix load_kasvs_ecdh_vectors() COUNT sourcingSimo Sorce2015-10-132-3/+3
| * Catch Invalid X or Y points and raise a ValueErrorSimo Sorce2015-10-121-0/+29
* | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr...Erik Trauschke2015-10-202-0/+258
|\ \ | |/ |/|
| * removing caching mechanism for x509 propertiesErik Trauschke2015-10-151-19/+18
| * use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-141-17/+12
| * fix indentationsErik Trauschke2015-10-131-0/+3
| * use openssl assertErik Trauschke2015-09-281-2/+5
| * Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-281-19/+1
| |\
| * \ Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr...Erik Trauschke2015-09-282-0/+258
| |\ \
| | * \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-251-1/+6
| | |\ \
| | * \ \ Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-254-5/+327
| | |\ \ \
| | * | | | OpenSSL backend code for CRLsErik Trauschke2015-09-242-0/+258
* | | | | | Merge pull request #2402 from ddcc/patch-1Paul Kehrer2015-10-111-0/+39
|\ \ \ \ \ \
| * | | | | | fix to handle malformed certificates without hostnameDominic Chen2015-10-101-0/+39
* | | | | | | Fixed #2404 -- handle a certificate with an unknown public keyAlex Gaynor2015-10-101-0/+15
|/ / / / / /
* | | | | | Add missing license header.Terry Chia2015-10-031-0/+4
* | | | | | Merge pull request #1773 from Ayrx/hypothesisPaul Kehrer2015-10-022-0/+16
|\ \ \ \ \ \