diff options
| author | Adam Langley <agl@golang.org> | 2016-10-10 16:26:51 -0700 |
|---|---|---|
| committer | Adam Langley <agl@golang.org> | 2016-10-11 17:35:55 +0000 |
| commit | 809a1de1ac1ccc76f7a4faf630017626f2f68231 (patch) | |
| tree | eead555ad9a8459feb67bd09e0cc4eaadd31399c /src/debug/elf/testdata | |
| parent | c5368123fedba827967628943bf45ed3d1d369ac (diff) | |
| download | go-809a1de1ac1ccc76f7a4faf630017626f2f68231.tar.xz | |
crypto/x509: parse all names in an RDN.
The Subject and Issuer names in a certificate look like they should be a
list of key-value pairs. However, they're actually a list of lists of
key-value pairs. Previously we only looked at the first element of each
sublist and the vast majority of certificates only have one element per
sublist.
However, it's possible to have multiple elements and some 360
certificates from the “Pilot” log are so constructed.
This change causes all elements of the sublists to be processed.
Fixes #16836.
Change-Id: Ie0a5159135b08226ec517fcf251aa17aada37857
Reviewed-on: https://go-review.googlesource.com/30810
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/debug/elf/testdata')
0 files changed, 0 insertions, 0 deletions
