diff options
author | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-23 13:51:55 +0000 |
---|---|---|
committer | nahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-23 13:51:55 +0000 |
commit | bf2e60cda7ad9e08f03d1eed99f77cc9c6cc1496 (patch) | |
tree | 0c9592c3e01cbe0c96d44f8a611d9a678bb0d33e /NEWS | |
parent | 3e01a8d58e4095e77a7ecf6658fc7a825e8ed6c0 (diff) | |
download | ruby-bf2e60cda7ad9e08f03d1eed99f77cc9c6cc1496.tar.gz |
* ext/openssl/ossl_x509name.c: Add X509::Name#hash_old as a wrapper
for X509_NAME_hash_old in OpenSSL 1.0.0. See #4805
* test/openssl/test_x509name.rb (test_hash): Make test pass with
OpenSSL 1.0.0.
* NEWS: Add it.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -177,6 +177,9 @@ with all sufficient information, see the ChangeLog file. * OpenSSL::PKey.read( file | string [, pwd] ) allows to read arbitrary public/private keys in DER-/PEM-encoded form with an optional password for encrypted PEM encodings. + * Add new method OpenSSL::X509::Name#hash_old as a wrapper of + X509_NAME_hash_old() defined from OpenSSL 1.0.0. It returns OpenSSL 0.9.8 + compatible hash value. * optparse * support for bash/zsh completion. |