aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* support OCSP response parsing (#4452)Paul Kehrer2018-10-013-4/+262
* add ed25519 bindings (#4476)Paul Kehrer2018-09-264-0/+50
* Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467)Alex Gaynor2018-09-152-8/+3
* OCSP request extension parsing (#4464)Paul Kehrer2018-09-097-5/+68
* refactor asn1_time_set to be useful in a future PR (#4465)Paul Kehrer2018-09-091-27/+27
* Add flags to error on compile with incompatible pointer type (#4455)Paul Kehrer2018-09-054-21/+26
* don't sort the serial numbers in a parsed CRL (#4457)Paul Kehrer2018-09-041-2/+12
* OCSP bindings (#4449)Paul Kehrer2018-09-012-0/+97
* small refactor of OCSP request parsing (#4447)Paul Kehrer2018-09-011-38/+54
* Fixes #4333 -- added support for precert poison extension (#4442)Alex Gaynor2018-08-315-6/+33
* Simplify OCSP no check serialization (#4444)Alex Gaynor2018-08-312-5/+5
* OCSP response abstract base classes (#4431)Paul Kehrer2018-08-311-0/+130
* refactor ocsp request parsing and generation to support only one cert (#4439)Paul Kehrer2018-08-313-83/+36
* Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)Alex Gaynor2018-08-311-0/+16
* Fixed two memory leaks in x509 csr extensions (#4434)Alex Gaynor2018-08-313-3/+19
* make an ocsp request (#4402)Paul Kehrer2018-08-303-0/+48
* 1.1.0 locks (#4420)Paul Kehrer2018-08-293-2/+7
* add bindings for SCT creation (#4407)Paul Kehrer2018-08-202-0/+22
* OCSP request parsing (#4393)Paul Kehrer2018-08-153-0/+209
* Added missing methods from CRL Interface (#4400)Alex Gaynor2018-08-151-0/+18
* Refs #4375 -- integrate wycheproof AES CCM tests (#4379)Alex Gaynor2018-08-021-1/+1
* Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...Amaury Forgeot d'Arc2018-07-232-0/+30
* sign is a method (#4362)Paul Kehrer2018-07-201-1/+1
* reopen master (#4359)Paul Kehrer2018-07-181-1/+1
* bump version and changelog for 2.3 release (#4356)Paul Kehrer2018-07-181-1/+1
* also check iv length for GCM nonce in AEAD (#4350)Paul Kehrer2018-07-171-0/+2
* raise ValueError on zero length GCM IV (#4348)Paul Kehrer2018-07-171-0/+2
* disallow implicit tag truncation with finalize_with_tag (#4342)Paul Kehrer2018-07-172-0/+6
* add crl.get_revoked_certificate method (#4331)Paul Kehrer2018-07-163-0/+28
* 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