haproxy/include
Willy Tarreau 2b3205b5fa BUILD: ssl: fix build on OpenSSL 1.0.0
After the code was ported to support 1.1.0, this one broke on 1.0.0 :

  src/shctx.c:406: undefined reference to `SSL_SESSION_set1_id_context'

The function was indeed introduced only in 1.0.1. The build was validated
with 0.9.8, 1.0.0, 1.0.1, 1.0.2 and 1.1.0.

This fix must be backported to 1.7.
2017-01-19 17:27:57 +01:00
..
common MAJOR: ssl: bind configuration per certificat 2017-01-13 11:40:34 +01:00
import CLEANUP: da: move global settings out of the global section 2016-12-21 21:30:54 +01:00
proto BUILD: ssl: fix build on OpenSSL 1.0.0 2017-01-19 17:27:57 +01:00
types MINOR: ssl: add curve suite for ECDHE negotiation 2017-01-13 11:41:01 +01:00