]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Implement openssl_tls_prf() for OpenSSL 1.1.0
authorJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 07:48:05 +0000 (10:48 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2015 15:56:45 +0000 (18:56 +0300)
commit3de28506d2fe1a5530dd91a369044d3ec025fb8f
tree79e2de34951470955016343ba20e985c25de3ad6
parent4d2a1b4f8fb345c80bb9f3bbd141e592c5d3241d
OpenSSL: Implement openssl_tls_prf() for OpenSSL 1.1.0

This needs to use the new accessor functions since the SSL session
details are not directly accessible anymore and there is now sufficient
helper functions to get to the needed information.

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