-
Adam Langley authored
Previously, strings that didn't have an explicit ASN.1 string type were taken to be ASN.1 PrintableStrings. This resulted in an error if a unrepresentable charactor was included. For compatibility reasons, I'm too afraid to switch the default string type to UTF8String, but this patch causes untyped strings to become UTF8Strings if they contain a charactor that's not valid in a PrintableString. Fixes #3791. R=golang-dev, bradfitz, r, r CC=golang-dev https://golang.org/cl/6348074
eeffa738
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
pkix | ||
cert_pool.go | ||
pkcs1.go | ||
pkcs8.go | ||
pkcs8_test.go | ||
root.go | ||
root_darwin.go | ||
root_stub.go | ||
root_unix.go | ||
root_windows.go | ||
verify.go | ||
verify_test.go | ||
x509.go | ||
x509_test.go |