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 0d58bb5598 * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
OpenSSL with OPENSSL_NO_EC2M defined, but OPENSSL_NO_EC not
  defined.
* test/openssl/test_pkey_ec.rb: Iterate over built-in curves
  (and assert their non-emptiness!) instead of hard-coding them, as
  this may cause problems with respect to the different availability
  of individual curves in individual OpenSSL builds.
  [ruby-core:54881] [Bug #8384]

  Thanks to Vit Ondruch for providing the patch!


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-07-05 22:46:42 +00:00
..
lib * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked 2013-07-05 21:08:04 +00:00
depend * ext/-test-/debug/depend: New file. 2013-04-14 10:48:08 +00:00
deprecation.rb * ext/openssl/deprecation.rb (OpenSSL.check_func): check if header is 2012-05-01 05:18:02 +00:00
extconf.rb * ext/openssl/ossl_cipher.c: fix errors for installations that do not 2012-12-20 07:42:56 +00:00
openssl_missing.c * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, 2013-05-09 12:12:17 +00:00
openssl_missing.h
ossl.c * ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() and 2013-07-05 21:44:50 +00:00
ossl.h * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, 2013-05-09 12:12:17 +00:00
ossl_asn1.c remove trailing spaces. 2012-09-04 00:57:31 +00:00
ossl_asn1.h
ossl_bio.c
ossl_bio.h
ossl_bn.c * bignum.c (MSB): Removed. 2013-06-25 03:08:23 +00:00
ossl_bn.h
ossl_cipher.c * ext/openssl/ossl_cipher.c: fix errors for installations that do not 2012-12-20 07:42:56 +00:00
ossl_cipher.h
ossl_config.c
ossl_config.h
ossl_digest.c
ossl_digest.h
ossl_engine.c
ossl_engine.h
ossl_hmac.c * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ossl_hmac.h
ossl_ns_spki.c
ossl_ns_spki.h
ossl_ocsp.c * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ossl_ocsp.h
ossl_pkcs5.c * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): suppress warnings. 2012-04-22 12:43:53 +00:00
ossl_pkcs5.h
ossl_pkcs7.c
ossl_pkcs7.h
ossl_pkcs12.c
ossl_pkcs12.h
ossl_pkey.c
ossl_pkey.h
ossl_pkey_dh.c * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ossl_pkey_dsa.c * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ossl_pkey_ec.c * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of 2013-07-05 22:46:42 +00:00
ossl_pkey_rsa.c * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ossl_rand.c
ossl_rand.h
ossl_ssl.c * ext/openssl/ossl_ssl.c: Add missing paren in rdoc [Fix GH-321] 2013-05-31 07:02:11 +00:00
ossl_ssl.h
ossl_ssl_session.c
ossl_version.h
ossl_x509.c
ossl_x509.h
ossl_x509attr.c * ext/openssl/ossl_x509attr.c: change OSSL_X509ATTR_IS_SINGLE and 2013-06-21 07:39:15 +00:00
ossl_x509cert.c
ossl_x509crl.c
ossl_x509ext.c
ossl_x509name.c * hash.c, include/ruby/ruby.h: support WB protected hash. 2013-05-26 12:37:11 +00:00
ossl_x509req.c
ossl_x509revoked.c
ossl_x509store.c * ext/openssl/*: Document synonymous methods, by windwiny [GH-277] 2013-04-16 02:24:09 +00:00
ruby_missing.h