]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls.h
OpenSSL: Add tls_connection_get_cipher_suite()
authorJouni Malinen <j@w1.fi>
Fri, 5 Jul 2019 15:07:14 +0000 (18:07 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2019 13:10:44 +0000 (16:10 +0300)
commit94714ec341cc278db386fd998b8dd7a2aa4180bb
tree113fb986e645ab8051410171dc58b86ccb47ef2a
parent063d28ec838967ab3b25cf184895d254d5c7ff7e
OpenSSL: Add tls_connection_get_cipher_suite()

This can be used to fetch the 16-bit TLS cipher suite identifier.

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