aboutsummaryrefslogtreecommitdiffstats
path: root/istream.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2001-12-26 12:18:06 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2001-12-26 12:18:06 +0000
commitf67501a12a885082daa7cc9da922402d5d2e109c (patch)
tree5e492f0a5f24708ee7c73ad84ca6323464265a3e /istream.h
parent[w3m-dev 02715] bugfix in scripts/multipart/multipart.cgi.in (diff)
downloadw3m-f67501a12a885082daa7cc9da922402d5d2e109c.tar.gz
w3m-f67501a12a885082daa7cc9da922402d5d2e109c.zip
[w3m-dev 02743] RFC2818 server identity check
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r--istream.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/istream.h b/istream.h
index b7138fa..20a0fcd 100644
--- a/istream.h
+++ b/istream.h
@@ -1,4 +1,4 @@
-/* $Id: istream.h,v 1.4 2001/11/24 02:01:26 ukai Exp $ */
+/* $Id: istream.h,v 1.5 2001/12/26 12:18:06 ukai Exp $ */
#ifndef IO_STREAM_H
#define IO_STREAM_H
@@ -6,6 +6,7 @@
#ifdef USE_SSL
#include <bio.h>
#include <x509.h>
+#include <x509v3.h>
#include <ssl.h>
#endif
#include "Str.h"
@@ -126,6 +127,7 @@ extern int ISfileno(InputStream stream);
extern int ISeos(InputStream stream);
#ifdef USE_SSL
extern Str ssl_get_certificate(InputStream stream);
+extern Str ssl_check_cert_ident(SSL *handle, char *hostname);
#endif
#define IST_BASIC 0