Commit 3ed4c61
committed
Release version 2.7.1
Changes for the user:
- The Windows release ships with a CA certificates bundle.
Comments:
This is needed because on Windows we can't rely on Schannel and seem to
be using OpenSSL instead. To help the user get started we provide a CA
bundle they can use to get started. They will probably need to adjust it
if they have custom certificates.
In the future, it might make sense to try and upgrade `ocurl` to be able
to use more options of libcurl and try to make it use Schannel, and
determine whether we need to compile the DLL ourselves instead of
downloading it from the official website. Currently this is definitely
tricky because we can't use the new ocurl on CentOS 7, and using 8+
would unnecessarily decrease the compatibility of our uploader.1 parent 26a5871 commit 3ed4c61
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | | - | |
| 16 | + | |
| 17 | + | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
| |||
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
154 | | - | |
| 159 | + | |
| 160 | + | |
155 | 161 | | |
156 | 162 | | |
157 | 163 | | |
| |||
0 commit comments