From e48e47fa03fa09d89527c1bbfaee4c9d7d3eee6e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 22 Sep 2011 11:01:14 -0400 Subject: Function to return peer cert as tor_tls_cert --- src/common/tortls.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/tortls.h') diff --git a/src/common/tortls.h b/src/common/tortls.h index b522dd112a..00bf4066d2 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -66,6 +66,7 @@ void tor_tls_set_renegotiate_callback(tor_tls_t *tls, int tor_tls_is_server(tor_tls_t *tls); void tor_tls_free(tor_tls_t *tls); int tor_tls_peer_has_cert(tor_tls_t *tls); +tor_cert_t *tor_tls_get_peer_cert(tor_tls_t *tls); int tor_tls_verify(int severity, tor_tls_t *tls, crypto_pk_env_t **identity); int tor_tls_check_lifetime(tor_tls_t *tls, int tolerance); int tor_tls_read(tor_tls_t *tls, char *cp, size_t len); -- cgit v1.2.3-54-g00ecf