summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_ec.py
Commit message (Expand)AuthorAgeFilesLines
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-101-1/+14
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-2/+2
* Update invalid EC key test for compatibility with upcoming OpenSSL changes (#...Nicola Tuveri2022-11-271-1/+3
* fixes #7179 -- remove deprecated from_encoded_point (#7572)Alex Gaynor2022-09-071-69/+1
* fixes #7005 -- check if public keys are at infinity earlier (#7020)Alex Gaynor2022-04-021-0/+34
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-6/+6
* remove signer/verifier as they've been deprecated for 4.25 years (#6639)Paul Kehrer2021-12-031-48/+6
* type some more things in the tests (#6614)Paul Kehrer2021-11-171-6/+12
* handle case where private_value is the point at infinity (#6515)Paul Kehrer2021-11-021-0/+9
* update the tests to use sha2 in more places (#6008)Paul Kehrer2021-04-241-4/+4
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-18/+0
* add EC type hinting (#5729)Paul Kehrer2021-01-311-10/+12
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-7/+16
* More test speedups via subtest + removal rather than skipping (#5617)Paul Kehrer2020-12-091-145/+140
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-1/+2
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-275/+268
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-201-1/+6
* Deal with the 2.5 deprecations (#5048)Alex Gaynor2019-11-031-1/+1
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-081-1/+3
* add an EC OID to curve dictionary mapping (#4759)Paul Kehrer2019-02-201-1/+7
* Simplify string formatting (#4757)Alex Gaynor2019-02-201-3/+3
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-1/+2
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-201-7/+52
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-131-0/+28
* handle empty byte string in from_encoded_point (#4649)Paul Kehrer2018-12-171-0/+6
* deprecate old from_encoded_point (#4640)Paul Kehrer2018-12-111-12/+16
* Compressed point support (#4629)Paul Kehrer2018-12-111-1/+75
* Test for expected CryptographyDeprecationWarnings (#4372)Tim Burke2018-07-281-17/+12
* improve skip msg when skipping an ECDH test in test_ec (#4355)Paul Kehrer2018-07-181-2/+2
* Fixes #4242 -- added an additional assert to make this test more resillient (...Alex Gaynor2018-07-041-0/+2
* parametrize a few things in test_ec (#4268)Paul Kehrer2018-05-301-30/+13
* Validate the public/private halves of EC keys on import. (#4241)David Benjamin2018-05-141-3/+3
* Brainpool curves (#4129)Paul Kehrer2018-03-151-1/+28
* update the ec tests to not emit 3000 warnings (#4048)Alex Gaynor2017-12-101-11/+12
* Use a different warning class so users get warnings (#4014)Alex Gaynor2017-11-111-4/+5
* Fix a few new flake8 issues (#4008)Alex Gaynor2017-11-021-1/+0
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-031-2/+4
* make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer2017-06-021-0/+16
* add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer2017-05-231-0/+9
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-1/+1
* error if private_value is <= 0 in ec.derive_private_key (#3273)Paul Kehrer2016-11-211-0/+3
* add support for prehashing in ECDSA sign/verify (#3267)Paul Kehrer2016-11-201-1/+67
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+26
* One shot sign/verification ECDSA (#3029)Aviv Palivoda2016-07-021-0/+22
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-031-0/+28
* Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)Alex Gaynor2016-04-301-0/+24
* Un-double the test doublesAlex Gaynor2016-03-051-6/+2
* Write some tests for skip conditions in tests.Alex Gaynor2016-01-101-0/+6
* use the non-deprecated name for this functionAlex Gaynor2015-12-191-3/+3