X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=libeap%2Fsrc%2Ftls%2Fx509v3.h;h=91a35baf92b1892cc7645507124991c5df9c1afd;hb=4f319dde67a76fe0aaf33f6d2788968012584ada;hp=37292d7e7dec9b13819683331d86f050c001973f;hpb=49c65b803b43e159e38f6a16505bad54de153916;p=mech_eap.git diff --git a/libeap/src/tls/x509v3.h b/libeap/src/tls/x509v3.h index 37292d7..91a35ba 100644 --- a/libeap/src/tls/x509v3.h +++ b/libeap/src/tls/x509v3.h @@ -1,15 +1,9 @@ /* * X.509v3 certificate parsing and processing - * Copyright (c) 2006, Jouni Malinen + * Copyright (c) 2006-2011, Jouni Malinen * - * 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);