From 486212eb0be5f7b897d6208c0be2add2cda17f8a Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 19 Feb 2009 06:39:52 +0000 Subject: * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verify returns positive value on success, not non-zero. [ruby-core:21762] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5956a4e8d..77fb81583 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 19 15:39:50 2009 Nobuyoshi Nakada + + * ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verify + returns positive value on success, not non-zero. [ruby-core:21762] + Thu Feb 19 15:17:00 2009 Nobuyoshi Nakada * lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths. -- cgit