Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
2fc1eb9b
Commit
2fc1eb9b
authored
Jan 05, 2015
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace superseded patch.
parent
c526408b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
21 deletions
+0
-21
config/chroot_local-patches/tails-iuk-handle-website-CA-change.patch
...ot_local-patches/tails-iuk-handle-website-CA-change.patch
+0
-21
No files found.
config/chroot_local-patches/tails-iuk-handle-website-CA-change.patch
deleted
100644 → 0
View file @
c526408b
Patch extracted from this tails-iuk commit:
commit bc6aad74b1ba49c942a504a495f87bf0cfa2ce33
Author: Tails developers <tails@boum.org>
Date: Sun Dec 7 13:37:03 2014 +0000
Add an indirection layer rather than hard-coding the CA to verify the website certificate against.
The tails-iuk.pem CA bundle is created at build time, in the
bugfix/handle-website-CA-change branch of our main Git repository.
--- chroot.orig/usr/share/perl5/Tails/IUK/UpgradeDescriptionFile/Download.pm
+++ chroot/usr/share/perl5/Tails/IUK/UpgradeDescriptionFile/Download.pm
@@ -105,7 +105,7 @@
method _build_curl_opts {
}
else {
my $cafile = $ENV{HTTPS_CA_FILE};
- $cafile //= '/etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem';
+ $cafile //= '/usr/local/etc/ssl/certs/tails-iuk.pem';
push @opts, CURLOPT_SSL_VERIFYHOST, 2;
push @opts, CURLOPT_SSL_VERIFYPEER, 1;
push @opts, CURLOPT_CAINFO, $cafile;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment