libtls: Add getters for TLS handshake authentication details
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user