summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ssl.c
AgeCommit message (Expand)Author
2015-08-05* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): movetenderlove
2015-08-05ossl_ssl.c: remove unused variablesnobu
2015-08-04* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): extract callbacktenderlove
2015-08-01* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): Implementtenderlove
2015-07-31* ext/openssl/ossl_ssl.c (Init_ossl_ssl): OpenSSL declares thesetenderlove
2015-07-31* ext/openssl/ossl_ssl.c (ossl_call_tmp_dh_callback): change callbacktenderlove
2015-07-31* ext/openssl/ossl_ssl.c (ossl_call_tmp_dh_callback): Similarly to thetenderlove
2015-07-31* ext/openssl/ossl_ssl.c (ossl_call_tmp_dh_callback): create an arraytenderlove
2015-07-31* ext/openssl/ossl_ssl.c (ossl_call_tmp_ecdh_callback): The SSL sockettenderlove
2015-07-31* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): converttenderlove
2015-07-26ossl_ssl.c: fix conditionnobu
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