]> Cypherpunks repositories - gostls13.git/commit
encoding/base64: document that Strict mode still ignores newlines
authorFilippo Valsorda <filippo@golang.org>
Sat, 3 Aug 2019 22:38:32 +0000 (18:38 -0400)
committerFilippo Valsorda <filippo@golang.org>
Wed, 20 Nov 2019 19:43:21 +0000 (19:43 +0000)
commitfbcfa6a532d4e7c555693b549a97adfa3d38aca4
tree25e3ce1873abcd06e2f411a1efc572cd6be50739
parentb89b4623eb70cbdc6b0aea43a5a826b7a26f20a7
encoding/base64: document that Strict mode still ignores newlines

An application that wants to reject non-canonical encodings is likely to
care about other sources of malleability.

Change-Id: I1d3a5b281d2631ca78df3f89b957a02687a534d8
Reviewed-on: https://go-review.googlesource.com/c/go/+/188858
Reviewed-by: Katie Hockman <katie@golang.org>
src/encoding/base64/base64.go