aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: fix ex_data handling for X509_STOREKazuki Yamaguchi2016-04-271-1/+0
* ext/openssl: no need to check OPENSSL_FIPS in extconf.rbKazuki Yamaguchi2016-04-271-1/+0
* ext/openssl: use SSL_is_server() to check if the SSL is server or notKazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: add SSLContext#set_ecdh_curvesKazuki Yamaguchi2016-04-271-4/+13
* ext/openssl: add SSLContext#security_level, #security_level=Kazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: make ENGINE.cleanup no-op if using OpenSSL 1.1.0Kazuki Yamaguchi2016-04-271-1/+2
* ext/openssl: use SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: avoid using deprecated protocol version specific methods.Kazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: EVP_PKEY, DH, DSA, RSA, EC_KEY are made opaqueKazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: use EVP_MD_CTX_new() to allocate EVP_MD_CTXKazuki Yamaguchi2016-04-271-0/+2
* ext/openssl: use X509_STORE_CTX_get0_store() instead of store_ctx->ctxKazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: fix (mainly) opaque related compilation of ossl_x509*.cKazuki Yamaguchi2016-04-271-1/+10
* ext/openssl: use *_up_ref() functionsKazuki Yamaguchi2016-04-271-0/+5
* ext/openssl: support new threading API of OpenSSL 1.1.0Kazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: SSL_SESSION is made opaqueKazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: BIGNUM and BN_GENCB is made opaqueKazuki Yamaguchi2016-04-271-0/+3
* ext/openssl: OCSP_SINGLERESP and OCSP_CERTID are also made opaqueKazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: use HMAC_CTX_{new,free,reset} to allocate HMAC_CTXKazuki Yamaguchi2016-04-271-1/+4
* ext/openssl: use EVP_CIPHER_CTX_{new,free} to allocate EVP_CIPHER_CTXKazuki Yamaguchi2016-04-271-0/+3
* ext/openssl: disable OpenSSL::Random.pseudo_bytes if deprecatedKazuki Yamaguchi2016-04-271-0/+1
* ext/openssl: simplify extconf.rbKazuki Yamaguchi2016-04-271-46/+30
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-63/+24
* ext/openssl: always use our implementation of SSL_SESSION_cmp()Kazuki Yamaguchi2016-04-271-1/+1
* ext/openssl: check if SSL_CTX_clear_options() is availableKazuki Yamaguchi2016-04-271-0/+1
* openssl: Access to ephemeral TLS session keynobu2016-04-041-0/+1
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-03-251-1/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-5/+0
* * ext/openssl/ossl_ssl.c (static const struct): Only add SSLv3 supporttenderlove2015-08-291-0/+3
* * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-221-0/+1
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* openssl: check RAND_edg to support libresslnobu2015-02-121-0/+1
* openssl: work around of dependencynobu2013-10-281-1/+3
* * ext/openssl/extconf.rb (CRYPTO_THREADID): check exist or not.naruse2013-07-231-0/+1
* * ext/openssl/ossl_cipher.c: fix errors for installations that do notemboss2012-12-201-0/+1
* extconf.rb: git rid of post-1.8 featurenobu2012-11-271-1/+2
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-031-1/+2
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-311-0/+1
* * ext/openssl/extconf.rb: Use Logging::message instead of message.kosaki2012-05-181-8/+8
* * ext/openssl/extconf.rb: Clarify a message when hit Applekosaki2012-05-181-1/+1
* * ext/extmk.rb: Show a message when extconf.rb raised an exception.kosaki2012-05-181-3/+2
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-061-0/+6
* * ext/digest/*/extconf.rb: use pkg_config to use same library withnobu2012-04-301-6/+3
* --with-broken-apple-openssl optionnobu2012-04-231-1/+3
* * ext/openssl/extconf.rb: ignore broken version by Apple.nobu2012-04-221-3/+5
* * ext/openssl/extconf.rb: configure.in adds -Wall to warnflags, notnobu2012-04-221-7/+0
* * ext/openssl/extconf.rb: suppress useless deprecation warningsnobu2012-02-271-0/+3
* * ext/openssl/extconf.rb: remove checks for available functions.emboss2011-11-261-2/+0
* * ext/openssl/extconf.rb:emboss2011-11-031-0/+7
* * ext/openssl/extconf.rb: add -Wall flag by default when compiler isemboss2011-10-261-4/+7