diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-19 06:39:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-19 06:39:52 +0000 |
| commit | 486212eb0be5f7b897d6208c0be2add2cda17f8a (patch) | |
| tree | df3f089271b90fcd690b21ddaeed78bbeeb6d214 /ChangeLog | |
| parent | 36ef64510edba7a70e561ea83168f04689008ccc (diff) | |
| download | ruby-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
