From 433e0247f3ec5f941a3fd0f6a3d6c48d584271c8 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 30 Oct 2005 20:50:48 +0000 Subject: * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must not be empty. [ruby-talk:161220] * test/openssl/test_cipher.rb: add test for Cipher#update(""). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bb9e40f11..2796190be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 31 05:46:08 2005 GOTOU Yuuzou + + * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must + not be empty. [ruby-talk:161220] + + * test/openssl/test_cipher.rb: add test for Cipher#update(""). + Mon Oct 31 05:38:26 2005 GOTOU Yuuzou * lib/webrick/httpservlet/cgihandler.rb -- cgit