]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Use SSL_is_init_finished instead of checking the last handshake_type
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 20 Jan 2019 09:59:03 +0000 (16:59 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 20 Jan 2019 14:44:11 +0000 (21:44 +0700)
commitd90c4bf807c662c1d4e7b75930d4b9598d7010ad
treea19d4c4cc9e0dfeaf8e6bcd417b17efdf241db12
parent642697be3c89b3b8e43eb8ab4a79ac0562ed3068
Use SSL_is_init_finished instead of checking the last handshake_type

This fixes some compatibility issues with TLS 1.3.  We still disagree on MPPE keys with eapol_test though...
src/lib/eap/tls.c