summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authormartijn <martijn@martijnc.be>2015-06-30 12:14:40 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-30 19:15:32 +0000
commitc0d6b620cdbcaa45764219fd91709bc05984d0ed (patch)
tree065b957c5f2f0de490583793f1dcad44cbad19f3 /AUTHORS
parent8208b4d81396c11e1f8ca8f6ffe52b9fcea87d05 (diff)
downloadchromium_src-c0d6b620cdbcaa45764219fd91709bc05984d0ed.zip
chromium_src-c0d6b620cdbcaa45764219fd91709bc05984d0ed.tar.gz
chromium_src-c0d6b620cdbcaa45764219fd91709bc05984d0ed.tar.bz2
Split TransportSecurityState::DomainState into STSState and PKPState
This patch splits the in-memory TransportSecurityState::DomainState up into TransportSecurityState::STSState and TransportSecurityState::PKPState. This patch also updates quite a few tests but there should be no change in behavior. There are some changes in the NetInternalTest because net-internals still expects STS and PKP states to be stored and processed together. The STS and PKP states are still tied together: - In the on-disk storage which slightly complicates the serialization logic because both states have to be merged into one entry until the on-disk storage is split up; - In the preload data which is why the static state still returns both the STSState and the PKPState in the same call; - In net-internals which means the states cannot be added or removed independently. BUG=470295 Review URL: https://codereview.chromium.org/1132043005 Cr-Commit-Position: refs/heads/master@{#336844}
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index c929495..6d9d1fa 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -344,6 +344,7 @@ Marco Rodrigues <gothicx@gmail.com>
Mario Sanchez Prada <mario.prada@samsung.com>
Mark Hahnenberg <mhahnenb@andrew.cmu.edu>
Mark Seaborn <mrs@mythic-beasts.com>
+Martijn Croonen <martijn@martijnc.be>
Martin Bednorz <m.s.bednorz@gmail.com>
Martina Kollarova <martina.kollarova@intel.com>
Masahiro Yado <yado.masa@gmail.com>