aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-02 01:58:49 +0000
committeremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-02 01:58:49 +0000
commitdf05bd2c82386e5897c4125576199e18a13712a1 (patch)
tree1c6ab845fefc796b3f77ef7cb0d8da1e698d3fe5 /ChangeLog
parentcc59a581f1db0ffc6e8cac93cae50202e1ab81a8 (diff)
downloadruby-df05bd2c82386e5897c4125576199e18a13712a1.tar.gz
* ext/openssl/lib/openssl/digest.rb
test/openssl/test_digest.rb: Add Digest module function to OpenSSL module and test it. Patch provided by Eric Hodel. [ruby-core:46908][Feature #6819] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce7ca9ecbf..b2d7c77431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 2 10:51:12 2012 Martin Bosslet <Martin.Bosslet@gmail.com>
+
+ * ext/openssl/lib/openssl/digest.rb
+ test/openssl/test_digest.rb: Add Digest module function to OpenSSL
+ module and test it. Patch provided by Eric Hodel.
+ [ruby-core:46908][Feature #6819]
+
Wed Aug 1 22:29:12 2012 Benoit Daloze <eregontp@gmail.com>
ext/digest/digest.c (hexencode_str_new): return an ASCII string