]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add a new function ssl_sock_get_ssl_object()
authorDragan Dosen <ddosen@haproxy.com>
Mon, 11 May 2020 15:17:06 +0000 (17:17 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 14 May 2020 11:13:14 +0000 (13:13 +0200)
commiteb607fe6a11a8de5b5c30abc20e89c32fe5e2aea
treeb605b8973388e6a0775e14a267ab6e0c3b3c1b30
parent9ac9809cb942fb270e601887b3013813fa8daaab
MINOR: ssl: add a new function ssl_sock_get_ssl_object()

This one can be used later to get a SSL object from connection. It will
return NULL if connection is not established over SSL.
include/proto/ssl_sock.h
src/ssl_sock.c