summaryrefslogtreecommitdiff
path: root/src/encoding/pem
Commit message (Expand)AuthorAgeFilesLines
* all: use strings.Builder where appropriatehopehook2022-09-291-6/+6
* encoding/pem: fix stack overflow in DecodeJulie Qiu2022-04-122-100/+100
* all: gofmt main repoRuss Cox2022-04-111-4/+6
* all: use bytes.Cut, strings.CutRuss Cox2021-10-061-5/+5
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+2
* all: remove PEM-encoded private keys from testsRuss Cox2019-05-211-17/+19
* encoding/pem: skip whitespace work on most inputsDaniel Martí2019-03-021-5/+13
* encoding/pem: test getLine does not include trailing whitespaceSanthosh Kumar Tekuri2018-11-191-0/+4
* encoding/pem: fix for TestFuzz, PEM type should not contain a colonIvan Kutuzov2018-09-031-1/+3
* 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