aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* drop OpenSSL 0.9.6/0.9.7 supportfeature/openssl-110-oldKazuki Yamaguchi2016-04-211-66/+13
* fixing 0.9.7 buildKazuki Yamaguchi2016-04-211-7/+11
* wip-097-supportKazuki Yamaguchi2016-04-211-3/+3
* X509_STORE{_CTX,} is made opaqueKazuki Yamaguchi2016-04-211-4/+11
* use EVP_PKEY_base_id(pkey) instead of EVP_PKEY_type(EVP_PKEY_id(pkey))Kazuki Yamaguchi2016-04-211-1/+1
* extconf: X509_REVOKED_set_serialNumber exists since 0.9.7, X509_STORE_{get,se...Kazuki Yamaguchi2016-04-211-3/+5
* work with OpenSSL 1.0.2gKazuki Yamaguchi2016-04-211-102/+95
* disable security_level if unsupportedKazuki Yamaguchi2016-04-211-0/+1
* polyfill for SSL_CTX_get_ciphersKazuki Yamaguchi2016-04-211-1/+2
* retire tmp_ecdh_callback and add set_elliptic_curvesKazuki Yamaguchi2016-04-211-0/+2
* engine: remove OpenSSL::Engine.cleanup as ENGINE_cleanup() is removed in Open...Kazuki Yamaguchi2016-04-211-1/+0
* wipKazuki Yamaguchi2016-04-211-15/+16
* compiled on OpenSSL 1.1.0Kazuki Yamaguchi2016-04-211-1/+7
* wiiiiiipKazuki Yamaguchi2016-04-211-0/+3
* wip wip wipKazuki Yamaguchi2016-04-211-0/+3
* wip wipKazuki Yamaguchi2016-04-211-1/+2
* pkey related fixKazuki Yamaguchi2016-04-211-0/+2
* openssl: OCSP_CERTID was made opaque, use OCSP_id_get0_info() insteadKazuki Yamaguchi2016-04-211-0/+1
* wipKazuki Yamaguchi2016-04-211-6/+20
* 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