summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-ssl.c')
-rw-r--r--nanohttp/nanohttp-ssl.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c
index 1c0fe0e..74d289d 100644
--- a/nanohttp/nanohttp-ssl.c
+++ b/nanohttp/nanohttp-ssl.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: nanohttp-ssl.c,v 1.19 2006/03/07 11:32:42 m0gg Exp $
+* $Id: nanohttp-ssl.c,v 1.20 2006/03/07 16:20:37 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2001-2005 Rochester Institute of Technology
@@ -177,9 +177,11 @@ verify_sn (X509 * cert, int who, int nid, char *str)
static int
user_verify (X509 * cert)
{
- // TODO: Make sure that the client is providing a client cert,
- // or that the Module is providing the Module cert
+ /* TODO: Make sure that the client is providing a client cert,
+ or that the Module is providing the Module cert */
+
/* connect to anyone */
+
log_verbose1 ("Validating certificate.");
return 1;
}