aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/openssl_missing.h
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: use EVP_CIPHER_CTX_{new,free} to allocate EVP_CIPHER_CTXKazuki Yamaguchi2016-04-271-5/+15
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-161/+7
* ext/openssl: always use our implementation of SSL_SESSION_cmp()Kazuki Yamaguchi2016-04-271-0/+4
* ext/openssl: check if SSL_CTX_clear_options() is availableKazuki Yamaguchi2016-04-271-0/+5
* * ext/openssl/*: Remove svn commit id macros to make sync easierzzak2015-09-221-2/+0
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* * ext/openssl/extconf.rbemboss2011-06-261-0/+4
* * ext/openssl/openssl_missing.h: parenthesize macro arguments.akr2011-02-161-13/+13
* * Fixed wrong check of missing functions. Patch by Adrian Quark.nahi2010-09-061-2/+5
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-131-6/+9
* * ext/openssl/openssl_missing.h (d2i_of_void): define for oldernobu2008-07-231-0/+4
* * ext/openssl: suppress warnings.nobu2008-07-221-6/+6
* * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted tomatz2008-05-151-1/+55
* * ext/openssl/extconf.rb: check for OPENSSL_cleanse.gotoyuzo2005-04-151-0/+4
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-5/+27
* OpenSSL updatemichal2003-09-121-3/+2
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+105