aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/openssl_missing.h
Commit message (Expand)AuthorAgeFilesLines
* ts: fix for libresslBen Toews2018-07-061-0/+7
* ts: update to work with openssl 1.1.xBen Toews2018-07-031-0/+24
* Fix build failure against OpenSSL 1.1 built with no-deprecatedMark Wright2017-11-041-0/+4
* Remove support for OpenSSL 0.9.8 and 1.0.0topic/drop-openssl-098-and-100Kazuki Yamaguchi2016-12-221-48/+1
* ssl: use SSL_SESSION_get_protocol_version()Kazuki Yamaguchi2016-12-211-0/+4
* Rename functions in openssl_missing.cKazuki Yamaguchi2016-12-211-9/+18
* ssl: check for SSL_CTX_clear_options()Kazuki Yamaguchi2016-12-181-0/+4
* pkey: check existence of EVP_PKEY_get0()Kazuki Yamaguchi2016-12-011-0/+4
* Adapt to OpenSSL changes after the 1.1.0-pre6Kazuki Yamaguchi2016-08-261-2/+9
* cipher: allow setting IV length when using AEAD cipherstopic/cipher-iv-lenKazuki Yamaguchi2016-07-091-0/+1
* openssl: add 'const's required in OpenSSL masterrhe2016-06-191-2/+2
* openssl: fix acesssor functions for RSA and DH in openssl_missing.hrhe2016-06-191-2/+2
* openssl: support non AES-GCM AEAD ciphers in OpenSSL::Cipherrhe2016-06-191-0/+5
* openssl: fix compile on VCrhe2016-06-091-0/+2
* openssl: use SSL_is_server()rhe2016-06-091-0/+4
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-1/+95
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-091-0/+58
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-091-0/+25
* openssl: add SSLContext#ecdh_curves=rhe2016-05-311-0/+6
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-158/+8
* openssl: remove unnecessary 'extern "C"' blocks from local headersrhe2016-05-311-9/+0
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-311-2/+7
* Sync with ruby trunkZachary Scott2015-09-231-2/+0
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+198