commit | 442b7f2238827ce2073ae907e6aed8df1ff26fcb | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Mon Jan 25 17:19:41 2021 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue Jan 26 15:19:36 2021 +0100 |
tree | 938af0ad93bd69f75b6b7cf47105e753d1521802 | |
parent | 7f68d815af356fbe1b2e1080a88b9935581c91d2 [diff] |
MINOR: ssl: Server ssl context prepare function refactoring Split the server's ssl context initialization into the general ssl related initializations and the actual initialization of a single SSL_CTX structure. This way the context's initialization will be usable by itself from elsewhere.