summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* changelog and version bump for 2.3.1 (#4395)2.3.12.3.xPaul Kehrer2018-08-143-2/+10
* Backport three fixes from master to 2.3.x (#4396)Paul Kehrer2018-08-144-11/+21
* bump version and changelog for 2.3 release (#4356)2.3Paul Kehrer2018-07-183-6/+4
* Refs #3331 -- integrated wycheproof ECDH tests (#4354)Alex Gaynor2018-07-182-0/+87
* improve skip msg when skipping an ECDH test in test_ec (#4355)Paul Kehrer2018-07-181-2/+2
* add wycheproof gcm tests (#4349)Paul Kehrer2018-07-171-0/+54
* min_tag_length is an int (#4351)Paul Kehrer2018-07-171-1/+1
* also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer2018-07-172-0/+8
* raise ValueError on zero length GCM IV (#4348)Paul Kehrer2018-07-173-1/+8
* add chacha20poly1305 wycheproof tests (#4345)Paul Kehrer2018-07-171-0/+47
* add wycheproof tests for AES CMAC (#4344)Paul Kehrer2018-07-171-0/+36
* disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer2018-07-175-0/+28
* Refs #3331 -- integrated wycheproof ECDSA tests (#4341)Alex Gaynor2018-07-171-0/+76
* add aes cbc pkcs5 wycheproof tests (#4347)Paul Kehrer2018-07-171-0/+42
* add DSA wycheproof tests (#4346)Paul Kehrer2018-07-171-0/+49
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-166-0/+52
* Refs #3331 -- added initial wycheproof integration, starting with x25519, rsa...Alex Gaynor2018-07-1611-5/+286
* Change the exception we raise in keywrap unwrapping on invalid length (#4337)Alex Gaynor2018-07-163-6/+12
* document one shot AEAD length restrictions (#4322)Paul Kehrer2018-07-143-0/+68
* switch cryptography wheel builders back to pip wheel (#4334)Paul Kehrer2018-07-141-13/+4
* raise valueerror for null x25519 derived keys (#4332)Paul Kehrer2018-07-122-1/+22
* bump to latest libressl versions (#4329)Alex Gaynor2018-07-111-2/+2
* try compiling with asm for our custom openssl (#4328)Paul Kehrer2018-07-103-6/+7
* don't install docs when we build openssls...and do it parallel (#4327)Paul Kehrer2018-07-101-1/+3
* we don't actually care about the errstack here, it's an invalid signature (#4...Paul Kehrer2018-07-102-2/+36
* fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer2018-07-102-0/+12
* fix encoding BMPString in x509 name entries (#4321)Paul Kehrer2018-07-092-2/+25
* document that an ECPublicNumbers object has some unexpected properties (#4319)Paul Kehrer2018-07-091-0/+8
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-094-11/+23
* Convert a pair of asserts to use openssl_assert (#4318)Alex Gaynor2018-07-091-2/+2
* Make our locking setup function compy with our style guide (#4316)Alex Gaynor2018-07-062-3/+3
* reduce number of deprecated signer/verifier calls in test_rsa (#4314)Paul Kehrer2018-07-061-113/+95
* set an OPENSSL_API_COMPAT level (#4313)Paul Kehrer2018-07-061-0/+5
* Make the docs clearer on why truncated tags are a bad idea (#4312)Alex Gaynor2018-07-061-4/+4
* Don't change the cwd in travis scripts (#4309)Alex Gaynor2018-07-061-2/+4
* Fixes #4242 -- added an additional assert to make this test more resillient (...Alex Gaynor2018-07-041-0/+2
* since the generator order is 570 bits this should be 570 (#4307)Paul Kehrer2018-07-041-1/+1
* Add testing support of Python 3.7 (#4305)Eric Brown2018-07-041-0/+4
* Revert the const bits of #4220. (#4276)David Benjamin2018-06-291-1/+1
* Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)Marti Raudsepp2018-06-293-0/+12
* 6 and 7 are right next to each other (#4302)Paul Kehrer2018-06-281-1/+1
* Add py37 (#4298)Paul Kehrer2018-06-276-10/+14
* Add serialisation output examples (#4286)Коренберг Марк2018-06-261-0/+24
* Exposed OpenSSL prime methods (#4292)Quinten Stokkink2018-06-221-0/+6
* Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)Alex Gaynor2018-06-203-1/+18
* Add clearer message when key type is not bytes (#4289)Vladyslav Moisieienkov2018-06-203-0/+39
* Correctly pass bytes; refs #4289 (#4290)Alex Gaynor2018-06-191-1/+1
* Correct pass bytes; refs #4289 (#4291)Alex Gaynor2018-06-191-1/+1
* Document project as stable and ready for use in production (#4284)Jon Dufresne2018-06-161-0/+1
* add downstream tests for awslabs/aws-dynamodb-encryption-python (#4280)Matt Bullock2018-06-122-0/+9