Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(598)

Side by Side Diff: net/data/ssl/certificates/README

Issue 1988993002: Check self-signed certificate names and signatures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dependency on openssl -text format Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This directory contains various certificates for use with SSL-related 1 This directory contains various certificates for use with SSL-related
2 unit tests. 2 unit tests.
3 3
4 ===== Real-world certificates that need manual updating 4 ===== Real-world certificates that need manual updating
5 - google.binary.p7b 5 - google.binary.p7b
6 - google.chain.pem 6 - google.chain.pem
7 - google.pem_cert.p7b 7 - google.pem_cert.p7b
8 - google.pem_pkcs7.p7b 8 - google.pem_pkcs7.p7b
9 - google.pkcs7.p7b 9 - google.pkcs7.p7b
10 - google.single.der 10 - google.single.der
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 ===== From net/data/ssl/scripts/generate-aia-certs.sh 272 ===== From net/data/ssl/scripts/generate-aia-certs.sh
273 - aia-cert.pem 273 - aia-cert.pem
274 - aia-intermediate.der 274 - aia-intermediate.der
275 - aia-root.pem 275 - aia-root.pem
276 A certificate chain which we use to ensure AIA fetching works correctly 276 A certificate chain which we use to ensure AIA fetching works correctly
277 when using NSS to verify certificates (which uses our HTTP stack). 277 when using NSS to verify certificates (which uses our HTTP stack).
278 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL 278 aia-cert.pem has a caIssuers that points to "aia-test.invalid" as the URL
279 containing the intermediate, which can be served via a URLRequestFilter. 279 containing the intermediate, which can be served via a URLRequestFilter.
280 aia-intermediate.der is stored in DER form for convenience, since that is 280 aia-intermediate.der is stored in DER form for convenience, since that is
281 the form expected of certificates discovered via AIA. 281 the form expected of certificates discovered via AIA.
282
283 ===== From net/data/ssl/scripts/generate-self-signed-certs.sh
284 - self-signed-invalid-name.pem
285 - self-signed-invalid-sig.pem
286 Two "self-signed" certificates with mismatched names or an invalid
287 signature, respectively.
OLDNEW
« no previous file with comments | « net/cert/x509_certificate_win.cc ('k') | net/data/ssl/certificates/self-signed-invalid-name.pem » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698