1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: introduce PKey.read

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
emboss 2011-06-12 20:52:25 +00:00
parent bbb3cfb12b
commit bec36af2d1
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Jun 13 05:50:43 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
* NEWS: introduce PKey.read.
Mon Jun 13 05:17:29 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
* ext/openssl/ossl_pkey.c: added PKey.read module function that allows

3
NEWS
View file

@ -174,6 +174,9 @@ with all sufficient information, see the ChangeLog file.
tagging to be set to :EXPLICIT when tag and/or tag_class are passed
as parameters. tagging must be set explicitly.
* Support for infinite length encodings via infinite_length attribute.
* 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.
* optparse
* support for bash/zsh completion.