aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl/ossl_ssl.c
Commit message (Expand)AuthorAgeFilesLines
...
* ossl_ssl.h: accessor macrosnobu2014-12-121-23/+27
* protoize no-arguments functionsnobu2014-09-301-1/+1
* openssl: constifynobu2014-08-031-1/+1
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-031-4/+4
* * ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr2014-05-281-10/+14
* * ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove2014-01-281-1/+5
* * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-1/+1
* ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if definednobu2013-12-251-0/+2
* * doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda2013-12-121-1/+1
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): Replace duplicatedrbrain2013-08-271-1/+1
* * io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove2013-08-261-8/+37
* * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak2013-05-311-1/+1
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket ifyugui2013-05-131-3/+9
* * ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-1/+1
* * ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss2013-04-151-4/+10
* Fix typonaruse2013-04-111-1/+1
* Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius2013-04-081-4/+9
* * ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto2012-11-291-1/+3
* * ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse2012-09-181-0/+1
* remove trailing spaces.nobu2012-09-041-9/+9
* * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss2012-08-311-59/+164
* * ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss2012-06-091-70/+54
* * ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.emboss2012-05-261-35/+114
* * ext/openssl/ossl_ssl.c: Revert r35583emboss2012-05-251-0/+1
* * ext/openssl/ossl_ssl.c (ossl_start_ssl): remove useless rb_sys_failnaruse2012-05-071-1/+0
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-071-1/+7
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-061-5/+38
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-13/+18
* * ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss2011-11-261-0/+1
* * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss2011-11-231-11/+11
* * 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