summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_ec.py
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2019-01-20deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer
2019-01-20add support for encoding compressed points (#4638)Paul Kehrer
2019-01-13support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer
2018-12-17handle empty byte string in from_encoded_point (#4649)Paul Kehrer
2018-12-11deprecate old from_encoded_point (#4640)Paul Kehrer
2018-12-11Compressed point support (#4629)Paul Kehrer
2018-07-28Test for expected CryptographyDeprecationWarnings (#4372)Tim Burke
2018-07-18improve skip msg when skipping an ECDH test in test_ec (#4355)Paul Kehrer
2018-07-04Fixes #4242 -- added an additional assert to make this test more resillient (...Alex Gaynor
2018-05-30parametrize a few things in test_ec (#4268)Paul Kehrer
2018-05-14Validate the public/private halves of EC keys on import. (#4241)David Benjamin
2018-03-15Brainpool curves (#4129)Paul Kehrer
2017-12-10update the ec tests to not emit 3000 warnings (#4048)Alex Gaynor
2017-11-11Use a different warning class so users get warnings (#4014)Alex Gaynor
2017-11-02Fix a few new flake8 issues (#4008)Alex Gaynor
2017-06-03deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer
2017-06-02make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer
2017-05-23add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer
2017-05-10Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor
2016-11-21error if private_value is <= 0 in ec.derive_private_key (#3273)Paul Kehrer
2016-11-20add support for prehashing in ECDSA sign/verify (#3267)Paul Kehrer
2016-11-11add ec.private_key_from_secret_and_curve (#3225)Ofek Lev
2016-07-02One shot sign/verification ECDSA (#3029)Aviv Palivoda
2016-06-03SSH serialization for public keys (#2957)Alex Gaynor
2016-04-30Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)Alex Gaynor
2016-03-05Un-double the test doublesAlex Gaynor
2016-01-10Write some tests for skip conditions in tests.Alex Gaynor
2015-12-19use the non-deprecated name for this functionAlex Gaynor
2015-10-30Swapping modified x509 test with modified ec testPeter Hamilton
2015-10-28Error cleanly if the public and private keys to an ECDH key exchange are on d...Alex Gaynor
2015-10-28add ellipticcurvepublicnumbers reprPaul Kehrer
2015-10-28address review feedbackPaul Kehrer
2015-10-27modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer
2015-10-19better place for this testAlex Gaynor
2015-10-19removed unused code, and added a testAlex Gaynor
2015-10-18be more pro-active in handling invalid keysAlex Gaynor
2015-10-17unusedAlex Gaynor
2015-10-17a refactor to the APIAlex Gaynor
2015-10-17Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce
2015-10-12Catch Invalid X or Y points and raise a ValueErrorSimo Sorce
2015-08-12skip if check on ec testPaul Kehrer
2015-08-12Enforce signature type in ECDSA and add testsStanisław Pitucha
2015-06-27require serialization in asym testsPaul Kehrer
2015-06-22fix ec_cdata_to_evp_pkey bugPaul Kehrer
2015-05-08add support for secp256k1Paul Kehrer
2015-03-13support DER encoded EC private key serializationPaul Kehrer
2015-03-10Merge pull request #1741 from reaperhulk/serialize-der-public-keysAlex Gaynor
2015-03-10Fixed the deprecation warnings being triggered by the testsAlex Gaynor
2015-03-10support DER serialization of public keysPaul Kehrer