index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
primitives
/
test_ec.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
support x448 public/private serialization both raw and pkcs8 (#4653)
Paul Kehrer
2019-01-13
1
-0
/
+28
*
handle empty byte string in from_encoded_point (#4649)
Paul Kehrer
2018-12-17
1
-0
/
+6
*
deprecate old from_encoded_point (#4640)
Paul Kehrer
2018-12-11
1
-12
/
+16
*
Compressed point support (#4629)
Paul Kehrer
2018-12-11
1
-1
/
+75
*
Test for expected CryptographyDeprecationWarnings (#4372)
Tim Burke
2018-07-28
1
-17
/
+12
*
improve skip msg when skipping an ECDH test in test_ec (#4355)
Paul Kehrer
2018-07-18
1
-2
/
+2
*
Fixes #4242 -- added an additional assert to make this test more resillient (...
Alex Gaynor
2018-07-04
1
-0
/
+2
*
parametrize a few things in test_ec (#4268)
Paul Kehrer
2018-05-30
1
-30
/
+13
*
Validate the public/private halves of EC keys on import. (#4241)
David Benjamin
2018-05-14
1
-3
/
+3
*
Brainpool curves (#4129)
Paul Kehrer
2018-03-15
1
-1
/
+28
*
update the ec tests to not emit 3000 warnings (#4048)
Alex Gaynor
2017-12-10
1
-11
/
+12
*
Use a different warning class so users get warnings (#4014)
Alex Gaynor
2017-11-11
1
-4
/
+5
*
Fix a few new flake8 issues (#4008)
Alex Gaynor
2017-11-02
1
-1
/
+0
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
1
-2
/
+4
*
make signature and verification contexts error better re: prehashed (#3658)
Paul Kehrer
2017-06-02
1
-0
/
+16
*
add convenience methods for key_size on EC{Public,Private}Key (#3587)
Paul Kehrer
2017-05-23
1
-0
/
+9
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-1
/
+1
*
error if private_value is <= 0 in ec.derive_private_key (#3273)
Paul Kehrer
2016-11-21
1
-0
/
+3
*
add support for prehashing in ECDSA sign/verify (#3267)
Paul Kehrer
2016-11-20
1
-1
/
+67
*
add ec.private_key_from_secret_and_curve (#3225)
Ofek Lev
2016-11-11
1
-0
/
+26
*
One shot sign/verification ECDSA (#3029)
Aviv Palivoda
2016-07-02
1
-0
/
+22
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
1
-0
/
+28
*
Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)
Alex Gaynor
2016-04-30
1
-0
/
+24
*
Un-double the test doubles
Alex Gaynor
2016-03-05
1
-6
/
+2
*
Write some tests for skip conditions in tests.
Alex Gaynor
2016-01-10
1
-0
/
+6
*
use the non-deprecated name for this function
Alex Gaynor
2015-12-19
1
-3
/
+3
*
Swapping modified x509 test with modified ec test
Peter Hamilton
2015-10-30
1
-11
/
+2
*
Error cleanly if the public and private keys to an ECDH key exchange are on d...
Alex Gaynor
2015-10-28
1
-1
/
+27
*
add ellipticcurvepublicnumbers repr
Paul Kehrer
2015-10-28
1
-0
/
+5
*
address review feedback
Paul Kehrer
2015-10-28
1
-7
/
+0
*
modify approach to use EllipticCurvePublicNumbers methods
Paul Kehrer
2015-10-27
1
-0
/
+74
*
better place for this test
Alex Gaynor
2015-10-19
1
-0
/
+16
*
removed unused code, and added a test
Alex Gaynor
2015-10-19
1
-12
/
+13
*
be more pro-active in handling invalid keys
Alex Gaynor
2015-10-18
1
-23
/
+27
*
unused
Alex Gaynor
2015-10-17
1
-6
/
+0
*
a refactor to the API
Alex Gaynor
2015-10-17
1
-53
/
+41
*
Add an Elliptic Curve Key Exchange Algorithm(ECDH)
Simo Sorce
2015-10-17
1
-1
/
+93
*
Catch Invalid X or Y points and raise a ValueError
Simo Sorce
2015-10-12
1
-0
/
+29
*
skip if check on ec test
Paul Kehrer
2015-08-12
1
-1
/
+2
*
Enforce signature type in ECDSA and add tests
Stanisław Pitucha
2015-08-12
1
-0
/
+9
*
require serialization in asym tests
Paul Kehrer
2015-06-27
1
-36
/
+5
*
fix ec_cdata_to_evp_pkey bug
Paul Kehrer
2015-06-22
1
-0
/
+18
*
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
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
[next]