summaryrefslogtreecommitdiff
path: root/src/tls/x509v3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/x509v3.h')
-rw-r--r--src/tls/x509v3.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/tls/x509v3.h b/src/tls/x509v3.h
index 37292d7e7dec9..91a35baf92b18 100644
--- a/src/tls/x509v3.h
+++ b/src/tls/x509v3.h
@@ -1,15 +1,9 @@
/*
* X.509v3 certificate parsing and processing
- * Copyright (c) 2006, Jouni Malinen <j@w1.fi>
+ * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- *
- * Alternatively, this software may be distributed under the terms of BSD
- * license.
- *
- * See README and COPYING for more details.
+ * This software may be distributed under the terms of the BSD license.
+ * See README for more details.
*/
#ifndef X509V3_H
@@ -120,7 +114,7 @@ int x509_certificate_check_signature(struct x509_certificate *issuer,
struct x509_certificate *cert);
int x509_certificate_chain_validate(struct x509_certificate *trusted,
struct x509_certificate *chain,
- int *reason);
+ int *reason, int disable_time_checks);
struct x509_certificate *
x509_certificate_get_subject(struct x509_certificate *chain,
struct x509_name *name);