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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
rename this file for consistency
Alex Gaynor
2015-09-26
1
-0
/
+0
*
Some cleanups
Alex Gaynor
2015-09-24
1
-3
/
+3
*
Test X9.63 with NIST test vectors
Simo Sorce
2015-09-24
1
-0
/
+72
*
Add X963KDF from ANSI X9.63:2001
Simo Sorce
2015-09-24
1
-0
/
+120
*
skip if check on ec test
Paul Kehrer
2015-08-12
1
-1
/
+2
*
Merge pull request #2262 from viraptor/non-bytes-signatures
Paul Kehrer
2015-08-12
3
-0
/
+31
|
\
|
*
Enforce signature type in ECDSA and add tests
Stanisław Pitucha
2015-08-12
3
-0
/
+31
*
|
resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
Paul Kehrer
2015-08-10
2
-23
/
+31
|
/
*
Fixes #2199 -- allow SSH keys to have spaces in their comments
Alex Gaynor
2015-08-03
1
-6
/
+4
*
Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers
Alex Gaynor
2015-07-12
1
-0
/
+16
*
do the same simplification to the aad test
Paul Kehrer
2015-07-01
1
-3
/
+1
*
add missing test, simplify encrypted byte near limit calculation
Paul Kehrer
2015-07-01
1
-3
/
+15
*
add additional increment tests
Paul Kehrer
2015-07-01
1
-8
/
+18
*
put the AAD and encrypted byte limit checks in the parent context
Paul Kehrer
2015-07-01
1
-0
/
+30
*
require serialization in asym tests
Paul Kehrer
2015-06-27
4
-164
/
+70
*
More branch coverage improvements. By virtue of reorganization and a new test
Alex Gaynor
2015-06-27
1
-0
/
+21
*
fix ec_cdata_to_evp_pkey bug
Paul Kehrer
2015-06-22
1
-0
/
+18
*
Remove our workarounds for pyasn.1 bugs, a new pyasn.1 is out!
Alex Gaynor
2015-06-22
1
-2
/
+2
*
Add ConcatKDF from NIST SP 800-56A
Simo Sorce
2015-06-12
1
-0
/
+251
*
Remove a default argument and rename a private function.
Jiangge Zhang
2015-06-03
2
-3
/
+3
*
Follow the review advice: turn URI generator into methods.
Jiangge Zhang
2015-06-03
2
-9
/
+4
*
Add "generate_key_uri" utility for HOTP/TOTP.
Jiangge Zhang
2015-05-26
2
-0
/
+31
*
Merge pull request #1989 from elitest/fixapachelic
Paul Kehrer
2015-05-24
1
-12
/
+3
|
\
|
*
Fix dual license in test_dh.py
Jim Shaver
2015-05-24
1
-12
/
+3
*
|
add support for secp256k1
Paul Kehrer
2015-05-08
1
-4
/
+11
*
|
Refs #1870 - replace six.u with u prefix in tests/hazmat/primitives
Eeshan Garg
2015-04-29
7
-32
/
+18
|
/
*
Merge pull request #1848 from reaperhulk/invalid-token
Alex Gaynor
2015-04-14
2
-2
/
+4
|
\
|
*
Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t...
Steven Buss
2015-04-13
2
-2
/
+4
*
|
Work around pyasn1's willingness to return endOfOctets in DER parsing
Geoffrey Thomas
2015-04-13
1
-0
/
+5
|
/
*
DER serialization of DSA private keys
Paul Kehrer
2015-03-14
1
-24
/
+86
*
support DER encoded EC private key serialization
Paul Kehrer
2015-03-13
1
-12
/
+93
*
support RSA DER private key serialization
Paul Kehrer
2015-03-13
1
-19
/
+84
*
Merge pull request #1741 from reaperhulk/serialize-der-public-keys
Alex Gaynor
2015-03-10
3
-35
/
+81
|
\
|
*
support DER serialization of public keys
Paul Kehrer
2015-03-10
3
-35
/
+81
*
|
Fixed the deprecation warnings being triggered by the tests
Alex Gaynor
2015-03-10
4
-10
/
+10
|
/
*
DSA public key serialization
Paul Kehrer
2015-03-08
1
-1
/
+44
*
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
*
support RSA public key serialization
Paul Kehrer
2015-03-07
1
-2
/
+47
*
support "PKCS1" RSA public keys
Paul Kehrer
2015-03-05
1
-1
/
+9
*
serialize DSA private keys
Paul Kehrer
2015-03-02
1
-2
/
+169
*
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
*
s/Format/PrivateFormat
Paul Kehrer
2015-03-01
1
-7
/
+10
*
Merge pull request #1503 from reaperhulk/serialize-some-keys
Alex Stapleton
2015-03-01
2
-4
/
+143
|
\
|
*
change as_bytes to private_bytes, link more things
Paul Kehrer
2015-02-28
1
-14
/
+14
[next]