Chromium Code Reviews| Index: net/base/cert_verify_result.h |
| =================================================================== |
| --- net/base/cert_verify_result.h (revision 153687) |
| +++ net/base/cert_verify_result.h (working copy) |
| @@ -45,10 +45,10 @@ |
| bool has_md5_ca; |
| bool has_md2_ca; |
| - // If the certificate was successfully verified then this contains the SHA1 |
| - // fingerprints of the SubjectPublicKeyInfos of the chain. The fingerprint |
| - // from the leaf certificate will be the first element of the vector. |
| - std::vector<SHA1Fingerprint> public_key_hashes; |
| + // If the certificate was successfully verified then this contains the |
|
Ryan Sleevi
2012/08/29 01:02:02
double check nit: Based on the XP+ECDSA crash, is
palmer
2012/09/04 23:23:33
I think it is, because https://chromiumcodereview.
|
| + // hashes, in several hash algorithms, of the SubjectPublicKeyInfos of the |
| + // chain. |
| + HashValueVector public_key_hashes; |
| // is_issued_by_known_root is true if we recognise the root CA as a standard |
| // root. If it isn't then it's probably the case that this certificate was |