* ext/openssl/ossl_ssl_session.c (ossl_ssl_session_initialize):

Add a null check for ssl; submitted by akira yamada
  in [ruby-dev:34950].

* ext/openssl/ossl_ssl.c (Init_ossl_ssl): Define OP_NO_TICKET if
  SSL_OP_NO_TICKET is present; submitted by akira yamada
  in [ruby-dev:34944].

* test/openssl/test_ssl.rb (OpenSSL#test_server_session): Add a
  workaround for the case where OpenSSL is configured with
  --enable-tlsext; submitted by akira yamada in [ruby-dev:34944].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2008-06-06 08:05:24 +00:00
parent 70bde7a3b5
commit 061fd36d75
36 changed files with 87 additions and 49 deletions

View file

@ -235,7 +235,7 @@ module REXML
# from string then we ignore the second &
# subsequent mappings
#
# if a charactcer maps to nil then we delete it
# if a character maps to nil then we delete it
# in the output. This happens if the from
# string is longer than the to string
#