make AR identities available to IMVs via IF-IMV 1.4 draft

This commit is contained in:
Andreas Steffen
2013-02-11 15:30:44 +01:00
parent ebb87f08f7
commit bd1ee5bdc4
14 changed files with 645 additions and 0 deletions
+14
View File
@@ -192,6 +192,20 @@ struct tls_t {
*/
bool (*is_server)(tls_t *this);
/**
* Return the server identity
*
* @return Server identity
*/
identification_t* (*get_server_id)(tls_t *this);
/**
* Return the peer identity
*
* @return Peer identity
*/
identification_t* (*get_peer_id)(tls_t *this);
/**
* Get the negotiated TLS/SSL version.
*