]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/crypto/tls_openssl.c
OpenSSL: Implement tls_connection_get_keys() for OpenSSL 1.1.0
authorJouni Malinen <j@w1.fi>
Mon, 27 Jul 2015 21:58:39 +0000 (00:58 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 15:56:45 +0000 (18:56 +0300)
commit005c5dcf43c20d3cf60867e5d675cd2f8d288454
tree7290ce83786f7d3d218231b77adfa9c72cf6e45a
parent690e543e8aac53b2a043f379cddf7cd856f39ae2
OpenSSL: Implement tls_connection_get_keys() for OpenSSL 1.1.0

This needs to use the new accessor functions since the SSL session
details are not directly accessible anymore.

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