index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
openssl
/
ossl_ssl.c
Age
Commit message (
Expand
)
Author
2014-01-28
* ext/openssl/ossl_ssl.c: pass read_nonblock options to underlying IO
tenderlove
2014-01-19
* ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]
hsbt
2013-12-25
ossl_ssl.c: declare OP_MSIE_SSLV2_RSA_PADDING only if defined
nobu
2013-12-12
* doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]
a_matsuda
2013-11-29
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-08-27
* ext/openssl/ossl_ssl.c (ossl_ssl_read): Replace duplicate
drbrain
2013-08-26
* io.c (io_read_nonblock): support non-blocking reads without raising
tenderlove
2013-05-31
* ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321]
zzak
2013-05-19
fix typos. Patch by k_takata.
ktsj
2013-05-13
* ext/openssl/ossl_ssl.c: Disabled OpenSSL::SSL::SSLSocket if
yugui
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-11
Fix typo
naruse
2013-04-08
Fix #6154 by introducing new EAGAIN/EWOULDBLOCK/EINPROGRESS
headius
2012-11-29
* ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte order
ngoto
2012-09-18
* ext/openssl/ossl_ssl.c (ossl_sslctx_attrs): add npn_select_db to
naruse
2012-09-04
remove 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 and
emboss
2012-05-26
* ext/openssl/ossl_ssl.c: Allow disabling client-side renegotiation.
emboss
2012-05-25
* ext/openssl/ossl_ssl.c: Revert r35583
emboss
2012-05-07
* ext/openssl/ossl_ssl.c (ossl_start_ssl): remove useless rb_sys_fail
naruse
2012-05-07
* ext/openssl/ossl_ssl.c: add support for option flags
emboss
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 "control
drbrain
2012-02-08
* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSL
nahi
2011-11-26
* ext/openssl/ossl_ssl.c: add comment on where to find implementation
emboss
2011-11-23
* ext/openssl/ossl_pkey_dsa.c: remove redundant colon from error
emboss
2011-10-19
* ext/openssl/ossl_ssl.c: Remove set, but unused variables.
emboss
2011-08-15
* ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.
emboss
2011-07-25
* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated
nahi
2011-06-30
* sytle fixes.
nobu
2011-06-30
* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.
emboss
2011-06-24
* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL
nahi
2011-06-22
* ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 to
nahi
2011-06-22
* ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):
nahi
2011-06-22
* ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DER
emboss
2011-06-22
* ext/openssl/ossl_ssl.c: Use SSL_MODE_RELEASE_BUFFERS if available.
emboss
2011-05-15
* remove trailing spaces.
nobu
2011-05-12
* ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is ...
iwamatsu
2011-03-24
* ext/openssl/ossl.c: surpress warning: shorten-64-to-32.
naruse
2011-03-24
* ext/openssl/ossl_rand.c (ossl_rand_egd_bytes): use NUM2INT because
naruse
2011-03-09
* ext/openssl/ossl_ssl.c: parenthesize macro arguments.
akr
2011-01-07
reverting r30451 until I can figure out what is wrong.
tenderlove
2011-01-05
* SSL_shutdown should be called until the return value is non-zero:
tenderlove
2010-12-06
Add toplevel documentation for OpenSSL
drbrain
2010-11-29
Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...
drbrain
2010-11-14
* etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception if
tenderlove
2010-09-08
* ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch was
nahi
2010-06-11
* ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):
naruse
[next]