aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/openssl/test_config.rb: Commit missing fileemboss2011-06-151-1/+1
* Clear error messages before process and get errors. [ruby-dev:43791] [Bug #4879]naruse2011-06-141-0/+1
* * test/openssl/test_ec.rbemboss2011-06-133-136/+126
* * test/openssl/digest.rb: remove MDC2 from test, it is not availableemboss2011-06-131-1/+1
* * ext/openssl/ossl_digest.c: fix error for digests that have no oidemboss2011-06-131-0/+12
* * ext/openssl/ossl_digest.c: allow Digests to be created by sn, ln oremboss2011-06-131-0/+23
* * ext/openssl/pkey_dh.c: corrected documentation.emboss2011-06-132-0/+79
* * ext/openssl/ossl_pkey.c: added PKey.read module function that allowemboss2011-06-124-7/+170
* * test/openssl/test_pkey_dsa.rb: Test for DSA#syssign/sysverify.emboss2011-06-121-0/+8
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL):nahi2011-06-111-6/+29
* * ext/openssl/ossl_asn1.c: Do not parse zero-tagged values as EOC. Doemboss2011-05-231-0/+25
* * ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss2011-05-221-0/+12
* * ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss2011-05-221-0/+11
* * ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss2011-05-221-2/+75
* * test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.emboss2011-05-211-0/+35
* * test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8emboss2011-05-211-0/+34
* * test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.emboss2011-05-181-0/+31
* * remove trailing spaces.nobu2011-05-154-8/+8
* Sat May 14 12:00:54 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-142-4/+129
* Sat May 14 10:32:36 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-141-0/+112
* Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-42/+0
* Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss2011-05-131-0/+42
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse2011-04-061-0/+7
* * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain2011-03-161-0/+66
* * test/openssl/test_config.rb (OpenSSL#test_freeze): fix errornobu2011-02-131-2/+3
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-051-0/+5
* * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse2011-01-291-2/+8
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi2011-01-261-0/+10
* Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse2010-12-252-4/+21
* drying up the requires in the openssl teststenderlove2010-12-1517-94/+20
* adding a test for OpenSSL::PKCS12.createtenderlove2010-12-131-0/+149
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-0/+227
* refactor load error rescue to the openssl util filetenderlove2010-12-115-23/+9
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-101-0/+14
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove2010-12-091-0/+8
* Set DH Parameter for SSLContext to clean warnings.naruse2010-12-072-0/+5
* * test/openssl/test_ssl.rb (test_not_started_session): non socketusa2010-12-011-0/+1
* making ssl test a little bettertenderlove2010-11-151-1/+1
* STDIN is not valid when ruby doesn't have tty.naruse2010-11-151-1/+3
* * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception iftenderlove2010-11-141-0/+4