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
@@ -76,6 +76,13 @@ struct tls_eap_t {
*/
void (*set_identifier) (tls_eap_t *this, uint8_t identifier);
/**
* Get the authentication details after completing the handshake.
*
* @return authentication details, internal data
*/
auth_cfg_t* (*get_auth)(tls_eap_t *this);
/**
* Destroy a tls_eap_t.
*/