Skip to content

Commit

Permalink
pins: add future root / leaf keys to pin list
Browse files Browse the repository at this point in the history
LastPass will soon be updating some of its certificates and
keys.  In order to maintain continuity before and after the
changes, add pins for the not-yet-in-place certificates.

As I do not yet know exactly what the chain will look like,
I've included all of the pubkeys from the probable root,
as well as the leaf certs just in case another provider is
used.  When the final chain is in place, we'll reduce this
list to a smaller set.

Backported from master

Signed-off-by: Bob Copeland <[email protected]>
  • Loading branch information
Bob Copeland committed Jan 28, 2016
1 parent b503895 commit 00b2d18
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,19 @@ const char *PK_PINS[] = {
"HXXQgxueCIU5TTLHob/bPbwcKOKw6DkfsTWYHbxbqTY=",
/* current lastpass.eu primary (AddTrust) */
"lCppFqbkrlJ3EcVFAkeip0+44VaoJUymbnOaEUk7tEU=",
/* future lastpass root CA (GlobalSign R1) */
"K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q=",
/* future lastpass root CA (GlobalSign R2) */
"iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0=",
/* future lastpass root CA (GlobalSign R3) */
"cGuxAXyFXFkWm61cF4HPWX8S0srS9j0aSqN0k4AP+4A=",
/* future lastpass.com primary (leaf) */
"0hkr5YW/WE6Nq5hNTcApxpuaiwlwy5HUFiOt3Qd9VBc=",
/* future lastpass.com backup (leaf) */
"8CzY4qWQKZjFDwHXTOIpsVfWkiVnrhQOJEM4Q2b2Ar4=",
/* future lastpass.eu primary (leaf) */
"SQAWwwYXoceSd8VNbiyxspGXEjFndkklEO2XzLMts10=",
/* future lastpass.eu backup (leaf) */
"qr2VCNpUi0PK80PfRyF7lFBIEU1Gzz931k03hrD+xGQ=",
};
#endif

0 comments on commit 00b2d18

Please sign in to comment.