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
usa cebb4b5ca0 * ext/openssl/extconf.rb: no need to check unistd.h and sys/time.h.
they are already checked at configure.
  reported by KOBAYASHI Yasuhiro [ruby-list:43225]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2007-02-28 09:32:56 +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: no need to check unistd.h and sys/time.h. 2007-02-28 09:32:56 +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 * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +00:00
ossl.h * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): 2007-02-24 10:30:50 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (Init_ossl_asn1): 2007-01-04 08:05:08 +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 * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): 2007-02-24 10:30:50 +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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_bn.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_cipher.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_cipher.h * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. 2003-09-05 09:08:40 +00:00
ossl_config.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30: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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_digest.h * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. 2003-09-05 09:08:40 +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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +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_pkcs7.c * ext/openssl/ossl_pkcs7.c (ossl_pkcs7_verify): should clear error. 2006-10-26 12:06:39 +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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkcs12.h * ext/openssl/openssl_missing.c, ext/openssl/ossl.h, 2005-06-19 16:29:17 +00:00
ossl_pkey.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkey_dsa.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_pkey_rsa.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_rand.c * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_rand.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ssl.c * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t): 2007-02-24 10:30:50 +00:00
ossl_ssl.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_version.h * ext/openssl: imported. 2003-07-23 16:12:24 +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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ossl_x509cert.c * ruby.h (struct RArray): embed small arrays. 2006-09-02 14:42:08 +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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +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 * ruby.h (struct RString): embed small strings. 2006-08-31 10:30:33 +00:00
ruby_missing.h * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:57 +00:00