DescriptionWhen using NSS for certificate verification, add a check when fetching CRLs/OCSP responses to prevent redirects to non-HTTP URLs. This matches the initial check when first called from NSS to create the URLRequest.
In particular, fetching a CRL/OCSP response over HTTPS is troublesome, as the certificate sent by the responder may also need revocation checking, potentially causing revocation checking loops.
The existing check only considered the initial URL scheme supplied by NSS. However, if the server issues a redirect, the new URL scheme scheme was not filtered.
BUG=64521
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=68329
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|