Created
May 23, 2018 16:32
-
-
Save thomsh/42fd2d5fff5b998e76add9ddc39333ef to your computer and use it in GitHub Desktop.
lastpass change their CA patch pins.h (GlobalSign R1/R3 pins)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description: lastpass ca change GlobalSign R1/R3 pins | |
https://github.com/lastpass/lastpass-cli/commit/b888411b042df9414d1d78d99332b672e65c4eb9 | |
https://github.com/lastpass/lastpass-cli/issues/409 | |
. | |
lastpass-cli (1.0.0-1.2) unstable; urgency=medium | |
. | |
* Non-maintainer upload. | |
--- | |
The information above should follow the Patch Tagging Guidelines, please | |
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here | |
are templates for supplementary fields that you might want to add: | |
Origin: <vendor|upstream|other>, <url of original patch> | |
Bug: https://github.com/lastpass/lastpass-cli/issues/409 | |
Bug-Debian: https://bugs.debian.org/<bugnumber> | |
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> | |
Forwarded: <no|not-needed|url proving that it has been forwarded> | |
Reviewed-By: <name and email of someone who approved the patch> | |
Last-Update: 2018-05-23 | |
--- lastpass-cli-1.0.0.orig/pins.h | |
+++ lastpass-cli-1.0.0/pins.h | |
@@ -5,8 +5,12 @@ 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) */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment