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
emboss e29819df6e * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro
ext/openssl/ossl.c: Expose OpenSSL::OPENSSL_FIPS constant to
  indicate whether OpenSSL runs in FIPS mode.
  test/openssl/test_pkey_dh.rb: Generate 256 bit keys for
  non-FIPS installations to improve test performance (e.g. for
  rubyci).
  test/openssl/utils.rb: Replace DSS1 as certificate signature
  digest with SHA1 for FIPS installations when using DSA by
  introducing TestUtils::DSA_SIGNATURE_DIGEST.
  test/openssl/test_x509cert.rb: 
  test/openssl/test_x509crl.rb:
  test/openssl/test_x509req.rb: Use DSA_SIGNATURE_DIGEST
  NEWS: Introduce OpenSSL::OPENSSL_FIPS
  
  These changes allow running the OpenSSL tests in FIPS mode
  while keeping a high performance for non-FIPS installations.
  Introduction of OpenSSL::OPENSSL_FIPS allows for applications
  to react to special requirements when using OpenSSL in FIPS mode.
  [Feature #6946] [ruby-core:47345]
- Diese und die folgenden Zeilen werden ignoriert --

M    ext/openssl/extconf.rb
M    ext/openssl/ossl.c
M    NEWS
M    ChangeLog
M    test/openssl/utils.rb
M    test/openssl/test_x509crl.rb
M    test/openssl/test_x509req.rb
M    test/openssl/test_x509cert.rb
M    test/openssl/test_pkey_dh.rb


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-09-03 01:14:26 +00:00
..
ssl_server.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2009-03-06 03:56:38 +00:00
test_asn1.rb remove trainling spaces. 2012-08-21 04:50:18 +00:00
test_bn.rb * ext/openssl/ossl_bn.c (GetBNPtr): add missing nil case. 2011-01-29 18:48:24 +00:00
test_buffering.rb * test/openssl/test_buffering.rb 2011-06-22 05:48:44 +00:00
test_cipher.rb Skip patented algorithms: IDEA and RC5 on NetBSD. 2011-09-20 07:18:37 +00:00
test_config.rb * test/openssl/test_config.rb (OpenSSL#test_constants): skip this 2012-08-09 03:42:00 +00:00
test_digest.rb * ext/openssl/lib/openssl/digest.rb 2012-08-02 01:58:49 +00:00
test_engine.rb remove trainling spaces. 2012-08-21 04:50:18 +00:00
test_hmac.rb drying up the requires in the openssl tests 2010-12-15 19:50:00 +00:00
test_ns_spki.rb * ext/openssl/ossl_ns_spki.c: Complete documentation. 2011-10-20 17:22:09 +00:00
test_ocsp.rb * test/openssl/test_ocsp.rb 2011-07-02 00:03:29 +00:00
test_pair.rb * test/openssl/utils.rb 2012-08-28 20:03:32 +00:00
test_pkcs5.rb * test/openssl/test_pkcs5.rb: add RFC 6070 tests for PBKDF2 with 2011-10-20 03:32:36 +00:00
test_pkcs7.rb remove trainling spaces. 2012-08-21 04:50:18 +00:00
test_pkcs12.rb remove trainling spaces. 2012-08-21 04:50:18 +00:00
test_pkey_dh.rb * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro 2012-09-03 01:14:26 +00:00
test_pkey_dsa.rb * ext/openssl/ossl.c 2012-06-10 01:23:21 +00:00
test_pkey_ec.rb remove trainling spaces. 2012-08-21 04:50:18 +00:00
test_pkey_rsa.rb * ext/openssl/ossl.c 2012-06-10 01:23:21 +00:00
test_ssl.rb * ext/openssl/extconf.rb: Check existence of OPENSSL_NPN_NEGOTIATED. 2012-08-31 09:47:36 +00:00
test_ssl_session.rb Wait until the callback is called with timeout. 2012-04-09 10:49:46 +00:00
test_x509cert.rb * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro 2012-09-03 01:14:26 +00:00
test_x509crl.rb * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro 2012-09-03 01:14:26 +00:00
test_x509ext.rb drying up the requires in the openssl tests 2010-12-15 19:50:00 +00:00
test_x509name.rb Fix condition. 2012-02-08 11:47:00 +00:00
test_x509req.rb * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro 2012-09-03 01:14:26 +00:00
test_x509store.rb * test/openssl/test_x509store.rb (test_set_errors): Redhat is 2011-06-21 16:33:06 +00:00
utils.rb * ext/openssl/extconf.rb: Detect OpenSSL_FIPS macro 2012-09-03 01:14:26 +00:00