1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/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
..
lib * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
extconf.rb * ext/openssl/{extconf.rb,ossl_ssl_session.c}: 2007-06-18 08:56:21 +00:00
openssl_missing.c * ext/openssl/extconf.rb: use create_header. 2006-06-02 10:03:16 +00:00
openssl_missing.h * ext/openssl/extconf.rb: check for OPENSSL_cleanse. 2005-04-15 19:16:18 +00:00
ossl.c * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl.h * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. 2007-04-02 19:00:23 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (Init_ossl_asn1): Let rdoc know about 2007-03-12 02:01:19 +00:00
ossl_asn1.h * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_bio.c * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. 2007-04-02 19:00:23 +00:00
ossl_bio.h
ossl_bn.c * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: 2007-04-05 19:03:28 +00:00
ossl_bn.h * ext/openssl/ossl_bn.c: More documentation. 2007-04-03 07:02:44 +00:00
ossl_cipher.c * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_cipher.h * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_config.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_config.h
ossl_digest.c * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_digest.h * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_engine.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_engine.h
ossl_hmac.c * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. 2007-04-02 19:00:23 +00:00
ossl_hmac.h
ossl_ns_spki.c * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error. 2006-10-26 12:06:39 +00:00
ossl_ns_spki.h
ossl_ocsp.c * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be 2006-12-01 22:11:51 +00:00
ossl_ocsp.h
ossl_pkcs5.c * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_pkcs7.c * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_pkcs7.h * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_pkcs12.c * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_pkcs12.h * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl_pkey.c * ext/openssl/ossl_bn.c: More documentation. 2007-04-03 07:02:44 +00:00
ossl_pkey.h * ext/openssl/ossl_bn.c: More documentation. 2007-04-03 07:02:44 +00:00
ossl_pkey_dh.c * ext/openssl/{ossl.[ch],ossl_pkey.c} Add documentation. 2007-04-02 19:00:23 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_{bn,cipher,digest,hmac,rand,pkey_{dh,dsa,rsa}}.c: Add Documentation for various methods. 2007-03-29 17:29:03 +00:00
ossl_pkey_ec.c * ext/openssl/{extconf.rb,ossl_ssl_session.c}: 2007-06-18 08:56:21 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_bn.c: More documentation. 2007-04-03 07:02:44 +00:00
ossl_rand.c * ext/openssl/{extconf.rb,ossl_ssl_session.c}: 2007-06-18 08:56:21 +00:00
ossl_rand.h
ossl_ssl.c * ext/openssl/ossl_ssl.c: Add documentation. 2007-04-03 18:29:30 +00:00
ossl_ssl.h * ext/openssl/ossl_{ssl.[ch],ssl_session.c}}, 2007-04-02 22:10:12 +00:00
ossl_ssl_session.c * ext/openssl/{extconf.rb,ossl_ssl_session.c}: 2007-06-18 08:56:21 +00:00
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: 2007-04-05 19:03:28 +00:00
ossl_x509cert.c * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: 2007-04-05 19:03:28 +00:00
ossl_x509crl.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_x509ext.c * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. 2006-08-31 12:10:08 +00:00
ossl_x509name.c * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: 2007-04-05 19:03:28 +00:00
ossl_x509req.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_x509revoked.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl_x509store.c * ext/openssl/ossl_{bn,x509{attr,cert,name,store}}.c: 2007-04-05 19:03:28 +00:00
ruby_missing.h * ext/openssl/extconf.rb: check for functions added in 1.9. 2007-04-03 07:21:53 +00:00