index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
pem
/
pem_test.go
Age
Commit message (
Expand
)
Author
2025-10-23
encoding/pem: properly calculate end indexes
Roland Shoemaker
2025-10-17
encoding/pem: properly decode strange PEM data
Roland Shoemaker
2025-10-07
encoding/pem: make Decode complexity linear
Roland Shoemaker
2024-07-25
encoding: use slices and maps to clean up tests
apocelipes
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-04-12
encoding/pem: fix stack overflow in Decode
Julie Qiu
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2019-05-21
all: remove PEM-encoded private keys from tests
Russ Cox
2018-11-19
encoding/pem: test getLine does not include trailing whitespace
Santhosh Kumar Tekuri
2018-09-03
encoding/pem: fix for TestFuzz, PEM type should not contain a colon
Ivan Kutuzov
2017-12-06
encoding/pem: change Encode, EncodeToMemory not to generate partial PEM blocks
Russ Cox
2017-04-03
encoding/pem: yet another fuzz fake failure
Russ Cox
2017-04-03
encoding/pem: do not try to round trip value with leading/trailing space
Russ Cox
2017-03-01
encoding/pem: refuse extra data on ending line
Joe Shaw
2016-08-19
encoding/pem: be stricter about the ending line.
Adam Langley
2015-12-08
encoding/pem: make TestFuzz testing/quick safe
Matt T. Proud
2015-06-08
testing/quick: probabilistically generate nil pointers
HÃ¥vard Haugen
2015-05-31
encoding/pem: be more permissive about decoding empty blocks.
Adam Langley
2014-12-21
encoding/pem: eliminate allocations for newlines during encoding
Ben Burkert
2014-09-08
build: move package sources from src/pkg to src
Russ Cox