summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
2012-10-06* test/openssl/test_config.rb (OpenSSL#test_constants): skip only whennobu
2012-09-03* test/openssl/test_asn1_rb:emboss
2012-09-03* test/openssl/utils.rb: Use DSS1 as DSA signature digest for allemboss
2012-09-03remove trailing spaces.nobu
2012-09-03* ext/openssl/extconf.rb: Detect OpenSSL_FIPS macroemboss
2012-09-02* test/openssl/utils.rb: Use a cached DH key instead of generating aemboss
2012-08-31* ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED.emboss
2012-08-28* test/openssl/utils.rbemboss
2012-08-21remove trainling spaces.nobu
2012-08-09* test/openssl/test_config.rb (OpenSSL#test_constants): skip thiskosaki
2012-08-02* ext/openssl/lib/openssl/digest.rbemboss
2012-07-18* test/openssl/test_config.rb: remove temporally files early.akr
2012-06-10* ext/openssl/ossl_pkey_ec.cemboss
2012-06-10* ext/openssl/ossl.cemboss
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* test/openssl/test_ssl.rb: Clarify the intention of errors to beemboss
2012-05-25* ext/openssl/ossl_ssl.c: Revert r35583emboss
2012-05-21OpenSSL 1.0.1 pre-beta disabled TLS v1.2 by default.naruse
2012-05-07test_ssl.rb: test only if necessary option is available.nobu
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-09Wait until the callback is called with timeout.naruse
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2012-03-29* test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss
2012-03-28* ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss
2012-02-08Fix condition.naruse
2012-02-08"street" for X509 Name is not supported before 0.9.8m.naruse
2012-02-08* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi
2012-02-08* ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss
2011-12-20* Make sure to clear $! when ignoring an exceptionnahi
2011-11-26* test/openssl/test_engine.rb: remove side effect of generic engineemboss
2011-11-24* test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr
2011-11-24* test/openssl/test_engine.rb: Suppress output from 'openssl'emboss
2011-11-05* test/openssl/test_engine.rb: add test for engine cipher. RC4 is usedemboss
2011-11-04* ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi
2011-11-04* test/openssl/test_engine.rb: add first tests for builtin "openssl"emboss
2011-11-02* test/openssl/test_engine.rb: call Engine::cleanup on exit.emboss
2011-10-22* test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr
2011-10-20* ext/openssl/ossl_ns_spki.c: Complete documentation.emboss
2011-10-20* test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 withemboss
2011-10-19* lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss
2011-10-12* test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi
2011-09-25* ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss
2011-09-23* test/openssl/test_ssl_session.rb: execute test_session_exts_reademboss
2011-09-23* test/openssl/test_ssl_session.rb: ensure server calls callbacks inemboss
2011-09-20Skip patented algorithms: IDEA and RC5 on NetBSD.naruse
2011-09-20Explicitly close the tcp connection.naruse
2011-09-19OepnSSL supports TLS extension from 0.9.8f.naruse
2011-09-19* test/openssl/test_ssl.rb (class OpenSSL): Testdrbrain