index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #4388 -- when running the aws-encryption-sdk tests only point pytest at...
Alex Gaynor
2018-08-12
1
-2
/
+2
*
Refs #4375 -- added ECDH EC point wycheproof tests (#4384)
Alex Gaynor
2018-08-06
1
-0
/
+41
*
make a certificate expire a few years in the future, fixes doctests (#4383)
Alex Gaynor
2018-08-06
1
-1
/
+1
*
Refs #4375 -- added RSA PSS wycheproof tests (#4381)
Alex Gaynor
2018-08-03
1
-1
/
+41
*
Refs #4375 -- integrate wycheproof AES CCM tests (#4379)
Alex Gaynor
2018-08-02
3
-3
/
+41
*
Updated wycheproof tests for new upstream vectors (#4378)
Alex Gaynor
2018-08-01
2
-8
/
+18
*
Use A-label strings in tests (#4374)
Tim Burke
2018-07-30
1
-2
/
+2
*
Test for expected CryptographyDeprecationWarnings (#4372)
Tim Burke
2018-07-28
3
-56
/
+48
*
Update comment (#4371)
Alex Gaynor
2018-07-26
1
-2
/
+2
*
Fixes #3548 - add a pyproject.toml (#4363)
Alex Gaynor
2018-07-23
3
-0
/
+10
*
block_size isn't part of our interface and future hashes won't have it (#4366)
Paul Kehrer
2018-07-23
2
-12
/
+3
*
Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...
Amaury Forgeot d'Arc
2018-07-23
2
-0
/
+30
*
sign is a method (#4362)
Paul Kehrer
2018-07-20
1
-1
/
+1
*
add CVE ID to security issue (#4360)
Paul Kehrer
2018-07-18
1
-0
/
+1
*
reopen master (#4359)
Paul Kehrer
2018-07-18
3
-2
/
+9
*
bump version and changelog for 2.3 release (#4356)
Paul Kehrer
2018-07-18
3
-6
/
+4
*
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
*
min_tag_length is an int (#4351)
Paul Kehrer
2018-07-17
1
-1
/
+1
*
also check iv length for GCM nonce in AEAD (#4350)
Paul Kehrer
2018-07-17
2
-0
/
+8
*
raise ValueError on zero length GCM IV (#4348)
Paul Kehrer
2018-07-17
3
-1
/
+8
*
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
5
-0
/
+28
*
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
6
-0
/
+52
*
Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...
Alex Gaynor
2018-07-16
11
-5
/
+286
*
Change the exception we raise in keywrap unwrapping on invalid length (#4337)
Alex Gaynor
2018-07-16
3
-6
/
+12
*
document one shot AEAD length restrictions (#4322)
Paul Kehrer
2018-07-14
3
-0
/
+68
*
switch cryptography wheel builders back to pip wheel (#4334)
Paul Kehrer
2018-07-14
1
-13
/
+4
*
raise valueerror for null x25519 derived keys (#4332)
Paul Kehrer
2018-07-12
2
-1
/
+22
*
bump to latest libressl versions (#4329)
Alex Gaynor
2018-07-11
1
-2
/
+2
*
try compiling with asm for our custom openssl (#4328)
Paul Kehrer
2018-07-10
3
-6
/
+7
*
don't install docs when we build openssls...and do it parallel (#4327)
Paul Kehrer
2018-07-10
1
-1
/
+3
*
we don't actually care about the errstack here, it's an invalid signature (#4...
Paul Kehrer
2018-07-10
2
-2
/
+36
*
fix a memory leak when calling X25519PrivateKey.public_key() (#4326)
Paul Kehrer
2018-07-10
2
-0
/
+12
*
fix encoding BMPString in x509 name entries (#4321)
Paul Kehrer
2018-07-09
2
-2
/
+25
*
document that an ECPublicNumbers object has some unexpected properties (#4319)
Paul Kehrer
2018-07-09
1
-0
/
+8
*
Make RelativeDistinguishedName preserve attribtue order (#4306)
Marti Raudsepp
2018-07-09
4
-11
/
+23
*
Convert a pair of asserts to use openssl_assert (#4318)
Alex Gaynor
2018-07-09
1
-2
/
+2
*
Make our locking setup function compy with our style guide (#4316)
Alex Gaynor
2018-07-06
2
-3
/
+3
*
reduce number of deprecated signer/verifier calls in test_rsa (#4314)
Paul Kehrer
2018-07-06
1
-113
/
+95
*
set an OPENSSL_API_COMPAT level (#4313)
Paul Kehrer
2018-07-06
1
-0
/
+5
*
Make the docs clearer on why truncated tags are a bad idea (#4312)
Alex Gaynor
2018-07-06
1
-4
/
+4
*
Don't change the cwd in travis scripts (#4309)
Alex Gaynor
2018-07-06
1
-2
/
+4
*
Fixes #4242 -- added an additional assert to make this test more resillient (...
Alex Gaynor
2018-07-04
1
-0
/
+2
*
since the generator order is 570 bits this should be 570 (#4307)
Paul Kehrer
2018-07-04
1
-1
/
+1
[next]