ruby/test/openssl
nahi bbbd594c3c * ext/openssl/ossl_config.c: defined own IMPLEMENT_LHASH_DOALL_ARG_FN_098
macro according to IMPLEMENT_LHASH_DOALL_ARG_FN in OpenSSL 0.9.8m.
          OpenSSL 1.0.0beta5 has a slightly different definiton so it could
          be a temporal workaround for 0.9.8 and 1.0.0 dual support.

        * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): follows function
          definition in OpenSSL 1.0.0beta5. PKCS5_PBKDF2_HMAC is from 1.0.0
          (0.9.8 only has PKCS5_PBKDF2_HMAC_SHA1)

        * ext/openssl/ossl_ssl_session.c (ossl_ssl_session_eq): do not use
          SSL_SESSION_cmp and implement equality func by ousrself.  See the
          comment.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-03-09 14:04:44 +00:00
..
common.pem * test/openssl/{common.pem,max.pem}: added fixture certificates. 2009-12-21 06:28:20 +00:00
max.pem * test/openssl/{common.pem,max.pem}: added fixture certificates. 2009-12-21 06:28:20 +00:00
ssl_server.rb * test/openssl: backport cosmetic changes from 1.9. 2010-03-06 21:41:32 +00:00
test_asn1.rb This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2004-12-21 05:40:23 +00:00
test_cipher.rb * ext/openssl/ossl_config.c: defined own IMPLEMENT_LHASH_DOALL_ARG_FN_098 2010-03-09 14:04:44 +00:00
test_config.rb * test/openssl: backport cosmetic changes from 1.9. 2010-03-06 21:41:32 +00:00
test_digest.rb *** empty log message *** 2006-06-20 11:22:27 +00:00
test_ec.rb * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is 2010-03-06 21:43:31 +00:00
test_hmac.rb * test/openssl: backport cosmetic changes from 1.9. 2010-03-06 21:41:32 +00:00
test_ns_spki.rb fixed syntax error introduced in the previous commit. 2010-03-09 13:59:16 +00:00
test_pair.rb * ext/openssl/ossl_ssl.c: add callbacks to OpenSSL::SSL::SSLContexts. 2005-04-08 09:26:54 +00:00
test_pkcs7.rb * test/openssl: backport cosmetic changes from 1.9. 2010-03-06 21:41:32 +00:00
test_pkey_rsa.rb * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
test_ssl.rb * test/openssl: backport cosmetic changes from 1.9. 2010-03-06 21:41:32 +00:00
test_x509cert.rb * test/openssl/test_x509*: make tests pass with OpenSSL 1.0.0b5. 2010-03-06 21:48:44 +00:00
test_x509crl.rb * test/openssl/test_x509*: make tests pass with OpenSSL 1.0.0b5. 2010-03-06 21:48:44 +00:00
test_x509ext.rb * test/openssl/*: added some tests from jruby-openssl. 2009-12-13 14:09:20 +00:00
test_x509name.rb * ext/openssl/ossl_config.c: defined own IMPLEMENT_LHASH_DOALL_ARG_FN_098 2010-03-09 14:04:44 +00:00
test_x509req.rb * test/openssl/test_x509*: make tests pass with OpenSSL 1.0.0b5. 2010-03-06 21:48:44 +00:00
test_x509store.rb * test/openssl/*: added some tests from jruby-openssl. 2009-12-13 14:09:20 +00:00
utils.rb * test/openssl: backport cosmetic changes from 1.9. 2010-03-06 21:41:32 +00:00