1
0
mirror of https://github.com/golang/go synced 2024-11-06 06:16:12 -07:00
go/src/encoding
Joe Shaw d271576a0f encoding/pem: refuse extra data on ending line
Previously the code didn't check for extra data after the final five
dashes of the ending line of a PEM block.

Fixes #19147
Fixes #7042

Change-Id: Idaab2390914a2bed8c2c12b14dfb6d68233fdfec
Reviewed-on: https://go-review.googlesource.com/37147
Reviewed-by: Adam Langley <agl@golang.org>
2017-03-01 19:23:09 +00:00
..
ascii85 all: single space after period. 2016-03-02 00:13:47 +00:00
asn1 all: make spelling consistent 2016-12-08 23:22:37 +00:00
base32 all: single space after period. 2016-03-02 00:13:47 +00:00
base64 encoding/base64: This change modifies Go to take strict option when decoding base64 2016-10-12 03:56:18 +00:00
binary cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw 8 on AMD64 2017-02-14 22:17:08 +00:00
csv encoding/csv: document Read error behavior 2016-10-28 19:38:12 +00:00
gob time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
hex encoding/hex: Document DecodedLen. 2016-11-13 17:53:22 +00:00
json encoding/json: clarify documention for Unmarshal into a pointer. 2017-02-10 13:39:10 +00:00
pem encoding/pem: refuse extra data on ending line 2017-03-01 19:23:09 +00:00
xml encoding/xml: fix incorrect indirect code in chardata, comment, innerxml fields 2017-02-14 23:23:40 +00:00
encoding.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00