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
...
*
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
*
Add testing support of Python 3.7 (#4305)
Eric Brown
2018-07-04
1
-0
/
+4
*
Revert the const bits of #4220. (#4276)
David Benjamin
2018-06-29
1
-1
/
+1
*
Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)
Marti Raudsepp
2018-06-29
3
-0
/
+12
*
6 and 7 are right next to each other (#4302)
Paul Kehrer
2018-06-28
1
-1
/
+1
*
Add py37 (#4298)
Paul Kehrer
2018-06-27
6
-10
/
+14
*
Add serialisation output examples (#4286)
Коренберг Марк
2018-06-26
1
-0
/
+24
*
Exposed OpenSSL prime methods (#4292)
Quinten Stokkink
2018-06-22
1
-0
/
+6
*
Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)
Alex Gaynor
2018-06-20
3
-1
/
+18
*
Add clearer message when key type is not bytes (#4289)
Vladyslav Moisieienkov
2018-06-20
3
-0
/
+39
*
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
*
Document project as stable and ready for use in production (#4284)
Jon Dufresne
2018-06-16
1
-0
/
+1
*
add downstream tests for awslabs/aws-dynamodb-encryption-python (#4280)
Matt Bullock
2018-06-12
2
-0
/
+9
*
Test certbot with OpenSSL 1.1.0 (#4278)
Alex Gaynor
2018-06-08
1
-1
/
+1
*
LibreSSL 2.7.x support (#4270)
Paul Kehrer
2018-05-30
10
-17
/
+29
*
Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)
Alex Gaynor
2018-05-31
6
-18
/
+8
*
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
*
deprecate pythons without hmac.compare_digest (#4261)
Paul Kehrer
2018-05-24
3
-0
/
+13
[prev]
[next]