Skip to content
Prev 58687 / 63424 Next

r-project.org SSL certificate issues

My (also not expert) understanding is that there is nothing insecure about
alternative certificate chains at all. All browsers and macOS's built in
SSL library (secure transport) support them properly. OpenSSL and LibreSSL
were/are simply broken. This was not such a big issue so far, but now that
some old long lived certificates are expiring, it is increasingly an issue.

FWIW it is possible to build libcurl on macOS without any external SSL
library, so OpenSSL and LibreSSL are not needed at all. (Unfortunately the
libcurl build that comes with most (all?) macOS versions does use
LibreSSL.) The R installer could link to such a static libcurl library on
macOS, and that would solve the issue for macOS. Whether it should, that's
another question.

Gabor
On Wed, Jun 10, 2020 at 9:56 AM peter dalgaard <pdalgd at gmail.com> wrote: