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
*
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
*
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
*
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
*
Don't mark this test class as implementing the interface.
Alex Gaynor
2014-10-30
1
-1
/
+0
*
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
*
Fixes #1416 -- replaced assertions with error checking in EC key from numbers.
Alex Gaynor
2014-10-19
1
-0
/
+22
*
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
|
\
|
*
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