aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove macOS travis stuff, we don't intend to reenable it (#4244)Alex Gaynor2018-05-153-136/+27
* Future proofing use of the six python version constants (#4238)Eric Brown2018-05-143-27/+27
* Remove some unused RSA bindings. (#4243)David Benjamin2018-05-141-11/+0
* Validate the public/private halves of EC keys on import. (#4241)David Benjamin2018-05-142-6/+7
* Fix some stuttering. (#4240)David Benjamin2018-05-141-3/+0
* Remove some unused RAND bindings. (#4239)David Benjamin2018-05-141-4/+0
* Clean up unused EC bindings. (#4225)David Benjamin2018-05-142-83/+0
* Remove unused BIO bindings. (#4220)David Benjamin2018-05-141-107/+3
* Add SHA512/224 and SHA512/256 test vectors from NIST CAVP (#4237)Paul Kehrer2018-05-149-1/+7121
* Use pytest instead of py.test per upstream recommendation, #dropthedot (#4236)Ville Skyttä2018-05-132-2/+2
* Run no longer used debugging output from travis (#4233)Alex Gaynor2018-05-121-4/+0
* switch to py3 on docs job (#4230)Paul Kehrer2018-05-1213-49/+50
* Check for CMAC_Init errors. (#4232)David Benjamin2018-05-121-1/+2