]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls_openssl.c
OpenSSL: Make sure local certificate auto chaining is enabled
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 21 Dec 2016 10:23:15 +0000 (12:23 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 21 Dec 2016 10:23:15 +0000 (12:23 +0200)
commitd7f12e4eb9fe1f182dadec79b675c274a2618549
tree3376c32bf333525f2eee5413130d3df8819fa3d9
parent4be02b71bb82ac8571f533a9214e7205a398e401
OpenSSL: Make sure local certificate auto chaining is enabled

Number of deployed use cases assume the default OpenSSL behavior of auto
chaining the local certificate is in use. BoringSSL removed this
functionality by default, so we need to restore it here to avoid
breaking existing use cases.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/crypto/tls_openssl.c