aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ssl.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_ssl.c: Remove set, but unused variables.emboss2011-10-191-6/+6
* * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss2011-08-151-0/+3
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi2011-07-251-1/+2
* * sytle fixes.nobu2011-06-301-1/+1
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-301-0/+28
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL nahi2011-06-241-1/+12
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 tonahi2011-06-221-2/+8
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):nahi2011-06-221-3/+1
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-221-2/+2
* * ext/openssl/ossl_ssl.c: Use SSL_MODE_RELEASE_BUFFERS if available.emboss2011-06-221-1/+6
* * remove trailing spaces.nobu2011-05-151-1/+1
* * ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is ...iwamatsu2011-05-121-0/+3
* * ext/openssl/ossl.c: surpress warning: shorten-64-to-32.naruse2011-03-241-11/+9
* * ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT becausenaruse2011-03-241-1/+1
* * ext/openssl/ossl_ssl.c: parenthesize macro arguments.akr2011-03-091-4/+4
* reverting r30451 until I can figure out what is wrong.tenderlove2011-01-071-4/+1
* * SSL_shutdown should be called until the return value is non-zero:tenderlove2011-01-051-1/+4
* Add toplevel documentation for OpenSSLdrbrain2010-12-061-33/+286
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-0/+13
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-1/+1
* * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi2010-09-081-1/+1
* * ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse2010-06-111-2/+2
* * suppress warnings.nobu2010-05-211-3/+3
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-5/+5
* * ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame2010-04-101-0/+1
* * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse2010-02-281-2/+2
* * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi2009-12-021-0/+3
* rdoc update.akr2009-03-211-0/+28
* * ext/openssl/ossl_ssl.c (write_would_block): defined.akr2009-03-211-23/+53
* * ext/openssl/lib/openssl/buffering.rbakr2009-03-201-6/+32
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-4/+6
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-131-1/+1
* * ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr2009-03-121-1/+1
* * ext/openssl/ossl_ssl.c: Server Name Indication support.technorama2009-01-241-6/+97
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr2008-12-311-2/+2
* * ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock):akr2008-12-311-88/+48
* * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz2008-12-041-6/+78
* * include/ruby/signal.h: removed.ko12008-09-031-2/+0
* * ext/openssl: suppress warnings.nobu2008-07-221-11/+12
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu2008-06-051-0/+3
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-201-12/+24
* * ext/openssl/ossl_ssl.c: Only show a warning if the default technorama2007-12-251-1/+2
* * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo2007-12-171-23/+49
* * ext/openssl/ossl_ssl.c: Add documentation.technorama2007-04-031-2/+104
* * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama2007-04-021-7/+403
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-021-8/+8
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-121-0/+4
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-4/+4
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-4/+4
* * ruby.h (struct RString): embed small strings.matz2006-08-311-7/+6