X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=libeap%2Fsrc%2Ftls%2Ftlsv1_client_i.h;h=55fdcf8d0435cf38e39c83babd225447c65c5a40;hb=4f319dde67a76fe0aaf33f6d2788968012584ada;hp=7fe179f10c63bae7ae404cbb82980927ab0d2605;hpb=3d6aee344d6a992d500869b336d68b09fc07cba3;p=mech_eap.git diff --git a/libeap/src/tls/tlsv1_client_i.h b/libeap/src/tls/tlsv1_client_i.h index 7fe179f..55fdcf8 100644 --- a/libeap/src/tls/tlsv1_client_i.h +++ b/libeap/src/tls/tlsv1_client_i.h @@ -1,15 +1,9 @@ /* * TLSv1 client - internal structures - * Copyright (c) 2006-2007, 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 TLSV1_CLIENT_I_H @@ -39,6 +33,7 @@ struct tlsv1_client { unsigned int session_resumed:1; unsigned int session_ticket_included:1; unsigned int use_session_ticket:1; + unsigned int disable_time_checks:1; struct crypto_public_key *server_rsa_key; @@ -67,6 +62,8 @@ struct tlsv1_client { tlsv1_client_session_ticket_cb session_ticket_cb; void *session_ticket_cb_ctx; + + struct wpabuf *partial_input; };