aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Change the exception we raise in keywrap unwrapping on invalid length (#4337)Alex Gaynor2018-07-161-3/+3
* document one shot AEAD length restrictions (#4322)Paul Kehrer2018-07-141-0/+24
* raise valueerror for null x25519 derived keys (#4332)Paul Kehrer2018-07-121-1/+5
* we don't actually care about the errstack here, it's an invalid signature (#4...Paul Kehrer2018-07-101-2/+1
* fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer2018-07-101-0/+4
* fix encoding BMPString in x509 name entries (#4321)Paul Kehrer2018-07-091-2/+7
* Make RelativeDistinguishedName preserve attribtue order (#4306)Marti Raudsepp2018-07-091-3/+8
* 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
* set an OPENSSL_API_COMPAT level (#4313)Paul Kehrer2018-07-061-0/+5
* since the generator order is 570 bits this should be 570 (#4307)Paul Kehrer2018-07-041-1/+1
* 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-292-0/+3
* 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-202-1/+15
* Add clearer message when key type is not bytes (#4289)Vladyslav Moisieienkov2018-06-201-0/+3
* LibreSSL 2.7.x support (#4270)Paul Kehrer2018-05-308-17/+25
* Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)Alex Gaynor2018-05-316-18/+8
* deprecate pythons without hmac.compare_digest (#4261)Paul Kehrer2018-05-242-0/+10
* Fixed build errors on HP-UX. (#4259)dumol2018-05-222-2/+2
* remove block size as a required part of HashAlgorithm (#4249)Paul Kehrer2018-05-161-6/+0
* 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
* Future proofing use of the six python version constants (#4238)Eric Brown2018-05-141-2/+2
* 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-141-3/+4
* 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
* Check for CMAC_Init errors. (#4232)David Benjamin2018-05-121-1/+2
* Add support for extracting timestamp from a Fernet token (#4229)Paul Kehrer2018-05-121-6/+15
* Fix some callback type signatures. (#4227)David Benjamin2018-05-121-3/+3
* fixed variable name to be correct (#4226)Alex Gaynor2018-05-111-3/+3
* Remove unused BN bindings. (#4219)David Benjamin2018-05-091-28/+2
* adding name so that 1.3.6.1.4.1.11129.2.4.2 is no longer and 'Unknown OID' (#...Joshua Crowgey2018-05-071-0/+3
* update link to draft rfc (#4214)Alex Gaynor2018-05-021-1/+1
* Expose OpenSSL constant time bignum arithmetic (#4200)Tux2018-04-241-0/+14
* Add Session functions, necessary to implement new features in Python 3.6. (#4...Amaury Forgeot d'Arc2018-04-241-0/+14
* add custom extensions functions for openssl >=1.0.2 (#4202)Denis Lila2018-04-212-0/+77
* OpenSSL 1.0.2o has switched to winsock2 (#4184)Thierry Bastian2018-04-052-0/+6
* add X509_NAME_print_ex (#4174)Joshua Crowgey2018-04-041-0/+1
* Raise ve on bad gt (#4180)Joshua Crowgey2018-04-031-1/+7
* Fix typo (#4178)Tim D. Smith2018-03-291-1/+1
* fix bug with n % 8 length wrapping on AESKWP (#4160)Paul Kehrer2018-03-201-2/+7
* Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)Alex Gaynor2018-03-201-3/+0
* open master for 2.3 (#4151)Paul Kehrer2018-03-181-1/+1
* 2.2 release! (#4150)Paul Kehrer2018-03-181-1/+1
* implement AES KW with padding (RFC 5649) (#3880)Paul Kehrer2018-03-181-0/+57
* Allow DSA q=224 (#4147)Paul Kehrer2018-03-181-2/+2