commit 4fee3689d7d838c271744b1fff7a49792cbcc01d Author: David Fifield david@bamsoftware.com Date: Wed Jul 31 20:12:13 2013 -0700
ChangeLog for intermediate certificate pins. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/ChangeLog b/ChangeLog index 37c8b01..19c1bd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,12 @@ don't log IP addresses by default. Patch by Arlo Breault. Fixes bug 9185.
+ o Certificate pins now match against the public keys of intermediate + certificates, not only those of leaves. This will help with + flashproxy-reg-appspot, whose leaf key was often changing. It also + allows us to copy pin digests directly from the Chromium source + code. Patch by David Fifield. Fixed bug 9167. + Changes in version 1.1 o Programs that use certificate pins now take a --disable-pin option that causes pins to be ignored.