index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #3331 -- integrated wycheproof ECDH tests (#4354)
Alex Gaynor
2018-07-18
2
-0
/
+87
*
improve skip msg when skipping an ECDH test in test_ec (#4355)
Paul Kehrer
2018-07-18
1
-2
/
+2
*
add wycheproof gcm tests (#4349)
Paul Kehrer
2018-07-17
1
-0
/
+54
*
also check iv length for GCM nonce in AEAD (#4350)
Paul Kehrer
2018-07-17
1
-0
/
+6
*
raise ValueError on zero length GCM IV (#4348)
Paul Kehrer
2018-07-17
1
-0
/
+4
*
add chacha20poly1305 wycheproof tests (#4345)
Paul Kehrer
2018-07-17
1
-0
/
+47
*
add wycheproof tests for AES CMAC (#4344)
Paul Kehrer
2018-07-17
1
-0
/
+36
*
disallow implicit tag truncation with finalize_with_tag (#4342)
Paul Kehrer
2018-07-17
1
-0
/
+16
*
Refs #3331 -- integrated wycheproof ECDSA tests (#4341)
Alex Gaynor
2018-07-17
1
-0
/
+76
*
add aes cbc pkcs5 wycheproof tests (#4347)
Paul Kehrer
2018-07-17
1
-0
/
+42
*
add DSA wycheproof tests (#4346)
Paul Kehrer
2018-07-17
1
-0
/
+49
*
add crl.get_revoked_certificate method (#4331)
Paul Kehrer
2018-07-16
1
-0
/
+12
*
Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...
Alex Gaynor
2018-07-16
7
-1
/
+268
*
Change the exception we raise in keywrap unwrapping on invalid length (#4337)
Alex Gaynor
2018-07-16
1
-3
/
+5
*
document one shot AEAD length restrictions (#4322)
Paul Kehrer
2018-07-14
1
-0
/
+38
*
raise valueerror for null x25519 derived keys (#4332)
Paul Kehrer
2018-07-12
1
-0
/
+17
*
we don't actually care about the errstack here, it's an invalid signature (#4...
Paul Kehrer
2018-07-10
1
-0
/
+35
*
fix a memory leak when calling X25519PrivateKey.public_key() (#4326)
Paul Kehrer
2018-07-10
1
-0
/
+8
*
fix encoding BMPString in x509 name entries (#4321)
Paul Kehrer
2018-07-09
1
-0
/
+18
*
Make RelativeDistinguishedName preserve attribtue order (#4306)
Marti Raudsepp
2018-07-09
1
-6
/
+9
*
reduce number of deprecated signer/verifier calls in test_rsa (#4314)
Paul Kehrer
2018-07-06
1
-113
/
+95
*
Fixes #4242 -- added an additional assert to make this test more resillient (...
Alex Gaynor
2018-07-04
1
-0
/
+2
*
Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)
Alex Gaynor
2018-06-20
1
-0
/
+3
*
Add clearer message when key type is not bytes (#4289)
Vladyslav Moisieienkov
2018-06-20
2
-0
/
+36
*
Correctly pass bytes; refs #4289 (#4290)
Alex Gaynor
2018-06-19
1
-1
/
+1
*
Correct pass bytes; refs #4289 (#4291)
Alex Gaynor
2018-06-19
1
-1
/
+1
*
simplify and parametrize DSA tests (#4267)
Paul Kehrer
2018-05-30
1
-431
/
+239
*
parametrize a few things in test_ec (#4268)
Paul Kehrer
2018-05-30
1
-30
/
+13
*
Future proofing use of the six python version constants (#4238)
Eric Brown
2018-05-14
2
-25
/
+25
*
Validate the public/private halves of EC keys on import. (#4241)
David Benjamin
2018-05-14
1
-3
/
+3
*
Add support for extracting timestamp from a Fernet token (#4229)
Paul Kehrer
2018-05-12
1
-0
/
+9
*
Raise ve on bad gt (#4180)
Joshua Crowgey
2018-04-03
1
-0
/
+12
*
fix bug with n % 8 length wrapping on AESKWP (#4160)
Paul Kehrer
2018-03-20
1
-0
/
+24
*
Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)
Alex Gaynor
2018-03-20
1
-4
/
+0
*
implement AES KW with padding (RFC 5649) (#3880)
Paul Kehrer
2018-03-18
1
-0
/
+65
*
Allow DSA q=224 (#4147)
Paul Kehrer
2018-03-18
2
-91
/
+18
*
Brainpool curves (#4129)
Paul Kehrer
2018-03-15
1
-1
/
+28
*
don't allow GeneralNames to be an empty list (#4128)
Paul Kehrer
2018-03-05
1
-0
/
+4
*
fix a memory leak in ec derive_private_key (#4096)
Paul Kehrer
2018-02-04
1
-0
/
+8
*
Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)
Alex Gaynor
2018-01-10
1
-0
/
+2
*
The HKDF limit is actually 255 * digest_length_in_bytes (#4037)
Paul Kehrer
2018-01-06
1
-2
/
+20
*
Expose `BN_clear_free` in the OpenSSL backend (#4071)
Tux
2018-01-05
1
-1
/
+1
*
Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)
Alex Gaynor
2017-12-18
1
-3
/
+3
*
Fixed 120 warnings from the RSA tests (#4052)
Alex Gaynor
2017-12-11
1
-9
/
+6
*
Fixed DSA tests to not emit 200 warnings (#4050)
Alex Gaynor
2017-12-10
1
-8
/
+2
*
update the ec tests to not emit 3000 warnings (#4048)
Alex Gaynor
2017-12-10
1
-11
/
+12
*
In RSA test vectors, use verify() to avoid warnings (#4047)
Alex Gaynor
2017-12-10
1
-8
/
+14
*
Fixed deprecation warnings in x509 tests (#4040)
Alex Gaynor
2017-12-04
1
-26
/
+18
*
Fix ASN1 string type encoding for several Name OIDs (#4035)
Paul Kehrer
2017-11-30
1
-16
/
+135
*
Use a different warning class so users get warnings (#4014)
Alex Gaynor
2017-11-11
5
-23
/
+26
[next]