aboutsummaryrefslogtreecommitdiffstats
path: root/ext/openssl
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_ssl.c: Only show a warning if the default technorama2007-12-252-1/+23
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-221-22/+20
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-2/+2
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build):gotoyuzo2007-12-201-0/+3
* fix typo in last commit.gotoyuzo2007-12-181-1/+1
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): gotoyuzo2007-12-181-0/+4
* * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo2007-12-172-46/+104
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-171-1/+4
* * ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb:gotoyuzo2007-12-072-304/+0
* * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname shouldgotoyuzo2007-10-082-0/+13
* * lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo2007-09-231-1/+1
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-201-1/+4
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-153-2/+9
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-184-25/+190
* * include/ruby: moved public headers.nobu2007-06-101-0/+2
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_key_get_group): get rid ofusa2007-04-061-1/+1
* * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c:technorama2007-04-055-8/+210
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_alloc): shouldusa2007-04-051-1/+1
* * ext/openssl/ossl_pkcs5.c: New module.technorama2007-04-0513-57/+234
* * ext/openssl/ossl_ssl.c: Add documentation.technorama2007-04-031-2/+104
* * ext/openssl/extconf.rb: check for functions added in 1.9.nobu2007-04-032-11/+13
* * ext/openssl/ossl_bn.c: More documentation.technorama2007-04-036-4/+1472
* * ext/openssl/ruby_missing.h: need to include version.h to checkusa2007-04-031-2/+4
* * ext/openssl/ossl_{ssl.[ch],ssl_session.c}},technorama2007-04-024-7/+716
* * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation.technorama2007-04-029-21/+127
* * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Docu...technorama2007-03-299-19/+570
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know aboutknu2007-03-1211-0/+47
* * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.usa2007-02-281-2/+0
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-243-9/+5
* * ext/openssl/ossl_asn1.c (Init_ossl_asn1):gotoyuzo2007-01-041-4/+4
* * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should begotoyuzo2006-12-011-1/+1
* * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error.gotoyuzo2006-10-262-0/+3
* * ruby.h (struct RArray): embed small arrays.matz2006-09-027-29/+29
* * eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa2006-08-311-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-3126-170/+159
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-9/+9
* add extconf.h to .cvsignore.akr2006-06-241-0/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-093-6/+6
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-023-0/+8
* * ext/openssl/lib/openssl/ssl.rbgotoyuzo2006-05-231-3/+3
* * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should returngotoyuzo2006-05-111-0/+1
* * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted.gotoyuzo2006-05-084-31/+63
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initializegotoyuzo2006-04-291-1/+1
* * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should usegotoyuzo2006-03-152-2/+2
* * ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo2006-02-191-1/+1
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-035-6/+6
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo2005-12-261-2/+3
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-222-4/+21
* * ext/openssl/ossl.h: need to include winsock2.h before includingusa2005-11-071-0/+1
* * ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo2005-11-012-1/+7