summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 06:39:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-19 06:39:52 +0000
commit486212eb0be5f7b897d6208c0be2add2cda17f8a (patch)
treedf3f089271b90fcd690b21ddaeed78bbeeb6d214 /ChangeLog
parent36ef64510edba7a70e561ea83168f04689008ccc (diff)
downloadruby-486212eb0be5f7b897d6208c0be2add2cda17f8a.tar.gz
ruby-486212eb0be5f7b897d6208c0be2add2cda17f8a.tar.xz
ruby-486212eb0be5f7b897d6208c0be2add2cda17f8a.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * 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 <nobu@ruby-lang.org>
* lib/tmpdir.rb (@@systmpdir): File.expand_path also joins paths.