]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: introduce fine guard for ssl random extraction functions
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 24 Mar 2021 19:41:41 +0000 (00:41 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 26 Mar 2021 14:19:07 +0000 (15:19 +0100)
commitdf627943a456a330be82cc012870ede8f43bd80f
tree57576e9b1e214b4a17d6fbf248195c2aba311d87
parentbc2c386992decb1ec8b0096f0b2ffd860e9cd559
BUILD: ssl: introduce fine guard for ssl random extraction functions

SSL_get_{client,server}_random are supported in OpenSSL-1.1.0, BoringSSL,
LibreSSL-2.7.0

let us introduce HAVE_SSL_EXTRACT_RANDOM for that purpose
include/haproxy/openssl-compat.h
src/ssl_sample.c