]> git.ipfire.org Git - thirdparty/hostap.git/commit
TLS: Reject openssl_ciphers parameter in non-OpenSSL cases
authorJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 23:35:54 +0000 (01:35 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 10 Jan 2015 23:35:54 +0000 (01:35 +0200)
commit224104ddf60c838ea8281ab12b4a7f043ee16d23
tree8c3e4af89dd9fd65aa091b09d286218d733a1356
parentb09baf37cf78989b1d0d1ad4abecc612eccf49af
TLS: Reject openssl_ciphers parameter in non-OpenSSL cases

This TLS configuration parameter is explicitly for OpenSSL. Instead of
ignoring it silently, reject any configuration trying to use it in
builds that use other options for TLS implementation.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/tls_gnutls.c
src/crypto/tls_internal.c
src/crypto/tls_schannel.c