aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* test_ssl.rb: test only if necessary option is available.nobu2012-05-071-6/+6
* * ext/openssl/ossl_ssl.c: add support for option flagsemboss2012-05-072-155/+208
* * ext/openssl/ossl_ssl.c: support TLSv1.1 & TLSv1.1. Add emboss2012-05-061-0/+29
* Wait until the callback is called with timeout.naruse2012-04-091-3/+6
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-0/+5
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-291-1/+2
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-0/+12
* Fix condition.naruse2012-02-081-1/+1
* "street" for X509 Name is not supported before 0.9.8m.naruse2012-02-081-9/+28
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-0/+15
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-0/+51
* * Make sure to clear $! when ignoring an exceptionnahi2011-12-201-0/+11
* * test/openssl/test_engine.rb: remove side effect of generic engineemboss2011-11-261-16/+14
* * test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr2011-11-241-1/+4
* * test/openssl/test_engine.rb: Suppress output from 'openssl'emboss2011-11-241-14/+16
* * test/openssl/test_engine.rb: add test for engine cipher. RC4 is usedemboss2011-11-051-0/+22
* * ext/openssl/ossl_pkey_rsa.c (rsa_generate): [SECURITY] Set RSAnahi2011-11-041-0/+12
* * test/openssl/test_engine.rb: add first tests for builtin "openssl"emboss2011-11-041-4/+38
* * test/openssl/test_engine.rb: call Engine::cleanup on exit.emboss2011-11-021-0/+1
* * test/openssl/test_ssl.rb (test_multibyte_read_write): start serverakr2011-10-221-14/+12
* * ext/openssl/ossl_ns_spki.c: Complete documentation.emboss2011-10-201-0/+1
* * test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 withemboss2011-10-201-0/+97
* * lib/openssl/buffering.rb: Force multi-byte strings to be treated asemboss2011-10-191-0/+30
* * test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi2011-10-122-50/+37
* * ext/openssl/ossl_asn1.c: fix int_ossl_asn1_decode0_cons when beingemboss2011-09-251-0/+25
* * test/openssl/test_ssl_session.rb: execute test_session_exts_reademboss2011-09-231-3/+1
* * test/openssl/test_ssl_session.rb: ensure server calls callbacks inemboss2011-09-231-0/+1
* Skip patented algorithms: IDEA and RC5 on NetBSD.naruse2011-09-201-0/+1
* Explicitly close the tcp connection.naruse2011-09-201-0/+1
* OepnSSL supports TLS extension from 0.9.8f.naruse2011-09-191-1/+1
* * test/openssl/test_ssl.rb (class OpenSSL): Testdrbrain2011-09-191-0/+49
* * Release GVL while OpenSSL's public key generation.nahi2011-09-013-0/+21
* * ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.emboss2011-08-151-0/+9
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-281-0/+9
* * test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss2011-07-271-24/+84
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-221-0/+15
* * test/openssl/test_ssl_session.rb: add PEM SSL session without TLSemboss2011-07-161-2/+31
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-143-1/+23
* * test/openssl/test_ocsp.rbemboss2011-07-022-2/+2
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-301-0/+22
* * ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper nahi2011-06-231-0/+20
* * test/openssl/test_ssl_session.rb: Test parameter bug fixed. 2**31 is not innahi2011-06-231-4/+4
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_set_time): Check nahi2011-06-231-0/+52
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 tonahi2011-06-221-1/+60
* * ext/openssl/ossl_ssl.c (ossl_sslctx_session_remove_cb):nahi2011-06-221-0/+30
* * ext/openssl/ossl.h: Introduced OSSL_BIO_reset macro for PEM/DERemboss2011-06-223-1/+24
* * test/openssl/test_buffering.rbemboss2011-06-222-3/+2
* * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der):nahi2011-06-221-0/+29
* * test/openssl/test_ssl_session.rb: Split out SSL::Session related nahi2011-06-223-268/+272
* * test/openssl/test_x509store.rb (test_set_errors): Redhat is nahi2011-06-211-3/+11