Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unused | Alex Gaynor | 2015-10-17 | 1 | -6/+0 |
| | |||||
* | a refactor to the API | Alex Gaynor | 2015-10-17 | 3 | -76/+59 |
| | |||||
* | Add an Elliptic Curve Key Exchange Algorithm(ECDH) | Simo Sorce | 2015-10-17 | 3 | -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 sourcing | Simo Sorce | 2015-10-13 | 2 | -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 ValueError | Simo Sorce | 2015-10-12 | 1 | -0/+29 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Merge pull request #2402 from ddcc/patch-1 | Paul Kehrer | 2015-10-11 | 1 | -0/+39 |
|\ | | | | | minor fix to handle malformed certificates without hostname | ||||
| * | fix to handle malformed certificates without hostname | Dominic Chen | 2015-10-10 | 1 | -0/+39 |
| | | |||||
* | | Fixed #2404 -- handle a certificate with an unknown public key | Alex Gaynor | 2015-10-10 | 1 | -0/+15 |
|/ | |||||
* | Add missing license header. | Terry Chia | 2015-10-03 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1773 from Ayrx/hypothesis | Paul Kehrer | 2015-10-02 | 2 | -0/+16 |
|\ | | | | | Property based testing with Hypothesis | ||||
| * | Move hypothesis tests to the subfolder. | Terry Chia | 2015-10-02 | 2 | -0/+5 |
| | | |||||
| * | Remove unused import. | Terry Chia | 2015-09-30 | 1 | -2/+0 |
| | | |||||
| * | Remove unneeded line. | Terry Chia | 2015-09-30 | 1 | -3/+0 |
| | | |||||
| * | Address comments. | Terry Chia | 2015-09-30 | 1 | -1/+2 |
| | | |||||
| * | Use correct import. | Terry Chia | 2015-09-27 | 1 | -1/+1 |
| | | |||||
| * | Pin version of hypothesis above 1.11.4. | Terry Chia | 2015-09-27 | 1 | -1/+4 |
| | | |||||
| * | Add hypothesis test for Fernet. | Terry Chia | 2015-09-26 | 1 | -0/+12 |
| | | |||||
* | | test build ca request with path_length None | vicente.fiebig | 2015-10-01 | 1 | -0/+24 |
| | | |||||
* | | Use InternalError for stuff | Alex Gaynor | 2015-09-26 | 1 | -19/+1 |
| | | |||||
* | | fix the tests | Alex Gaynor | 2015-09-26 | 1 | -1/+2 |
| | | |||||
* | | rename this file for consistency | Alex Gaynor | 2015-09-26 | 1 | -0/+0 |
|/ | |||||
* | add test for openssl_assert | Paul Kehrer | 2015-09-25 | 1 | -1/+6 |
| | |||||
* | Some cleanups | Alex Gaynor | 2015-09-24 | 3 | -25/+25 |
| | |||||
* | Test X9.63 with NIST test vectors | Simo Sorce | 2015-09-24 | 1 | -0/+72 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add vector loader for X9.63 vectors | Simo Sorce | 2015-09-24 | 2 | -0/+130 |
| | | | | Signed-off-by: Simo Sorce <simo@redhat.com> | ||||
* | Add X963KDF from ANSI X9.63:2001 | Simo Sorce | 2015-09-24 | 1 | -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 multibackend | Alex Gaynor | 2015-09-22 | 1 | -2/+9 |
| | |||||
* | Adds _name property to ObjectIdentifier | Brendan McCollam | 2015-09-06 | 1 | -0/+6 |
| | |||||
* | skip if check on ec test | Paul Kehrer | 2015-08-12 | 1 | -1/+2 |
| | |||||
* | Merge pull request #2262 from viraptor/non-bytes-signatures | Paul Kehrer | 2015-08-12 | 3 | -0/+31 |
|\ | | | | | Ensure early exeption on non-bytes signature | ||||
| * | Enforce signature type in ECDSA and add tests | Stanisław Pitucha | 2015-08-12 | 3 | -0/+31 |
| | | | | | | | | | | Ensure that ECDSA signatures are bytes to match RSA/DSA and add tests for all three. | ||||
* | | Merge pull request #2267 from queenp/iss2255 | Paul Kehrer | 2015-08-12 | 1 | -0/+25 |
|\ \ | | | | | | | added get_extension_for_class #2255 | ||||
| * | | Swap test vector verisign for cryptography.io.pem | Phoebe Queen | 2015-08-12 | 1 | -3/+3 |
| | | | |||||
| * | | fixed pep8 error | Phoebe Queen | 2015-08-12 | 1 | -2/+2 |
| | | | |||||
| * | | fixed pep8 error | Phoebe Queen | 2015-08-12 | 1 | -1/+1 |
| | | | |||||
| * | | undid erroneous assertion | Phoebe Queen | 2015-08-12 | 1 | -1/+0 |
| | | | |||||
| * | | making tests more explicit | Phoebe Queen | 2015-08-12 | 1 | -6/+3 |
| | | | |||||
| * | | added test to raise error | Phoebe Queen | 2015-08-12 | 1 | -0/+16 |
| | | | |||||
| * | | fixing pep8 errors #2255 | Phoebe Queen | 2015-08-12 | 1 | -1/+4 |
| | | | |||||
| * | | added test for get_extension_for_class | Phoebe Queen | 2015-08-12 | 1 | -0/+10 |
| | | | |||||
* | | | Merge pull request #2250 from reaperhulk/fix-2246 | Alex Gaynor | 2015-08-12 | 2 | -23/+31 |
|\ \ \ | |/ / |/| | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | ||||
| * | | resolve incorrect docs/naming around DSA (r, s) tuple encode/decode | Paul Kehrer | 2015-08-10 | 2 | -23/+31 |
| | | | |||||
* | | | convert the rest of the OIDs in the tests to use the new namespaces | Paul Kehrer | 2015-08-10 | 2 | -45/+51 |
| |/ |/| | |||||
* | | switch tests to use ExtensionOID namespace | Paul Kehrer | 2015-08-10 | 2 | -94/+96 |
| | | |||||
* | | switch tests to use NameOID | Paul Kehrer | 2015-08-10 | 2 | -237/+239 |
|/ | |||||
* | Merge pull request #2233 from reaperhulk/encode-nocheck | Alex Gaynor | 2015-08-09 | 1 | -0/+30 |
|\ | | | | | add support for OCSPNoCheck to the CertificateBuilder | ||||
| * | add support for OCSPNoCheck to the CertificateBuilder | Paul Kehrer | 2015-08-09 | 1 | -0/+30 |
| | | |||||
* | | pep8 fix | Paul Kehrer | 2015-08-09 | 1 | -2/+0 |
| | | |||||
* | | move a test | Paul Kehrer | 2015-08-09 | 2 | -26/+23 |
| | | |||||
* | | support issuer alternative name encoding | Paul Kehrer | 2015-08-09 | 2 | -2/+49 |
|/ |