summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authoremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 22:22:16 +0000
committeremboss <emboss@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-22 22:22:16 +0000
commitb7576c3d7a4e776dbce6b80ad0d985bada9c3059 (patch)
tree37524747c0dfc390cfddef96b9365916cc0d104e /NEWS
parent7d6529a415457ccfc912d6b8ddbac327516ee5d5 (diff)
* NEWS (openssl): Infinite length support. Different behavior of
Constructive and Primitive constructors. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aaf4183a09..a413c3256e 100644
--- a/NEWS
+++ b/NEWS
@@ -103,6 +103,11 @@ with all sufficient information, see the ChangeLog file.
(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.