]> git.ipfire.org Git - thirdparty/hostap.git/commit
Add tls_get_tls_unique() to fetch "tls-unique" for channel binding
authorJouni Malinen <j@w1.fi>
Mon, 10 Aug 2015 18:21:40 +0000 (21:21 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 9 Jul 2019 13:10:44 +0000 (16:10 +0300)
commit3af37ece199b2e78589a1e0fc66d35f1681620dc
treede4c2447cd0f092e7a51a190a48457d82a7fdd94
parent88b6c6e244341f9874eceb5a50767e65d2113936
Add tls_get_tls_unique() to fetch "tls-unique" for channel binding

This implements "tls-unique" derivation per RFC 5929, Section 3. This
will be needed for channel binding, e.g., with EAP-TEAP.

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