Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix ec_cdata_to_evp_pkey bug | Paul Kehrer | 2015-06-22 | 1 | -0/+18 |
| | | | | | | We weren't actually returning the object and the tests weren't catching it because we didn't try to use the evp_pkey property in the tests. The added test confirms it actually works. | ||||
* | add support for secp256k1 | Paul Kehrer | 2015-05-08 | 1 | -4/+11 |
| | |||||
* | support DER encoded EC private key serialization | Paul Kehrer | 2015-03-13 | 1 | -12/+93 |
| | |||||
* | Merge pull request #1741 from reaperhulk/serialize-der-public-keys | Alex Gaynor | 2015-03-10 | 1 | -8/+23 |
|\ | | | | | support DER serialization of public keys | ||||
| * | support DER serialization of public keys | Paul Kehrer | 2015-03-10 | 1 | -8/+23 |
| | | |||||
* | | Fixed the deprecation warnings being triggered by the tests | Alex Gaynor | 2015-03-10 | 1 | -1/+1 |
|/ | |||||
* | make tests properly skip on OpenSSLs without EC support | Paul Kehrer | 2015-03-08 | 1 | -0/+4 |
| | |||||
* | serialize EC public keys | Paul Kehrer | 2015-03-08 | 1 | -1/+69 |
| | |||||
* | format to privateformat | Paul Kehrer | 2015-03-02 | 1 | -7/+10 |
| | |||||
* | skip those tests if ec unsupported | Paul Kehrer | 2015-03-01 | 1 | -0/+7 |
| | |||||
* | add support for serialization of EC private keys | Paul Kehrer | 2015-03-01 | 1 | -2/+162 |
| | |||||
* | move EC interfaces | Paul Kehrer | 2015-02-12 | 1 | -4/+4 |
| | |||||
* | Removed some deprecated code | Alex Gaynor | 2014-12-24 | 1 | -19/+0 |
| | |||||
* | add NotImplemented handling | Paul Kehrer | 2014-12-10 | 1 | -0/+2 |
| | |||||
* | add __ne__ and __eq__ methods to RSA, DSA, and EC numbers classes | Paul Kehrer | 2014-12-10 | 1 | -0/+35 |
| | | | | fixes #1449 | ||||
* | add encode_rfc6979_signature and refactor tests to use it | Paul Kehrer | 2014-11-27 | 1 | -11/+7 |
| | |||||
* | Update the license header for every source file, as well as the documentation. | Alex Gaynor | 2014-11-16 | 1 | -13/+3 |
| | | | | Fixes #1209 | ||||
* | Don't mark this test class as implementing the interface. | Alex Gaynor | 2014-10-30 | 1 | -1/+0 |
| | | | | It doesn't correctly implement it, that's sort of the point of this test. | ||||
* | Added attributes that are part of hte interface to several test fakes | Alex Gaynor | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Change how we represented that a test requires a backend. | Alex Gaynor | 2014-10-23 | 1 | -3/+3 |
| | | | | This way is more extensible and requires less maintaince | ||||
* | Fixes #1416 -- replaced assertions with error checking in EC key from numbers. | Alex Gaynor | 2014-10-19 | 1 | -0/+22 |
| | | | | Includes tests. | ||||
* | if EC_KEY_check_key fails consume errors off stack (+ add test) | Paul Kehrer | 2014-10-14 | 1 | -0/+14 |
| | |||||
* | Merge pull request #1345 from reaperhulk/ec-withnumbers | Alex Gaynor | 2014-09-27 | 1 | -0/+36 |
|\ | | | | | Elliptic Curve WithNumbers Support | ||||
| * | fix invalid dict reference in test | Paul Kehrer | 2014-09-27 | 1 | -1/+1 |
| | | |||||
| * | Support EC WithNumbers on OpenSSL backend + tests | Paul Kehrer | 2014-09-27 | 1 | -0/+36 |
| | | |||||
* | | EC public/private key loader functions try deprecated as fallback | Paul Kehrer | 2014-09-27 | 1 | -0/+21 |
|/ | |||||
* | CURVE_TYPES back to private, removed unneeded point creation | Paul Kehrer | 2014-09-26 | 1 | -4/+4 |
| | |||||
* | Process curve name when loading EC keys. Fixes #1336 | Paul Kehrer | 2014-09-26 | 1 | -24/+4 |
| | |||||
* | Dedicated skip function | Alex Stapleton | 2014-06-23 | 1 | -12/+17 |
| | |||||
* | ECDSA backend | Alex Stapleton | 2014-06-07 | 1 | -37/+257 |
| | |||||
* | Test EC public numbers type error | Alex Stapleton | 2014-05-23 | 1 | -0/+6 |
| | |||||
* | Rename private_key to private_value | Alex Stapleton | 2014-05-23 | 1 | -1/+1 |
| | |||||
* | Separate ECC key material from operations | Alex Stapleton | 2014-05-23 | 1 | -0/+73 |