Extract client identity and authentication type from SASL authentication

This commit is contained in:
Andreas Steffen
2013-08-15 23:34:22 +02:00
parent 6d6100c2bc
commit 97b1d39de5
7 changed files with 76 additions and 9 deletions
+7
View File
@@ -199,6 +199,13 @@ struct tls_t {
*/
identification_t* (*get_server_id)(tls_t *this);
/**
* Set the peer identity.
*
* @param id peer identity
*/
void (*set_peer_id)(tls_t *this, identification_t *id);
/**
* Return the peer identity.
*