ruby/ext/openssl
knu 3c95aacfcb * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the type
of md; pointed out by Takahiro Kambe <taca at back-street.net>
  in [ruby-dev:34748].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-05-19 09:27:55 +00:00
..
lib * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb: 2008-02-25 08:51:18 +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/openssl_missing.c (HMAC_CTX_copy): adopted to 2008-05-15 09:44:38 +00:00
openssl_missing.h * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted to 2008-05-15 09:44:38 +00:00
ossl.c * ext/openssl/ossl_pkcs5.c: New module. 2007-04-05 05:59:22 +00:00
ossl.h * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +00:00
ossl_asn1.c * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:07:26 +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 * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bn.c * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, 2007-12-21 02:31:11 +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 * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair): 2008-04-21 08:48:33 +00:00
ossl_config.h * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
ossl_digest.c * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb: 2008-02-25 08:51:18 +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 * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
ossl_hmac.c * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted to 2008-05-15 09:44:38 +00:00
ossl_hmac.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
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 * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ocsp.c * ext/openssl/ossl_ocsp.c: OpenSSL::OCSP::OSCPError should be 2006-12-01 22:11:51 +00:00
ossl_ocsp.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_pkcs5.c * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the type 2008-05-19 09:27:55 +00:00
ossl_pkcs5.h * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +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_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:07:26 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:07:26 +00:00
ossl_pkey_ec.c * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:07:26 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:07:26 +00:00
ossl_rand.c * ext/openssl/ossl_ssl.c: Only show a warning if the default 2007-12-25 11:31:51 +00:00
ossl_rand.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ssl.c * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol. 2008-04-20 22:32:06 +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/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings. 2008-02-26 07:07:26 +00:00
ossl_version.h * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol. 2008-04-20 22:32:06 +00:00
ossl_x509.c * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
ossl_x509.h * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method 2003-11-01 09:24:55 +00:00
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 * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol. 2008-04-20 22:32:06 +00:00
ossl_x509name.c * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] 2007-07-15 13:24:39 +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