ruby-cvs:15866
From: (gotoyuzo) <gotoyuzo ruby-lang.org>
Date: Mon, 31 Oct 2005 05:50:48 +0900
Subject: [ruby-cvs:15866] ruby, ruby/test/openssl, ruby/ext/openssl: * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must
gotoyuzo Mon, 31 Oct 2005 05:50:48 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog
ruby/test/openssl:
test_cipher.rb
ruby/ext/openssl:
ossl_cipher.c
Log:
* 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("").
Revision Changes Path
1.2673.2.1364 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1363&r2=1.2673.2.1364
1.1.2.2 +5 -0 ruby/test/openssl/test_cipher.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/openssl/test_cipher.rb?cvsroot=src&r1=1.1.2.1&r2=1.1.2.2
1.4.2.5 +3 -2 ruby/ext/openssl/ossl_cipher.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/openssl/ossl_cipher.c?cvsroot=src&r1=1.4.2.4&r2=1.4.2.5