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
matz b0283eed43 * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up
Solaris compiler.  [ruby-core:08114]

* time.c (time_to_s): use +0900 style timezone string for local time.
  [ruby-dev:29143]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2006-07-27 07:48:04 +00:00
..
lib * ext/openssl/lib/openssl/ssl.rb 2006-05-23 18:14:05 +00:00
.cvsignore add extconf.h to .cvsignore. 2006-06-24 01:15:08 +00:00
extconf.rb * ext/openssl/extconf.rb: use create_header. 2006-06-02 10:03:16 +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/extconf.rb: should check ERR_peek_last_error(). 2005-11-01 01:52:13 +00:00
ossl.h * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut up 2006-07-27 07:48:04 +00:00
ossl_asn1.c * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +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/openssl_missing.c, ext/openssl/ossl.h, 2005-06-19 16:29:17 +00:00
ossl_bio.h
ossl_bn.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_bn.h
ossl_cipher.c * ext/openssl/ossl_cipher.c (add_cipher_name_to_ary): should return 2006-05-11 09:31:27 +00:00
ossl_cipher.h
ossl_config.c * eval.c: unify ruby_class (for method definition) and ruby_cbase 2006-02-03 09:15:42 +00:00
ossl_config.h
ossl_digest.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_digest.h
ossl_engine.c * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_engine.h
ossl_hmac.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_hmac.h
ossl_ns_spki.c * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should use 2006-03-15 07:42:00 +00:00
ossl_ns_spki.h
ossl_ocsp.c * ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should call 2005-01-22 20:28:02 +00:00
ossl_ocsp.h
ossl_pkcs7.c * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
ossl_pkcs7.h * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. 2005-09-07 07:40:55 +00:00
ossl_pkcs12.c
ossl_pkcs12.h * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, 2005-06-19 16:29:17 +00:00
ossl_pkey.c * ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks: 2005-03-09 10:45:42 +00:00
ossl_pkey.h * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_pkey_dh.c * ext/openssl/ossl_pkey_dh.c (ossl_create_dh): fix typo. 2005-03-12 17:15:29 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: 2005-09-18 22:56:11 +00:00
ossl_rand.c
ossl_rand.h
ossl_ssl.c * sprintf.c (rb_str_format): allow %c to print one character 2006-06-09 21:20:17 +00:00
ossl_ssl.h
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509cert.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509crl.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509ext.c * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. 2005-11-22 22:29:13 +00:00
ossl_x509name.c * eval.c: unify ruby_class (for method definition) and ruby_cbase 2006-02-03 09:15:42 +00:00
ossl_x509req.c * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode 2005-08-22 20:47:55 +00:00
ossl_x509revoked.c * lib/set.rb (Set#==): [ruby-dev:25206] 2004-12-15 06:35:55 +00:00
ossl_x509store.c * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode 2005-08-22 20:47:55 +00:00
ruby_missing.h