]> git.sur5r.net Git - bacula/bacula/commit
crypto: remove support for ancient openssl
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Wed, 8 Nov 2017 13:37:31 +0000 (14:37 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 19 Nov 2017 15:53:40 +0000 (16:53 +0100)
commit5f20ce1dd3cd79137ae7650bf2461be8d41c1a8b
tree6d58e5e2f1b76496294aad826c842cde85872927
parentdb165207d0859d009abc07a9847b63e53d90b4c3
crypto: remove support for ancient openssl

OpenSSL 1.0.2 is still supported. Everything earlier is not so the old
code for compat can be thrown away, especially the 0.9.8 support.

TLSv1_method() should not be used and SSLv23_method() should be
preferred because the latter supports TLS1.0…1.2 while the former _only_
tries TLS1.0.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
bacula/src/lib/crypto.c
bacula/src/lib/tls.c