Skip to content

Commit

Permalink
* NEWS (openssl): Infinite length support. Different behavior of
Browse files Browse the repository at this point in the history
Constructive and Primitive constructors.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
emboss committed May 22, 2011
1 parent 7d6529a commit b7576c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Mon May 23 07:19:45 2011 Martin Bosslet <[email protected]>

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

Mon May 23 06:58:33 2011 Martin Bosslet <[email protected]>

* ext/openssl/ossl_asn1.c: Forbid Constructives whose value is not an
Expand Down
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b7576c3

Please sign in to comment.