aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/pem/pem_test.go
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
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-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-08-19encoding/pem: be stricter about the ending line.Adam Langley
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