TLSv1 server - read handshake message. More...
#include "includes.h"
#include "common.h"
#include "md5.h"
#include "sha1.h"
#include "x509v3.h"
#include "tls.h"
#include "tlsv1_common.h"
#include "tlsv1_record.h"
#include "tlsv1_server.h"
#include "tlsv1_server_i.h"
Go to the source code of this file.
Functions | |
int | tlsv1_server_process_handshake (struct tlsv1_server *conn, u8 ct, const u8 *buf, size_t *len) |
TLSv1 server - read handshake message.
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.
Definition in file tlsv1_server_read.c.