forked from lastpass/lastpass-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pins.h
23 lines (23 loc) · 903 Bytes
/
pins.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#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=",
};
#endif