From bf061af1d0cf5b27ec1415d7b555874b070f483a Mon Sep 17 00:00:00 2001 From: Roland Shoemaker Date: Tue, 30 Jun 2020 09:14:15 -0700 Subject: [PATCH] doc/go1.15: add encoding/asn1 note about minimal encoding Also fix missing tags in the other encoding/asn1 note. Updates #37419 Change-Id: Ic0e9131016b44ed864629aa8d0a7fddb57146d21 Reviewed-on: https://go-review.googlesource.com/c/go/+/240518 Reviewed-by: Filippo Valsorda --- doc/go1.15.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/go1.15.html b/doc/go1.15.html index d9fe3b32d8..fb746be01c 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -598,9 +598,14 @@ Do not send CLs removing the interior tags from such phrases.
encoding/asn1

- Marshal now sorts the components + Marshal now sorts the components of SET OF according to X.690 DER.

+ +

+ Unmarshal now rejects tags and + Object Identifiers which are not minimally encoded according to X.690 DER. +

-- 2.50.0