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

ruby-changes:19658

From: emboss <ko1@a...>
Date: Mon, 23 May 2011 07:22:23 +0900 (JST)
Subject: [ruby-changes:19658] emboss:r31703 (trunk): * NEWS (openssl): Infinite length support. Different behavior of

emboss	2011-05-23 07:22:16 +0900 (Mon, 23 May 2011)

  New Revision: 31703

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

  Log:
    * NEWS (openssl): Infinite length support. Different behavior of
    Constructive and Primitive constructors.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31702)
+++ ChangeLog	(revision 31703)
@@ -1,3 +1,8 @@
+Mon May 23 07:19:45 2011  Martin Bosslet  <Martin.Bosslet@g...>
+
+	* NEWS (openssl): Infinite length support. Different behavior of
+	Constructive and Primitive constructors.
+
 Mon May 23 06:58:33 2011  Martin Bosslet  <Martin.Bosslet@g...>
 
 	* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not an
Index: NEWS
===================================================================
--- NEWS	(revision 31702)
+++ NEWS	(revision 31703)
@@ -103,6 +103,11 @@
     (e.g. used in a X.509 certificate's Subject Public Key Info) when
     exporting public keys to DER or PEM. Backward compatibility is 
     ensured by (already existing) fallbacks during creation.
+  * OpenSSL::ASN1::Constructive#new and OpenSSL::ASN1::Primitive#new
+    (and the constructors of their sub-classes) will no longer force
+    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.
 
 * optparse
   * support for bash/zsh completion.

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

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