aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl.h
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: fix ex_data handling for X509_STOREKazuki Yamaguchi2016-04-271-1/+2
* ext/openssl: include openssl/asn1.h instead of openssl/asn1_mac.hKazuki Yamaguchi2016-04-271-1/+1
* ext/openssl: drop support for OpenSSL 0.9.6/0.9.7Kazuki Yamaguchi2016-04-271-21/+2
* * ext/openssl/ossl.h: LibreSSL doesn't have and need e_os2.h.naruse2015-11-211-1/+1
* * 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/ossl.h: avoid to build failure of Windows environment.hsbt2015-01-031-1/+3
* * ext/openssl/ossl.h: Make `SSL_SESSION_cmp` use `CRYPTO_memcmp`hsbt2015-01-031-0/+1
* openssl/ossl.h: calculate as longnobu2014-01-131-2/+2
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-131-4/+4
* * file.c, ext/etc/etc.c, ext/socket/unixsocket.c,akr2013-05-091-1/+1
* rb_thread_call_without_gvlnobu2012-07-101-0/+1
* * ext/openssl/ossl.cemboss2012-06-101-0/+5
* * ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa2011-07-081-0/+1
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-301-0/+1
* * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.eban2011-06-291-1/+3
* * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).eban2011-06-291-0/+1
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-0/+7
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-2/+2
* * ext/openssl/ossl.h: parenthesize macro arguments.akr2011-02-171-8/+8
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-281-0/+7
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-0/+1
* * ext/openssl: suppress warnings.akr2009-03-121-2/+2
* * ext/curses/curses.c: should include <ruby/io.h>.matz2008-09-261-1/+1
* * ext/openssl: suppress warnings.nobu2008-07-221-1/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-0/+1
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-021-0/+5
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-4/+0
* * ruby.h (struct RString): embed small strings.matz2006-08-311-4/+3
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-9/+9
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-021-0/+2
* * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo2006-02-191-1/+1
* * ext/openssl/ossl.h: need to include winsock2.h before includingusa2005-11-071-0/+1
* * ext/openssl/openssl_missing.c, ext/openssl/ossl.h,gotoyuzo2005-06-191-1/+1
* * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo2003-12-111-0/+3
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-111-0/+2
* ossl_asn1.h was included twice.gotoyuzo2003-10-031-1/+0
* * 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/+1
* * ext/openssl: all files are reviewed to simplify and avoid memory leak.gotoyuzo2003-09-171-0/+27
* OpenSSL updatemichal2003-09-121-17/+3
* * eval.c (win32_get_exception_list): avoid VC7 warning.usa2003-09-101-0/+1
* * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h.gotoyuzo2003-09-081-0/+2
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-5/+3
* * ext/openssl/ossl.h: fix comment.gotoyuzo2003-07-251-1/+1
* * ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.gotoyuzo2003-07-241-1/+1
* * ext/openssl/ssl.h: undef X509_NAME and PKCS7_SIGNER_INFO togotoyuzo2003-07-231-0/+2
* * ext/openssl: imported.gotoyuzo2003-07-231-0/+195