Index: net/base/test_certificate_data.h |
diff --git a/net/base/test_certificate_data.h b/net/base/test_certificate_data.h |
index ffb2eba16742492fa42e2d113c08eeb9042fb9fe..1109aa4d4c13aefdaa20f7d5ff83fadb4771a2b2 100644 |
--- a/net/base/test_certificate_data.h |
+++ b/net/base/test_certificate_data.h |
@@ -4,6 +4,11 @@ |
namespace { |
+// This is the SHA1 hash of the SubjectPublicKeyInfo of nist.der. |
+static const char nistSPKIHash[] = |
wtc
2012/03/06 23:26:54
Nit: this constant should be named with a k: kNist
Ryan Sleevi
2012/03/10 03:30:56
I'll fix it in a follow-up.
|
+ "\x15\x60\xde\x65\x4e\x03\x9f\xd0\x08\x82" |
+ "\xa9\x6a\xc4\x65\x8e\x6f\x92\x06\x84\x35"; |
+ |
// Certificates for test data. They're obtained with: |
// |
// $ openssl s_client -connect [host]:443 -showcerts > /tmp/host.pem < /dev/null |