aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/pem/pem.go
AgeCommit message (Expand)Author
2022-04-12[release-branch.go1.17] encoding/pem: fix stack overflow in DecodeJulie Qiu
2019-03-02encoding/pem: skip whitespace work on most inputsDaniel Martí
2017-12-06encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocksRuss Cox
2017-11-15encoding/pem: add Encode, EncodeToMemory docsTim Cooper
2017-09-27all: prefer bytes.IndexByte over bytes.IndexMarvin Stenger
2017-03-01encoding/pem: refuse extra data on ending lineJoe Shaw
2016-08-19encoding/pem: be stricter about the ending line.Adam Langley
2016-03-02all: single space after period.Brad Fitzpatrick
2015-05-31encoding/pem: be more permissive about decoding empty blocks.Adam Langley
2014-12-21encoding/pem: eliminate allocations for newlines during encodingBen Burkert
2014-09-08build: move package sources from src/pkg to srcRuss Cox