summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
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
2011-09-01* Release GVL while OpenSSL's public key generation.nahi
2011-08-15* ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss
2011-07-28* ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi
2011-07-27* test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss
2011-07-22* ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss
2011-07-16* test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2011-07-02* test/openssl/test_ocsp.rbemboss
2011-06-30* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss
2011-06-23* ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi
2011-06-23* test/openssl/test_ssl_session.rb: Test parameter bug fixed. 2**31 is not innahi
2011-06-23* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check 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* test/openssl/test_buffering.rbemboss
2011-06-22* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):nahi
2011-06-22* test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi
2011-06-21* test/openssl/test_x509store.rb (test_set_errors): Redhat is nahi
2011-06-15* test/openssl/test_config.rb: Commit missing fileemboss
2011-06-14Clear error messages before process and get errors. [ruby-dev:43791] [Bug #4879]naruse
2011-06-13* test/openssl/test_ec.rbemboss
2011-06-13* test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss
2011-06-13* ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss
2011-06-13* ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss
2011-06-13* ext/openssl/pkey_dh.c: corrected documentation.emboss
2011-06-12* ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss
2011-06-12* test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss
2011-06-11* ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi
2011-05-23* ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss