aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl
Commit message (Expand)AuthorAgeFilesLines
...
* fix libressl error/refactor some error handling (#3609)Paul Kehrer2017-05-261-2/+17
* add the x25519 NID (#3560)Paul Kehrer2017-05-201-0/+3
* Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)Aviv Palivoda2017-05-191-0/+3
* Added a binding that will be useful for AIA chasing (#3546)Alex Gaynor2017-05-181-0/+4
* Delete dead code and update a comment (#3529)Alex Gaynor2017-04-301-3/+3
* Additional SCT bindings (#3510)Alex Gaynor2017-04-211-0/+2
* Two additional bindings for CT (#3478)Alex Gaynor2017-03-231-0/+2
* First pass at adding SCT bindings (#3471)Alex Gaynor2017-03-221-0/+6
* Remove workaround for weird NetBSD bug (#3458)Alex Gaynor2017-03-171-4/+0
* Ec is a thing (#3453)Alex Gaynor2017-03-151-111/+0
* More ifdef death (#3450)Alex Gaynor2017-03-141-23/+0
* Memleak tests (#3140)Alex Gaynor2017-03-141-0/+3
* Removed some unused ifdefs from openssl bindings (#3448)Alex Gaynor2017-03-141-19/+0
* Refs #3430 -- fixed a memory leak in extension parsing for CRL dp (#3431)Alex Gaynor2017-03-091-0/+1
* Refactor binding initialization to allow specified errors (#3278)Paul Kehrer2017-02-131-1/+6
* switch the PEM password callback to a C implementation (#3382)Paul Kehrer2017-02-131-19/+0
* Add EVP_PKEY_DHX (#3388)Aviv Palivoda2017-02-131-0/+3
* DTLS bindings (#3309)Paul Kehrer2016-12-191-0/+4
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-132-40/+0
* New osrandom_engine in C (#3229)Christian Heimes2016-12-091-45/+4
* Error out on OpenSSL 1.0.0 by default (#3276)Alex Gaynor2016-11-221-6/+13
* add OPENSSL_NPN_NEGOTIATED (#3252)Paul Kehrer2016-11-191-1/+4
* add SSL_CTX_set_ecdh_auto where supported (#3250)Paul Kehrer2016-11-181-0/+3
* C locking callback (#3226)Alex Gaynor2016-11-131-29/+2
* Scrypt bindings (#3114)Terry Chia2016-08-271-0/+3
* Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in th...Alex Gaynor2016-08-271-3/+3
* first pass removing 0.9.8 things from the ssl bindings (#2986)Paul Kehrer2016-06-201-26/+0
* Remove a few 0.9.8isms from the ssl bindings (#2998)Alex Gaynor2016-06-191-11/+0
* Remove 0.9.8isms from CMS code. (#2997)Alex Gaynor2016-06-191-5/+0
* Remove 0.9.8 isms from the DSA and x509 verify bindings (#2993)Alex Gaynor2016-06-191-20/+0
* Remove a few more 0.9.8 bindings (#2994)Alex Gaynor2016-06-181-3/+0
* 0.9.8 error code conditionals no longer required (#2987)Paul Kehrer2016-06-181-19/+0
* remove 0.9.8 support from nid bindings (#2988)Paul Kehrer2016-06-181-6/+0
* remove unneeded AES conditionals now that we no longer support 0.9.8 (#2985)Paul Kehrer2016-06-181-4/+0
* Drop OpenSSL 0.9.8 (#2978)Alex Gaynor2016-06-182-36/+1
* A few more 1.1.0 compatibility changes (#2960)Paul Kehrer2016-06-031-3/+0
* Add more bindings to OpenSSL, to be used by the Python _ssl module. (#2868)Amaury Forgeot d'Arc2016-04-081-0/+9
* add EVP_PKEY_CTX_set_rsa_oaep_mdPaul Kehrer2016-03-251-0/+3
* DeprecationWarningAlex Gaynor2016-03-191-2/+1
* Use runtimeerror for thisAlex Gaynor2016-03-191-2/+1
* Fixed #2836 -- error out on OpenSSL 0.9.8 by defaultAlex Gaynor2016-03-191-14/+26
* slowly re-add everything that was removed, but now conditionalPaul Kehrer2016-03-171-0/+1
* sigh... and this onePaul Kehrer2016-03-171-0/+1
* need this one tooPaul Kehrer2016-03-171-0/+1
* we need CRYPTO_LOCK & CRYPTO_UNLOCK on < 1.1.0 so conditionally bind themPaul Kehrer2016-03-171-0/+4
* no need to conditionally remove what isn't therePaul Kehrer2016-03-131-2/+0
* conditionally bind/remove the SSL_ST/TLS_ST state machine statusesPaul Kehrer2016-03-111-0/+10
* Merge pull request #2788 from reaperhulk/110-patch-9Alex Gaynor2016-03-091-7/+0
|\
| * ECDSA functions we don't use that aren't in 1.1.0Paul Kehrer2016-03-091-7/+0
* | we don't need to remove things that no longer existPaul Kehrer2016-03-091-3/+0
|/