summaryrefslogtreecommitdiff
path: root/src/encoding/pem
Commit message (Expand)AuthorAgeFilesLines
* encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocksRuss Cox2017-12-062-8/+32
* encoding/pem: add Encode exampleTim Cooper2017-11-151-0/+21
* encoding/pem: add Encode, EncodeToMemory docsTim Cooper2017-11-151-0/+5
* all: prefer bytes.IndexByte over bytes.IndexMarvin Stenger2017-09-271-2/+2
* encoding/pem: yet another fuzz fake failureRuss Cox2017-04-031-3/+12
* encoding/pem: do not try to round trip value with leading/trailing spaceRuss Cox2017-04-031-3/+4
* encoding/pem: refuse extra data on ending lineJoe Shaw2017-03-012-2/+26
* encoding/pem: add Decode exampleVictor Vrantchan2016-10-171-0/+44
* encoding/pem: be stricter about the ending line.Adam Langley2016-08-192-1/+60
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* encoding/pem: make TestFuzz testing/quick safeMatt T. Proud2015-12-081-10/+18
* testing/quick: probabilistically generate nil pointersHÃ¥vard Haugen2015-06-081-6/+6
* encoding/pem: be more permissive about decoding empty blocks.Adam Langley2015-05-312-7/+113
* encoding/pem: eliminate allocations for newlines during encodingBen Burkert2014-12-212-3/+24
* build: move package sources from src/pkg to srcRuss Cox2014-09-082-0/+681