]> Cypherpunks repositories - gostls13.git/commit
encoding/pem: ignore spaces and tabs at the end of header lines.
authorAdam Langley <agl@golang.org>
Thu, 12 Apr 2012 16:33:52 +0000 (12:33 -0400)
committerAdam Langley <agl@golang.org>
Thu, 12 Apr 2012 16:33:52 +0000 (12:33 -0400)
commit55af51d5c0f5e2bbe80ae6dd0df6aed48e6ebd09
treefd24d622b6c6df352a07f7b9bc1face4f385455b
parent4945fc8e40eef046501f613135b4f18cf2777d29
encoding/pem: ignore spaces and tabs at the end of header lines.

Fixes #3502.

R=bradfitz
CC=golang-dev
https://golang.org/cl/6011046
src/pkg/encoding/pem/pem.go
src/pkg/encoding/pem/pem_test.go