aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* openssl: fix build with OpenSSL 1.1.0 and no pkg-configrhe2016-06-091-2/+2
* openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-091-0/+1
* openssl: avoid deprecated version-specific ssl methods if necessaryrhe2016-06-091-0/+1
* openssl: use SSL_is_server()rhe2016-06-091-0/+1
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-091-0/+26
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-091-0/+1
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-091-0/+6
* openssl: check existence of RAND_pseudo_bytes()rhe2016-06-091-0/+1
* openssl: fix the Year 2038 problemrhe2016-06-091-0/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-311-0/+4
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-311-92/+42
* openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe2016-05-311-1/+0
* openssl/extconf.rb: NO SSL macros firstnobu2016-05-311-8/+10
* * ext/openssl/extconf.rb: asume it doesn't have SSLv2 relatednaruse2016-05-311-0/+2
* openssl: Access to ephemeral TLS session keynobu2016-05-311-0/+1
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-05-311-1/+1
* sync code from upstreamSHIBATA Hiroshi2015-12-301-0/+1
* Sync with ruby trunkZachary Scott2015-09-231-5/+3
* * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-221-0/+1
* Apply ruby/ruby@325a50fc572516a171d640765d6ddf9b20be14dc to fix typosZachary Scott2015-05-041-1/+1
* Upstream the following commits from trunk ruby:Zachary Scott2015-03-251-0/+1
* import ruby trunkSHIBATA Hiroshi2014-10-271-0/+160