diff options
author | emboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-12 20:39:38 +0000 |
---|---|---|
committer | emboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-06-12 20:39:38 +0000 |
commit | bbb3cfb12b16c7681a58e9a16cec49c37edab1ab (patch) | |
tree | 27d8a24a2f44b9e153f577cb68fb0faa54aa1fac /ChangeLog | |
parent | 7b614a53dd50508410c48113dce87abfc003df6b (diff) |
* ext/openssl/ossl_pkey.c: added PKey.read module function that allow
reading arbitrary public/private keys from DER-/PEM-encoded File or
string instances.
* ext/openssl/ossl_pkey_dh.c: improved documentation.
* test/openssl/utils.rb: added EC test key.
* test/openssl/test_pkey_rsa.rb
test/openssl/test_pkey_dsa.rb: Test PKey.read. Reuse keys from
OpenSSL::TestUtils.
* test/openssl/test_pkey_ec.rb: Created test file for EC tests.
Test PKey.read.
[Ruby 1.9 - Feature #4424] [ruby-core:35330]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,17 @@ +Mon Jun 13 05:17:29 2011 Martin Bosslet <[email protected]> + + * ext/openssl/ossl_pkey.c: added PKey.read module function that allows + reading arbitrary public/private keys from DER-/PEM-encoded File or + string instances. + * ext/openssl/ossl_pkey_dh.c: improved documentation. + * test/openssl/utils.rb: added EC test key. + * test/openssl/test_pkey_rsa.rb + test/openssl/test_pkey_dsa.rb: Test PKey.read. Reuse keys from + OpenSSL::TestUtils. + * test/openssl/test_pkey_ec.rb: Created test file for EC tests. + Test PKey.read. + [Ruby 1.9 - Feature #4424] [ruby-core:35330] + Mon Jun 13 04:42:24 2011 Koichi Sasada <[email protected]> * ext/objspace/objspace.c (total_i): fix to skip no ruby objects. @@ -85,8 +99,7 @@ Sun Jun 12 11:16:59 2011 Tanaka Akira <[email protected]> Sun Jun 12 09:32:13 2011 Nobuyoshi Nakada <[email protected]> - * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw. - + * atomic.h (ATOMIC_OR): _InterlockedOr is not available on migw.h * gc.c (rb_gc_set_params): VM_OBJSPACE is disabled on mignw. Sun Jun 12 01:07:09 2011 Tadayoshi Funaba <[email protected]> |