aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/utils.rb
Commit message (Expand)AuthorAgeFilesLines
* test/openssl: DSA256 is prohibited with security_level=1Kazuki Yamaguchi2016-05-051-1/+16
* ext/openssl: add SSLContext#set_ecdh_curvesKazuki Yamaguchi2016-05-051-1/+1
* ext/openssl: add SSLContext#security_level, #security_level=Kazuki Yamaguchi2016-05-051-0/+1
* ext/openssl: EVP_PKEY, DH, DSA, RSA, EC_KEY are made opaqueKazuki Yamaguchi2016-05-051-1/+2
* openssl: Access to ephemeral TLS session keynobu2016-04-041-0/+1
* * Remove 512-bit DH group. It's affected by LogJam Attack.hsbt2016-01-141-7/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): raise a moretenderlove2015-07-271-0/+2
* test/openssl: skip old OpenSSLnobu2014-12-131-1/+2
* revert r48819nobu2014-12-131-20/+0
* test_ocsp.rb: run separatelynobu2014-12-131-0/+20
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/openssl: Don't specify port number.akr2014-11-131-9/+3
* * test/openssl/ssl_server.rb: Unused file removed.akr2014-11-131-2/+1
* * test/openssl/utils.rb: The default of :ignore_listener_error isakr2014-11-031-1/+1
* ignore_ssl_accept_error option is changed to ignore_listener_error.akr2014-11-011-4/+7
* start_server refined.akr2014-11-011-46/+42
* * test/openssl/utils.rb (start_server): Don't close sockets beforeakr2014-11-011-15/+18
* * test/openssl/test_ssl_session.rb (test_ctx_client_session_cb): Don'takr2014-11-011-54/+55
* * test/openssl/utils.rb (start_server, server_loop): Use aakr2014-11-011-13/+12
* * ext/openssl/lib/openssl/ssl.rb (SSLServer#accept): Close a socketakr2014-05-291-2/+0
* * test/openssl: Join threads.akr2014-05-251-3/+10
* * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss2012-12-201-2/+3
* * ext/openssl/ossl.c: add OpenSSL.fips_mode= to allow enabling FIPSemboss2012-12-201-0/+4
* * test/openssl/utils.rb: Use DSS1 as DSA signature digest for allemboss2012-09-031-1/+1
* remove trailing spaces.nobu2012-09-031-1/+1
* * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss2012-09-031-0/+4
* * test/openssl/utils.rb: Use a cached DH key instead of generating aemboss2012-09-021-1/+8
* * test/openssl/utils.rbemboss2012-08-281-3/+5
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-071-1/+1
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-141-1/+1
* * test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi2011-06-221-0/+142
* * test/openssl/test_ec.rbemboss2011-06-131-0/+4
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-131-0/+7
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-121-0/+8
* drying up the requires in the openssl teststenderlove2010-12-151-0/+5
* refactor load error rescue to the openssl util filetenderlove2010-12-111-2/+5
* * test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:...kazu2010-09-221-1/+1
* * backport r28621 and r28632 from ruby_1_8;nahi2010-08-191-0/+9
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-201-2/+2
* * test_x509crl.rb (test_basic): add test for CRL issuer.gotoyuzo2004-05-211-0/+1
* * test for OpenSSL::X509gotoyuzo2004-05-171-0/+134