]> jfr.im git - solanum.git/commit - libratbox/src/openssl.c
Improve the versions of TLS used for server to server linking
authorAaron Jones <redacted>
Fri, 23 Oct 2015 16:08:15 +0000 (16:08 +0000)
committerAaron Jones <redacted>
Fri, 23 Oct 2015 16:08:15 +0000 (16:08 +0000)
commit25f7ee7dd65f988e07e4b35c07609a5897ba8945
treea5655662a4833a2c6b869cc6ed92200f8f918564
parent3ae24413ca9edbbeaee6a4e1d55676362d8b68ba
Improve the versions of TLS used for server to server linking

When building against current OpenSSL (<= 1.0.2) or old LibreSSL
(< 2.2.2) the server will use TLSv1.0 only when connecting to other
servers.

This patch corrects that.
libratbox/src/openssl.c