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
...
*
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
*
Fixed build errors on HP-UX. (#4259)
dumol
2018-05-22
2
-2
/
+2
*
build and test libre on travis (#4256)
Paul Kehrer
2018-05-21
4
-24
/
+27
*
Make AuthorityKeyIdentifier docs reflect reality (#4252)
Thom Dixon
2018-05-18
1
-1
/
+1
*
Fixes #4228 -- move downstream builders to travis (#4250)
Alex Gaynor
2018-05-16
3
-132
/
+76
*
remove block size as a required part of HashAlgorithm (#4249)
Paul Kehrer
2018-05-16
2
-12
/
+0
*
Only send coverage for tox builds, in prep for #4228 (#4248)
Alex Gaynor
2018-05-16
1
-10
/
+12
*
satisfy shellcheck (#4247)
Alex Gaynor
2018-05-16
1
-3
/
+3
*
Cleanup unused err bindings. (#4246)
David Benjamin
2018-05-15
1
-106
/
+0
*
Remove ECDSA_sign_setup and *sign_ex bindings. (#4245)
David Benjamin
2018-05-15
1
-5
/
+0
*
Remove macOS travis stuff, we don't intend to reenable it (#4244)
Alex Gaynor
2018-05-15
3
-136
/
+27
*
Future proofing use of the six python version constants (#4238)
Eric Brown
2018-05-14
3
-27
/
+27
[prev]
[next]