X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fverify.h;h=ebcd99337f882b9b1ea422158349ce94be26a782;hb=e279b81dba5901ad6ed7fa73901acab10f1d4a63;hp=2e986db87ee5cb005e3d0a470fa6aaca665300a9;hpb=2cc876ebafc566267a6de49fe722257977967091;p=tlsproxy%2Ftlsproxy.git diff --git a/src/verify.h b/src/verify.h index 2e986db..ebcd993 100644 --- a/src/verify.h +++ b/src/verify.h @@ -20,8 +20,10 @@ #ifndef VERIFY_H #define VERIFY_H +int proxy_certificate_path(const char *hostname, char *path, size_t size); int server_certificate_path(FILE **file, const char *hostname, char *path, size_t size); + int verify_tls_connection(gnutls_session_t session, const char *hostname); #endif