forked from lastpass/lastpass-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpins.h
More file actions
19 lines (19 loc) · 711 Bytes
/
pins.h
File metadata and controls
19 lines (19 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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 R2) */
"iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0=",
/* 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