From c2f321010a06e4ccf8d8ec61f8673850c7d175e2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 20 Mar 2016 10:24:18 +0000 Subject: add certificate authority bundle handling to windows The curl certificate handling on windows does not have a compiled in default location so it is necessary to attempt to find a default bundle. This provides a bundle in the install and code to set it as the default bundle location. --- windows/res/ca-bundle.crt | 1 + 1 file changed, 1 insertion(+) create mode 120000 windows/res/ca-bundle.crt (limited to 'windows/res/ca-bundle.crt') diff --git a/windows/res/ca-bundle.crt b/windows/res/ca-bundle.crt new file mode 120000 index 000000000..ad2dd6b55 --- /dev/null +++ b/windows/res/ca-bundle.crt @@ -0,0 +1 @@ +../../!NetSurf/Resources/ca-bundle \ No newline at end of file -- cgit v1.2.3