DescriptionFix webui cert viewer showing wrong cert chain on NSS and no chain on OpenSSL.
The webui cert viewer was still using x509_certificate_model::GetCertChainFromCert instead of X509Certificate::GetIntermediateCertificates. This was fixed in the gtk cert viewer in r135231, but the webui cert viewer was missed. (x509_certificate_model::GetCertChainFromCert was not implemented on OpenSSL, and on NSS the chain it returned may differ from the the chain that was actually used.)
BUG=77757, 338887
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289994
Patch Set 1 : . #
Total comments: 10
Patch Set 2 : review changes #
Total comments: 4
Patch Set 3 : comments #
Total comments: 13
Patch Set 4 : Add X509Certificate::GetCertificateChain, remove overload of ShowCertExportDialog #Patch Set 5 : fix test #
Total comments: 5
Patch Set 6 : rebase #Patch Set 7 : revert the X509Certificate part of the change #Patch Set 8 : re-do comment change #
Messages
Total messages: 22 (0 generated)
|