ruby/ext/openssl/lib/openssl
emboss a3a62f87e1 * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
critical.
  The patch for CVE-2013-4073 caused SSL crash when a SSL server returns
  the certificate that has critical SAN value.  X509 extension could
  include 2 or 3 elements in it:

  [id, criticality, octet_string] if critical,
  [id, octet_string] if not.

  Making sure to pick the last element of X509 extension and use it as
  SAN value.
  [ruby-core:55685] [Bug #8575]

  Thank you @nahi for providing the patch!


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-07-05 21:08:04 +00:00
..
bn.rb * ext/openssl/ossl_bn.c (ossl_bn_initialize): allow Fixnum and Bignum. 2013-04-25 07:02:31 +00:00
buffering.rb * lib/openssl/buffering.rb: Force multi-byte strings to be treated as 2011-10-19 20:05:21 +00:00
cipher.rb remove trailing spaces. 2012-09-04 00:57:31 +00:00
config.rb * ext/openssl/lib/openssl/buffering.rb: removed circular require of 2011-03-22 04:39:04 +00:00
digest.rb Fix comment typo by @parroty [fix GH-350] 2013-07-05 00:46:10 +00:00
ssl.rb * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked 2013-07-05 21:08:04 +00:00
x509.rb remove trailing spaces. 2012-09-04 00:57:31 +00:00