aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_ec.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1416 -- replaced assertions with error checking in EC key from numbers.Alex Gaynor2014-10-191-0/+22
* if EC_KEY_check_key fails consume errors off stack (+ add test)Paul Kehrer2014-10-141-0/+14
* Merge pull request #1345 from reaperhulk/ec-withnumbersAlex Gaynor2014-09-271-0/+36
|\
| * fix invalid dict reference in testPaul Kehrer2014-09-271-1/+1
| * Support EC WithNumbers on OpenSSL backend + testsPaul Kehrer2014-09-271-0/+36
* | EC public/private key loader functions try deprecated as fallbackPaul Kehrer2014-09-271-0/+21
|/
* CURVE_TYPES back to private, removed unneeded point creationPaul Kehrer2014-09-261-4/+4
* Process curve name when loading EC keys. Fixes #1336Paul Kehrer2014-09-261-24/+4
* Dedicated skip functionAlex Stapleton2014-06-231-12/+17
* ECDSA backendAlex Stapleton2014-06-071-37/+257
* Test EC public numbers type errorAlex Stapleton2014-05-231-0/+6
* Rename private_key to private_valueAlex Stapleton2014-05-231-1/+1
* Separate ECC key material from operationsAlex Stapleton2014-05-231-0/+73