summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
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
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not anemboss
2011-05-22* ext/openssl/ossl_asn1.c: Forbid Constructive without infiniteemboss
2011-05-22* ext/openssl/ossl_asn1.c: Fix decoding of infinite length values.emboss
2011-05-21* test/openssl/test_pkey_dsa.rb: Add tests for sign/verify.emboss
2011-05-21* test/openssl/test_x509cert.rb: Merge DSA-related tests from ruby_1_8emboss
2011-05-18* test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.emboss
2011-05-15* remove trailing spaces.nobu
2011-05-14Sat May 14 12:00:54 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-14Sat May 14 10:32:36 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-13Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-05-13Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>emboss
2011-04-06* ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize):naruse
2011-03-16 * ext/openssl/lib/openssl/buffering.rb (module OpenSSL): #flush shoulddrbrain
2011-02-13* test/openssl/test_config.rb (OpenSSL#test_freeze): fix errornobu
2011-02-05* ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu
2011-01-29* ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case.naruse
2011-01-26 * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): OpenSSL::ASN1.decodenahi
2010-12-25Support OpenSSL 1.1; it supports RSA1024 and DSS1.naruse
2010-12-15drying up the requires in the openssl teststenderlove
2010-12-13adding a test for OpenSSL::PKCS12.createtenderlove
2010-12-11* ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove
2010-12-11refactor load error rescue to the openssl util filetenderlove
2010-12-10Include Comparable in OpenSSL::X509::Name, document #<=>drbrain
2010-12-09* ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove
2010-12-07Set DH Parameter for SSLContext to clean warnings.naruse
2010-12-01* test/openssl/test_ssl.rb (test_not_started_session): non socketusa
2010-11-15making ssl test a little bettertenderlove