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
emboss 41fa4bd715 * ext/openssl/extconf.rb: remove checks for available functions.
* ext/openssl/missing.h: ditto.
  Thanks, Tim Mooney for reporting this!
  [Bug #5432] [ruby-core:40088]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-11-26 01:49:36 +00:00
..
lib * ext/openssl/lib/openssl/ssl.rb (class OpenSSL::SSL::SSLContext): 2011-11-09 23:45:39 +00:00
extconf.rb * ext/openssl/extconf.rb: remove checks for available functions. 2011-11-26 01:49:36 +00:00
openssl_missing.c
openssl_missing.h
ossl.c
ossl.h
ossl_asn1.c * ext/openssl/ossl_asn1.c: get rid of potential overflow. 2011-11-15 13:55:38 +00:00
ossl_asn1.h
ossl_bio.c * include/ruby/intern.h (rb_cloexec_dup): declared. 2011-10-29 11:02:32 +00:00
ossl_bio.h
ossl_bn.c
ossl_bn.h
ossl_cipher.c
ossl_cipher.h
ossl_config.c
ossl_config.h
ossl_digest.c * whitespace cleanup. 2011-11-04 07:19:23 +00:00
ossl_digest.h
ossl_engine.c * whitespace cleanup. 2011-11-04 07:19:23 +00:00
ossl_engine.h
ossl_hmac.c
ossl_hmac.h
ossl_ns_spki.c * ext/openssl/ossl_ns_spki.c: Complete documentation. 2011-10-20 17:22:09 +00:00
ossl_ns_spki.h
ossl_ocsp.c
ossl_ocsp.h
ossl_pkcs5.c * ext/openssl/ossl_pkcs5.c: add note on timing attacks and general 2011-10-20 13:48:21 +00:00
ossl_pkcs5.h
ossl_pkcs7.c
ossl_pkcs7.h
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-exec 2011-11-14 13:06:51 +00:00
ossl_pkey.h * whitespace cleanup. 2011-11-04 07:19:23 +00:00
ossl_pkey_dh.c * ext/openssl/ossl_ssl.c: Remove set, but unused variables. 2011-10-19 01:15:35 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from error 2011-11-23 23:15:09 +00:00
ossl_pkey_ec.c
ossl_pkey_rsa.c * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from error 2011-11-23 23:15:09 +00:00
ossl_rand.c
ossl_rand.h
ossl_ssl.c * ext/openssl/ossl_ssl.c: add comment on where to find implementation 2011-11-26 01:25:07 +00:00
ossl_ssl.h
ossl_ssl_session.c
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c
ossl_x509cert.c * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-exec 2011-11-14 13:06:51 +00:00
ossl_x509crl.c
ossl_x509ext.c
ossl_x509name.c
ossl_x509req.c
ossl_x509revoked.c
ossl_x509store.c
ruby_missing.h * ext/openssl/extconf.rb: remove checks for available functions. 2011-11-26 01:49:36 +00:00