summaryrefslogtreecommitdiffstats
path: root/ssl_verify.h
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-06-30 15:07:21 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-22 11:32:40 +0200
commit36fae2ec0d04ee078db6ab3888815ea49660104a (patch)
tree4dbcf669fac6ce54a168001ef85d2eb41f3dc733 /ssl_verify.h
parent3cb348e46e5e356eb7e1fe44d1e35f1152865e28 (diff)
downloadopenvpn-36fae2ec0d04ee078db6ab3888815ea49660104a.tar.gz
openvpn-36fae2ec0d04ee078db6ab3888815ea49660104a.tar.xz
openvpn-36fae2ec0d04ee078db6ab3888815ea49660104a.zip
Refactored: Moved verify_cert to ssl_verify
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: James Yonan <james@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'ssl_verify.h')
-rw-r--r--ssl_verify.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/ssl_verify.h b/ssl_verify.h
index 7e53513..87d401a 100644
--- a/ssl_verify.h
+++ b/ssl_verify.h
@@ -242,18 +242,5 @@ tls_client_reason (struct tls_multi *multi)
#endif
}
-/* TEMP */
-int verify_peer_cert(const struct tls_options *opt, x509_cert_t *peer_cert,
- const char *subject, const char *common_name);
-void
-verify_cert_set_env(struct env_set *es, x509_cert_t *peer_cert, int cert_depth,
- const char *subject, const char *common_name,
- const struct x509_track *x509_track);
-int verify_cert_call_plugin(const struct plugin_list *plugins, struct env_set *es,
- int cert_depth, x509_cert_t *cert, char *subject);
-int verify_cert_call_command(const char *verify_command, struct env_set *es,
- int cert_depth, x509_cert_t *cert, char *subject, const char *verify_export_cert);
-bool verify_check_crl_dir(const char *crl_dir, X509 *cert);
-
#endif /* SSL_VERIFY_H_ */