aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-221-0/+1
* * ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo2005-11-011-0/+1
* * ext/openssl/extconf.rb: check for OPENSSL_cleanse.gotoyuzo2005-04-151-0/+1
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo2005-03-051-28/+0
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-17/+31
* * ext/openssl/extconf.rb: should check <openssl/conf_api.h> insteadgotoyuzo2004-01-201-9/+1
* * ext/openssl/extconf.rb: add check for OpenSSL version.gotoyuzo2004-01-191-0/+11
* * lib/ext/openssl/extconf.rb: add check for some engine functionsgotoyuzo2003-10-051-0/+4
* * ext/openssl/extconf.rb: add check for X509V3_set_nconf.gotoyuzo2003-10-031-0/+1
* * ext/openssl/ossl_asn1.c: add DER encoder and decoder.gotoyuzo2003-10-031-0/+1
* * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine.gotoyuzo2003-10-021-0/+3
* fix command line in 'dep'.gotoyuzo2003-09-171-1/+1
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-1/+2
* * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu2003-08-171-1/+1
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-4/+1
* * lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu2003-08-021-8/+1
* *** empty log message ***nobu2003-08-011-1/+1
* * ext/openssl/extconf.rb: should replace literally.nobu2003-08-011-3/+7
* * ext/openssl/extconf.rb: move gmake specific featuresgotoyuzo2003-07-311-26/+26
* * ext/openssl/extconf.rb: check again after pkg-config for MinGW oneban2003-07-281-1/+3
* * ext/openssl/extconf.rb: better support MinGW. addeban2003-07-271-10/+15
* * ext/openssl/extconf.rb: refine va-args macro detection.gotoyuzo2003-07-251-1/+1
* * ext/openssl/extconf.rb: add check for BN_rand_range() andgotoyuzo2003-07-251-0/+2
* * ext/openssl/extconf.rb: add check for libsocket and libnsl.gotoyuzo2003-07-241-19/+18
* * ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.gotoyuzo2003-07-241-11/+7
* * ext/openssl/extconf.rb: revert use of dir_config.eban2003-07-241-0/+2
* Cut check for OpenSSL versionmichal2003-07-231-14/+0
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+132