[前][次][番号順一覧][スレッド一覧]

ruby-changes:19990

From: emboss <ko1@a...>
Date: Mon, 13 Jun 2011 05:52:50 +0900 (JST)
Subject: [ruby-changes:19990] emboss:r32037 (trunk): * NEWS: introduce PKey.read

emboss	2011-06-13 05:52:25 +0900 (Mon, 13 Jun 2011)

  New Revision: 32037

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32037

  Log:
    * NEWS: introduce PKey.read

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32036)
+++ ChangeLog	(revision 32037)
@@ -1,3 +1,7 @@
+Mon Jun 13 05:50:43 2011  Martin Bosslet  <Martin.Bosslet@g...>
+
+	* NEWS: introduce PKey.read.
+
 Mon Jun 13 05:17:29 2011  Martin Bosslet  <Martin.Bosslet@g...>
 
 	* ext/openssl/ossl_pkey.c: added PKey.read module function that allows
Index: NEWS
===================================================================
--- NEWS	(revision 32036)
+++ NEWS	(revision 32037)
@@ -174,6 +174,9 @@
     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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]