aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | fix docs regarding CRL PEM format
* Merge branch 'master' into crl_ossl_backendErik Trauschke2015-10-206-8/+163
|\
| * add __repr__ to x509.ExtensionsPaul Kehrer2015-10-201-0/+14
| | | | | | | | fix #2434
| * 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
| | | | | | | | | | | | | | | | | | The ECDH Key Exchange algorithm as standardized in NIST publication 800-56A Revision 2 Includes tests with vectors from NIST. Signed-off-by: Simo Sorce <simo@redhat.com>
| * Fix load_kasvs_ecdh_vectors() COUNT sourcingSimo Sorce2015-10-132-3/+3
| | | | | | | | | | | | | | | | | | COUNT is a decimal number in test files, but was erroneously read and converted as if the source was a hexadecimal number. Fix the loader and test the fix. Signed-off-by: Simo Sorce <simo@redhat.com>
| * Catch Invalid X or Y points and raise a ValueErrorSimo Sorce2015-10-121-0/+29
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* | Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-10-202-0/+258
|\ \ | |/ |/| | | crl_ossl_backend
| * removing caching mechanism for x509 propertiesErik Trauschke2015-10-151-19/+18
| | | | | | | | | | | | undo name change of CRLExtensionOID use custom parsing mechanism for certIssuer entry extension add new crl to vectors for testing invalid certIssuer entry ext
| * use X509ExtensionParser for Revoked extensionsErik Trauschke2015-10-141-17/+12
| | | | | | | | | | | | remove revoked_certificates property from RevokedCertificate class CRLExtensions should actually be RevokedExtensions doctest cleanup for RevokedCertificate
| * fix indentationsErik Trauschke2015-10-131-0/+3
| | | | | | | | | | | | | | | | change docs to indicate CRL objects are iterable fix docs for revoked certs make _decode_crl_reason more readable add __getitem__ method to CRL object remove double underscores
| * use openssl assertErik Trauschke2015-09-281-2/+5
| | | | | | | | | | | | change _build* to _decode* make CRLs into iterators various fixes
| * Merge branch 'master' into crl_ossl_backendErik Trauschke2015-09-281-19/+1
| |\
| * \ Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into ↵Erik Trauschke2015-09-282-0/+258
| |\ \ | | | | | | | | | | | | crl_ossl_backend
| | * \ 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | minor fix to handle malformed certificates without hostname
| * | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | Property based testing with Hypothesis
| * | | | | | Move hypothesis tests to the subfolder.Terry Chia2015-10-022-0/+5
| | | | | | |
| * | | | | | Remove unused import.Terry Chia2015-09-301-2/+0
| | | | | | |
| * | | | | | Remove unneeded line.Terry Chia2015-09-301-3/+0
| | | | | | |
| * | | | | | Address comments.Terry Chia2015-09-301-1/+2
| | | | | | |
| * | | | | | Use correct import.Terry Chia2015-09-271-1/+1
| | | | | | |
| * | | | | | Pin version of hypothesis above 1.11.4.Terry Chia2015-09-271-1/+4
| | | | | | |
| * | | | | | Add hypothesis test for Fernet.Terry Chia2015-09-261-0/+12
| | |_|_|/ / | |/| | | |
* | | | | | test build ca request with path_length Nonevicente.fiebig2015-10-011-0/+24
| |_|_|_|/ |/| | | |
* | | | | Use InternalError for stuffAlex Gaynor2015-09-261-19/+1
| |/ / / |/| | |
* | | | fix the testsAlex Gaynor2015-09-261-1/+2
| | | |
* | | | rename this file for consistencyAlex Gaynor2015-09-261-0/+0
|/ / /
* | / add test for openssl_assertPaul Kehrer2015-09-251-1/+6
| |/ |/|
* | Some cleanupsAlex Gaynor2015-09-243-25/+25
| |
* | Test X9.63 with NIST test vectorsSimo Sorce2015-09-241-0/+72
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* | Add vector loader for X9.63 vectorsSimo Sorce2015-09-242-0/+130
| | | | | | | | Signed-off-by: Simo Sorce <simo@redhat.com>
* | Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-241-0/+120
|/ | | | | | | | | | The implemention allows the use a Hash function to implement a KDF very similar to ConcatKDFHash, just different enough to require a separate derivation function. Closes #2203 Signed-off-by: Simo Sorce <simo@redhat.com>
* fix up test coverage on multibackendAlex Gaynor2015-09-221-2/+9
|
* Adds _name property to ObjectIdentifierBrendan McCollam2015-09-061-0/+6
|