TLS: Update file headers to include TLS v1.2 support

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2011-11-27 22:13:52 +02:00
parent a838e71ccf
commit 1622b331f6
10 changed files with 11 additions and 11 deletions

View file

@ -1,5 +1,5 @@
/*
* TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) server
* TLS v1.0/v1.1/v1.2 server (RFC 2246, RFC 4346, RFC 5246)
* Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
*
* This program is free software; you can redistribute it and/or modify