Age | Commit message (Expand) | Author |
2016-03-29 | merge revision(s) 54258: [Backport #12182] | usa |
2016-03-25 | merge revision(s) 54097: [Backport #12069] | usa |
2016-03-25 | merge revision(s) 46108,46209,46223,46297,48223,48224: [Backport #12168] | usa |
2015-11-18 | merge revision(s) 51722,51724: [Backport #11376] | usa |
2015-10-29 | merge revision(s) 52227,52228: [Backport #11369] | usa |
2014-01-27 | merge revision(s) 44402: [Backport #9301] | naruse |
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 |