SWI-Prolog / packages-ssl

The SWI-Prolog SSL interface
4 stars 13 forks source link

Please recreate the example certificates with longer key lengths #153

Closed triska closed 4 years ago

triska commented 4 years ago

As of Debian buster, 2048 bit or larger keys are required for RSA and DHE keys:

https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#openssl-defaults

Since the certificates that ship with this package use shorter keys, test cases fail with Debian buster and later.

JanWielemaker commented 4 years ago

This issue has been mentioned on SWI-Prolog. There might be relevant details there:

https://swi-prolog.discourse.group/t/cannot-find-source-file-tipc-c-while-compiling-on-debian-10/2077/12

JanWielemaker commented 4 years ago

Verified Matt's changes on a VM running Buster. Thanks all! Closing.