]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: parse multiple URLs in a single CRLDP.
authorAdam Langley <agl@golang.org>
Wed, 10 Jan 2018 21:59:51 +0000 (13:59 -0800)
committerAdam Langley <agl@golang.org>
Thu, 11 Jan 2018 16:47:29 +0000 (16:47 +0000)
commit4458a357ab819a612c0c4cafae88a65287254fe9
tree35dd5eebea1ef568f5d7486ff62bea205a8f248e
parent6631f22776ab56f306bd00d44bc2e3b8d0b90585
crypto/x509: parse multiple URLs in a single CRLDP.

Previously we would only extract a single URL from a given CRLDP, but
https://tools.ietf.org/html/rfc5280#section-4.2.1.13 permits multiple
URLs for a single distribution point.

Fixes #23403

Change-Id: I2eaed1537df02d0627db1b86bcd9c94506236bea
Reviewed-on: https://go-review.googlesource.com/87299
Run-TryBot: Adam Langley <agl@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/x509/x509.go
src/crypto/x509/x509_test.go