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

Side by Side Diff: net/http/transport_security_state_static.certs

Issue 722813002: net: adding public-key pinning for SpiderOak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 6 years, 1 month 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This file contains pinned certificates to be used in conjunction with 5 # This file contains pinned certificates to be used in conjunction with
6 # hsts_preloaded.json. See the comments at the beginning of that file for 6 # hsts_preloaded.json. See the comments at the beginning of that file for
7 # details. 7 # details.
8 8
9 # Each entry consists of a line containing the name of the pin followed either 9 # Each entry consists of a line containing the name of the pin followed either
10 # by a hash in the format "sha1/" + base64(hash), or a PEM encoded certificate. 10 # by a hash in the format "sha1/" + base64(hash), or a PEM encoded certificate.
(...skipping 1489 matching lines...) Expand 10 before | Expand all | Expand 10 after
1500 KoZIhvcNAQEMBQADggEBAMeKoENL7HTJxavVHzA1Nm6YVntIrAVjrnuaVyRXzG/6 1500 KoZIhvcNAQEMBQADggEBAMeKoENL7HTJxavVHzA1Nm6YVntIrAVjrnuaVyRXzG/6
1501 3qttnMe2uuzO58pzZNvfBDcKAEmzP58mrZGMIOgfiA4q+2Y3yDDo0sIkp0VILeoB 1501 3qttnMe2uuzO58pzZNvfBDcKAEmzP58mrZGMIOgfiA4q+2Y3yDDo0sIkp0VILeoB
1502 UEoxlBPfjV/aKrtJPGHzecicZpIalir0ezZYoyxBEHQa0+1IttK7igZFcTMQMHp6 1502 UEoxlBPfjV/aKrtJPGHzecicZpIalir0ezZYoyxBEHQa0+1IttK7igZFcTMQMHp6
1503 mCHdJLnsnLWSB62DxsRq+HfmNb4TDydkskO/g+l3VtsIh5RHFPVfKK+jaEyDj2D3 1503 mCHdJLnsnLWSB62DxsRq+HfmNb4TDydkskO/g+l3VtsIh5RHFPVfKK+jaEyDj2D3
1504 loB5hWp2Jp2VDCADjT7ueihlZGak2YPqmXTNbk19HOuNssWvFhtOyPNV6og4ETQd 1504 loB5hWp2Jp2VDCADjT7ueihlZGak2YPqmXTNbk19HOuNssWvFhtOyPNV6og4ETQd
1505 Ea8/B6hPatJ0ES8q/HO3X8IVQwVs1n3aAr0im0/T+Xc= 1505 Ea8/B6hPatJ0ES8q/HO3X8IVQwVs1n3aAr0im0/T+Xc=
1506 -----END CERTIFICATE----- 1506 -----END CERTIFICATE-----
1507 1507
1508 FacebookBackup 1508 FacebookBackup
1509 sha1/1ww8E0AYsR2oX5lndk2hwp2Uosk= 1509 sha1/1ww8E0AYsR2oX5lndk2hwp2Uosk=
1510
1511 SpiderOak1
1512 sha1/UPrvFUSrp9aal5v6Rn0Jv3YJ/wU=
1513
1514 SpiderOak2
1515 sha1/D0fS/hquA6QprluciyO1hlFUAxg=
OLDNEW
« no previous file with comments | « net/http/transport_security_state_static.h ('k') | net/http/transport_security_state_static.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698