summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ssl.c
AgeCommit message (Expand)Author
2015-07-26* ext/openssl/ossl_ssl.c (ossl_call_servername_cb): set the ssl contexttenderlove
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): supporttenderlove
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move the defaulttenderlove
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): movetenderlove
2015-07-23ossl_ssl.c: suppress warningsnobu
2015-07-22fix tests bu not setting the string instance on the frozen objecttenderlove
2015-07-22* ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove
2015-07-22* ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove
2015-07-02delay `exception: false' checks for minor speedupnormal
2015-06-24ext/openssl/ossl_ssl.c: raise if kwargs given in blocking modenormal
2015-05-29openssl: wrapper object before allocnobu
2015-04-20* ext/openssl/*: use license instead of licence.hsbt
2015-04-19ext: suppress warningsnobu
2015-04-12connect_nonblock supports "exception: false"normal
2015-03-12accept_nonblock: favor rb_hash_lookup2 to avoid Hash#defaultnormal
2015-03-12ext/openssl/ossl_ssl.c: predefine wait_*able symbolsnormal
2015-03-12accept_nonblock supports "exception: false"normal
2014-12-12ossl_ssl.c: typed datanobu
2014-12-12ossl_ssl.c: typed datanobu
2014-12-12ossl_ssl.h: accessor macrosnobu
2014-09-30protoize no-arguments functionsnobu
2014-08-03openssl: constifynobu
2014-08-03ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu
2014-05-28* ext/openssl/ossl_ssl.c (ossl_ssl_close): Fix sync_close to workakr
2014-01-28* ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IOtenderlove
2014-01-19* ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt
2013-12-25ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if definednobu
2013-12-12* doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]a_matsuda
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-08-27* ext/openssl/ossl_ssl.c (ossl_ssl_read): Replace duplicatedrbrain
2013-08-26* io.c (io_read_nonblock): support non-blocking reads without raisingtenderlove
2013-05-31* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]zzak
2013-05-19fix typos. Patch by k_takata.ktsj
2013-05-13* ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket ifyugui
2013-04-16* ext/openssl/*: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-15* ext/openssl/ossl_ssl.c: Correct shutdown behavior w.r.t GC.emboss
2013-04-11Fix typonaruse
2013-04-08Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESSheadius
2012-11-29* ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto
2012-09-18* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db tonaruse
2012-09-04remove trailing spaces.nobu
2012-08-31* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss
2012-06-09* ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb andemboss
2012-05-26* ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.emboss
2012-05-25* ext/openssl/ossl_ssl.c: Revert r35583emboss
2012-05-07* ext/openssl/ossl_ssl.c (ossl_start_ssl): remove useless rb_sys_failnaruse
2012-05-07* ext/openssl/ossl_ssl.c: add support for option flagsemboss
2012-05-06* ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-02-08* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi