aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Release GVL while OpenSSL's public key generation.nahi2011-09-011-0/+3
* * ext/openssl/extconf.rbemboss2011-06-261-0/+1
* * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi2011-06-231-0/+1
* * ext/openssl/extconf.rb: Should check SSLv2_*method.iwamatsu2011-04-251-0/+3
* * ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove2010-12-101-5/+8
* * ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu2010-06-111-10/+4
* * ext/openssl/ossl_config.c: OpenSSL 1.0.0 support.usa2010-04-231-0/+9
* * configure.in (GCC): subst for GCC depending extension libraries.nobu2009-09-121-1/+1
* * ext/openssl: suppress warnings.akr2009-03-121-1/+1
* * ext/openssl/ossl_ssl.c: Server Name Indication support.technorama2009-01-241-0/+3
* * ext/openssl: suppress warnings.nobu2008-07-221-2/+0
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-181-0/+1
* * include/ruby: moved public headers.nobu2007-06-101-0/+2
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-051-0/+2
* * ext/openssl/extconf.rb: check for functions added in 1.9.nobu2007-04-031-0/+2
* * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa2007-02-281-2/+0
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-021-0/+2
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-081-0/+1