ruby--ruby/test/openssl
technorama 9fa80b19a6 * ext/openssl/{extconf.rb,ossl_ssl_session.c}:
Fix ruby-Bugs-11513.

* ext/openssl/ossl_pkey_ec.c
  New methods EC::Point.[eql,make_affine!,invert!,on_curve?,infinity?]
  By default output the same key form as the openssl command.

* ext/openssl/ossl_rand.c
  New method Random.status?

* test/openssl/test_ec.rb
  New tests.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-06-18 08:56:21 +00:00
..
ssl_server.rb
test_asn1.rb * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer. 2006-07-02 20:17:50 +00:00
test_cipher.rb * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. 2006-05-08 00:12:00 +00:00
test_digest.rb * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. 2006-05-08 00:12:00 +00:00
test_ec.rb * ext/openssl/{extconf.rb,ossl_ssl_session.c}: 2007-06-18 08:56:21 +00:00
test_hmac.rb
test_ns_spki.rb
test_pair.rb
test_pkcs7.rb
test_pkey_rsa.rb
test_ssl.rb
test_x509cert.rb
test_x509crl.rb
test_x509ext.rb
test_x509name.rb
test_x509req.rb
test_x509store.rb
utils.rb