aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test certbot with OpenSSL 1.1.0 (#4278)Alex Gaynor2018-06-081-1/+1
* LibreSSL 2.7.x support (#4270)Paul Kehrer2018-05-3010-17/+29
* Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)Alex Gaynor2018-05-316-18/+8
* simplify and parametrize DSA tests (#4267)Paul Kehrer2018-05-301-431/+239
* parametrize a few things in test_ec (#4268)Paul Kehrer2018-05-301-30/+13
* deprecate pythons without hmac.compare_digest (#4261)Paul Kehrer2018-05-243-0/+13
* Fixed build errors on HP-UX. (#4259)dumol2018-05-222-2/+2
* build and test libre on travis (#4256)Paul Kehrer2018-05-214-24/+27
* Make AuthorityKeyIdentifier docs reflect reality (#4252)Thom Dixon2018-05-181-1/+1
* Fixes #4228 -- move downstream builders to travis (#4250)Alex Gaynor2018-05-163-132/+76
* remove block size as a required part of HashAlgorithm (#4249)Paul Kehrer2018-05-162-12/+0
* Only send coverage for tox builds, in prep for #4228 (#4248)Alex Gaynor2018-05-161-10/+12
* satisfy shellcheck (#4247)Alex Gaynor2018-05-161-3/+3
* Cleanup unused err bindings. (#4246)David Benjamin2018-05-151-106/+0
* Remove ECDSA_sign_setup and *sign_ex bindings. (#4245)David Benjamin2018-05-151-5/+0