summaryrefslogtreecommitdiff
path: root/ext/openssl/ossl_ssl.c
AgeCommit message (Expand)Author
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
2008-09-03* include/ruby/signal.h: removed.ko1
2008-07-22* ext/openssl: suppress warnings.nobu
2008-06-05* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):knu
2008-04-20* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama
2007-12-25* ext/openssl/ossl_ssl.c: Only show a warning if the default technorama
2007-12-17* ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo
2007-04-03* ext/openssl/ossl_ssl.c: Add documentation.technorama
2007-04-02* ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama
2007-04-02* ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama
2007-03-12* ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-03-15* ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2005-09-24banish some warnings.akr
2005-08-22* ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo
2005-05-22* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#intialize):gotoyuzo
2005-03-12* ext/openssl/ossl_ssl.c (ossl_tmp_dh_callback): should get DHgotoyuzo
2005-03-12* ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo.gotoyuzo
2005-03-09* ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo
2005-03-07* ext/openssl/ossl_ssl.c (ssl_get_error): typo.usa
2005-03-07* ext/openssl/ossl_ssl.c (ossl_start_ssl, ossl_ssl_read,usa