1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/openssl
nobu bcd0bcc390 * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is
truncated with ec_key.group.order.size after openssl 0.9.8m for
  FIPS 186-3 compliance.

  WARNING: ruby-openssl aims to wrap an OpenSSL so when you're using
  openssl 0.9.8l or earlier version, EC.dsa_sign_asn1 raises
  OpenSSL::PKey::ECError as before and EC.dsa_verify_asn1 just returns
  false when you pass dgst longer than expected (no truncation
  performed).

* ext/openssl/ossl_pkey_ec.c: rdoc typo fixed.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-05-06 10:13:46 +00:00
..
ssl_server.rb
test_asn1.rb use require_relative. 2010-02-02 13:58:56 +00:00
test_cipher.rb
test_config.rb * test/openssl/test_config.rb (OpenSSL::TestConfig): new test case. 2009-11-26 12:18:04 +00:00
test_digest.rb
test_ec.rb * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is 2010-05-06 10:13:46 +00:00
test_hmac.rb Add some more tests, revisited. 2010-02-23 17:36:12 +00:00
test_ns_spki.rb use require_relative. 2010-02-02 13:58:56 +00:00
test_pair.rb * test: use require_relative. 2009-09-12 17:00:51 +00:00
test_pkcs7.rb use require_relative. 2010-02-02 13:58:56 +00:00
test_pkey_rsa.rb
test_ssl.rb supress warnings. 2010-01-25 23:12:50 +00:00
test_x509cert.rb * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb, 2010-02-28 02:47:19 +00:00
test_x509crl.rb * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb, 2010-02-28 02:47:19 +00:00
test_x509ext.rb
test_x509name.rb
test_x509req.rb * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb, 2010-02-28 02:47:19 +00:00
test_x509store.rb * test: fixed wrong assertions. 2010-05-02 08:25:11 +00:00
utils.rb