index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
base
/
transport_security_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-325
/
+0
*
Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), as
unsafe@trevp.net
2013-03-02
1
-58
/
+86
*
Renames some DomainState functions for increased clarity.
unsafe@trevp.net
2013-01-22
1
-5
/
+10
*
This is the first in an intended sequence of CLs to refactor
unsafe@trevp.net
2013-01-08
1
-19
/
+10
*
net: timeout built-in HSTS in the same way as pins.
agl@chromium.org
2012-11-27
1
-0
/
+5
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-09-07
1
-6
/
+8
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
1
-6
/
+3
*
Revert 150375 - Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-08
1
-7
/
+6
*
Implement SHA-256 fingerprint support
palmer@chromium.org
2012-08-07
1
-6
/
+7
*
Revert 150124 - Implement SHA-256 fingerprint support.
dimich@chromium.org
2012-08-06
1
-7
/
+6
*
Implement SHA-256 fingerprint support.
palmer@chromium.org
2012-08-06
1
-6
/
+7
*
Revert 149261 - Support SHA-256 in public key pins for HTTPS.
vandebo@chromium.org
2012-07-31
1
-6
/
+6
*
Support SHA-256 in public key pins for HTTPS.
palmer@chromium.org
2012-07-31
1
-6
/
+6
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Coverity: Fix two pass-by-values.
jhawkins@chromium.org
2012-05-04
1
-2
/
+2
*
Refactor TransportSecurityState.
palmer@chromium.org
2012-05-01
1
-179
/
+196
*
Remove a declaration for an unimplemented function in TransportSecurityState.
rsleevi@chromium.org
2012-03-03
1
-5
/
+0
*
Fix bug in HasMetadata: Updates argument even if it fails.
palmer@chromium.org
2012-02-15
1
-12
/
+33
*
Resolve style nits and clean up Strict-Transport-Security header handling code.
palmer@chromium.org
2012-01-11
1
-1
/
+2
*
Implement HTTP header-based public key pinning.
palmer@chromium.org
2012-01-05
1
-33
/
+79
*
Simple change to simplify TransportSecurityState.
palmer@chromium.org
2011-12-27
1
-10
/
+0
*
net: make interstitials fatal for pinned sites
agl@chromium.org
2011-11-29
1
-6
/
+23
*
net: expand upon the comment for IsChainOfPublicKeysPermitted
agl@chromium.org
2011-11-03
1
-4
/
+10
*
net: reject other intermediates from Equifax
agl@chromium.org
2011-11-02
1
-2
/
+11
*
Report second-level domains for UMA on pin failure.
palmer@chromium.org
2011-10-31
1
-0
/
+5
*
Recommit fraudulent certificate reporting infrastructure.
palmer@chromium.org
2011-10-15
1
-0
/
+15
*
Revert 105624 - Revert 105614.
palmer@chromium.org
2011-10-15
1
-15
/
+0
*
Revert 105614.
palmer@chromium.org
2011-10-15
1
-0
/
+15
*
Revert 105595 - Initial infrastructure for the fraudulent certificate chain r...
apatrick@chromium.org
2011-10-14
1
-15
/
+0
*
Initial infrastructure for the fraudulent certificate chain reporting
palmer@chromium.org
2011-10-14
1
-0
/
+15
*
Fix Windows shared library build.
phajdan.jr@chromium.org
2011-09-27
1
-1
/
+2
*
Make TransportSecurityState not ref-counted for simplicity.
phajdan.jr@chromium.org
2011-09-27
1
-21
/
+15
*
Move TransportSecurityPersister completely to IO thread.
phajdan.jr@chromium.org
2011-09-21
1
-0
/
+3
*
net: support side-pinning of public keys.
agl@chromium.org
2011-09-20
1
-0
/
+9
*
net: remove opportunistic HTTPS stuff.
agl@chromium.org
2011-09-19
1
-4
/
+2
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-3
/
+3
*
net: Add NET_API to net/base
rvargas@google.com
2011-05-18
1
-2
/
+3
*
Fix net/ command-line pollution introduced in http://codereview.chromium.org/...
cevans@chromium.org
2011-05-02
1
-4
/
+11
*
Report cert-pin only metadata correctly in the chrome://net-internals/#hsts UI.
cevans@chromium.org
2011-04-27
1
-4
/
+8
*
Add support for enforcing certificate pinning without requiring https on a
cevans@chromium.org
2011-04-26
1
-0
/
+12
*
Add command-line control of the HSTS preload list.
cevans@chromium.org
2011-04-21
1
-2
/
+9
*
Clang build fix after r81584.
agl@chromium.org
2011-04-14
1
-5
/
+2
*
net: implement the beginnings of HSTS pinning
agl@chromium.org
2011-04-14
1
-0
/
+10
*
Add gmail.com and googlemail.com to the HSTS hardcoded list. These domains
cevans@chromium.org
2011-04-09
1
-3
/
+6
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
HSTS: add net-internals UI.
agl@chromium.org
2011-02-17
1
-3
/
+12
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
1
-5
/
+5
*
net: limit HSTS ages to one year.
agl@chromium.org
2010-11-30
1
-0
/
+3
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
1
-1
/
+0
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-1
/
+1
[next]