Skip to content

Commit

Permalink
Merge pull request #655 from lastpass/cert-change
Browse files Browse the repository at this point in the history
Update certificate hashes
  • Loading branch information
nmolnarlp authored Aug 30, 2023
2 parents a5b93b9 + 11cc281 commit 9e5653b
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions pins.h
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
#ifndef PINS_H
#define PINS_H
const char *PK_PINS[] = {
/* current lastpass.com primary (Thawte) */
"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=",
/* current lastpass.com primary (leaf) */
"YDjIAXSYj+mh+25FGifAiKN4oNOAj+as6gQv4naQG0M=",
/* current lastpass.eu primary (leaf) */
"SjMnNhjAyVM5Yv6O5JaQgNygBTU0wdb8Jz3mfQfTc28=",
/* GlobalSign ECC OV SSL CA 2018 intermediate CA */
"OD/WDbD3VsfMwwNzzy9MWd9JXppKB77Vb3ST2wn9meg="
};
#endif

0 comments on commit 9e5653b

Please sign in to comment.