aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/pem
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-05-21all: remove PEM-encoded private keys from testsRuss Cox
2019-03-02encoding/pem: skip whitespace work on most inputsDaniel Martí
2018-11-19encoding/pem: test getLine does not include trailing whitespaceSanthosh Kumar Tekuri
2018-09-03encoding/pem: fix for TestFuzz, PEM type should not contain a colonIvan Kutuzov
2017-12-06encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocksRuss Cox
2017-11-15encoding/pem: add Encode exampleTim Cooper
2017-11-15encoding/pem: add Encode, EncodeToMemory docsTim Cooper
2017-09-27all: prefer bytes.IndexByte over bytes.IndexMarvin Stenger
2017-04-03encoding/pem: yet another fuzz fake failureRuss Cox
2017-04-03encoding/pem: do not try to round trip value with leading/trailing spaceRuss Cox
2017-03-01encoding/pem: refuse extra data on ending lineJoe Shaw
2016-10-17encoding/pem: add Decode exampleVictor Vrantchan
2016-08-19encoding/pem: be stricter about the ending line.Adam Langley
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-08encoding/pem: make TestFuzz testing/quick safeMatt T. Proud
2015-06-08testing/quick: probabilistically generate nil pointersHåvard Haugen
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