]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Reject empty cipher list in tls_connection_set_cipher_list()
authorJouni Malinen <j@w1.fi>
Sat, 11 Feb 2017 13:56:47 +0000 (15:56 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2019 13:10:44 +0000 (16:10 +0300)
commit063d28ec838967ab3b25cf184895d254d5c7ff7e
tree9010acd14caf1a56f90dee92c92cd5ae4d9c82bf
parent3af37ece199b2e78589a1e0fc66d35f1681620dc
OpenSSL: Reject empty cipher list in tls_connection_set_cipher_list()

Previously, this invalid call would have resulted in printing out a
string from uninitialized memory

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