summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ssl.c
AgeCommit message (Expand)Author
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
2011-11-26* ext/openssl/ossl_ssl.c: add comment on where to find implementationemboss
2011-11-23* ext/openssl/ossl_pkey_dsa.c: remove redundant colon from erroremboss
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 tonahi
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/DERemboss
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 becausenaruse
2011-03-09* ext/openssl/ossl_ssl.c: parenthesize macro arguments.akr
2011-01-07reverting 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-06Add toplevel documentation for OpenSSLdrbrain
2010-11-29Improve 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 iftenderlove
2010-09-08 * ext/openssl/ossl_ssl.c (ssl_get_error): Thread context switch wasnahi
2010-06-11* ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse
2010-05-21* suppress warnings.nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-10* ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame
2010-02-28* openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.naruse
2009-12-02 * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid nahi
2009-03-21rdoc update.akr
2009-03-21* ext/openssl/ossl_ssl.c (write_would_block): defined.akr
2009-03-20* ext/openssl/lib/openssl/buffering.rbakr
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-13* ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu
2009-03-12* ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr
2009-01-24* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
2008-12-31* ext/openssl/ossl_ssl.c (ossl_ssl_read_internal): show openssl errorakr
2008-12-31* ext/openssl/lib/openssl/buffering.rb (Buffering#read_nonblock):akr
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz