libtls: Add getters for TLS handshake authentication details

This commit is contained in:
Martin Willi
2015-03-03 14:08:00 +01:00
parent aba5b76ce1
commit 666c552381
7 changed files with 49 additions and 0 deletions
+7
View File
@@ -251,6 +251,13 @@ struct tls_t {
*/
chunk_t (*get_eap_msk)(tls_t *this);
/**
* Get the authentication details after completing the handshake.
*
* @return authentication details, internal data
*/
auth_cfg_t* (*get_auth)(tls_t *this);
/**
* Destroy a tls_t.
*/