]> Cypherpunks repositories - gostls13.git/commit
encoding/asn1: enforce use of short form lengths.
authorDavid Benjamin <davidben@google.com>
Sun, 1 Nov 2015 01:30:00 +0000 (21:30 -0400)
committerAdam Langley <agl@golang.org>
Wed, 18 Nov 2015 00:53:49 +0000 (00:53 +0000)
commita3e7544ea843dd5a17cfeb02bc7774ca8a6eae42
treec14feb82ab61d52fdc3f7296e4b5fd34856198a3
parentf4b4d2f4d9f574fe34b826bf0e6784956a247687
encoding/asn1: enforce use of short form lengths.

BER allows the sender to choose either short form or long form where
both are legal, but DER requires the minimal one be used. Enforce this
and add a test. Fix one test which was not minimally-encoded and another
which would not distinguish rejecting the input because the long form
length wasn't minimally-encoded from rejecting it because long form was
chosen when short form was allowed.

Change-Id: I1b56fcca594dcdeddea9378b4fab427cbe7cd26d
Reviewed-on: https://go-review.googlesource.com/16517
Reviewed-by: Adam Langley <agl@golang.org>
Run-TryBot: Adam Langley <agl@golang.org>
src/encoding/asn1/asn1.go
src/encoding/asn1/asn1_test.go