aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/openssl_missing.c
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: fix ex_data handling for X509_STOREKazuki Yamaguchi2016-04-271-14/+0
* ext/openssl: add SSLContext#set_ecdh_curvesKazuki Yamaguchi2016-04-271-0/+36
* ext/openssl: fix (mainly) opaque related compilation of ossl_x509*.cKazuki Yamaguchi2016-04-271-0/+22
* ext/openssl: the return type of HMAC_CTX_copy() is intKazuki Yamaguchi2016-04-271-2/+3
* ext/openssl: use HMAC_CTX_{new,free,reset} to allocate HMAC_CTXKazuki Yamaguchi2016-04-271-22/+56
* ext/openssl: use EVP_CIPHER_CTX_{new,free} to allocate EVP_CIPHER_CTXKazuki Yamaguchi2016-04-271-0/+23
* ext/openssl: drop support for OPENSSL_NO_HMACKazuki Yamaguchi2016-04-271-5/+1
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-295/+14
* ext/openssl: always use our implementation of SSL_SESSION_cmp()Kazuki Yamaguchi2016-04-271-0/+18
* * 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
* * file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr2013-05-091-2/+2
* * ext/openssl/extconf.rbemboss2011-06-261-0/+12
* * Fixed wrong check of missing functions. Patch by Adrian Quark.nahi2010-09-061-1/+2
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-5/+5
* * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted tomatz2008-05-151-7/+5
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-021-0/+4
* * ext/openssl/openssl_missin.c: include <openssl/engine.h> beforegotoyuzo2005-07-261-4/+4
* * ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo2005-06-191-0/+3
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-301-0/+23
* OpenSSL updatemichal2003-09-121-47/+83
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+279