]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
TLS: Update file headers to include TLS v1.2 support
authorJouni Malinen <j@w1.fi>
Sun, 27 Nov 2011 20:13:52 +0000 (22:13 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 27 Nov 2011 20:13:52 +0000 (22:13 +0200)
Signed-hostap: Jouni Malinen <j@w1.fi>

src/tls/tlsv1_client.c
src/tls/tlsv1_client.h
src/tls/tlsv1_client_read.c
src/tls/tlsv1_client_write.c
src/tls/tlsv1_common.h
src/tls/tlsv1_record.c
src/tls/tlsv1_record.h
src/tls/tlsv1_server.c
src/tls/tlsv1_server.h
src/tls/tlsv1_server_write.c

index d546e1a9f75e8fb1628bbf0a58c4042853e13a89..3b6ff3e2f7a04008df5d7bef9133eddf1c7669ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) client
+ * TLS v1.0/v1.1/v1.2 client (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
index 8043dad048556dbd60fc53c76c3e9ebdbf0b81a4..ef5e6940aa559bc21c4fb26f81e4b7eae5246b20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLSv1 client (RFC 2246)
+ * TLS v1.0/v1.1/v1.2 client (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
index 8f6b049c06e19ce0c84b64e7a90455a589a4182e..eb0cbefeab3e021b0399908a89149cf88dfbc81c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) client - read handshake message
+ * TLSv1 client - read handshake message
  * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
index badfc604124faec70706dc4559a09fa399290eb7..35a238b1f30fcd046490edebb545631cadcc1a5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) client - write handshake message
+ * TLSv1 client - write handshake message
  * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
index 624ef6fe3b9f16d62192499b7a0f40ed87a3aa29..168f6b4e59036f0e034f9ea78c807a51193b0ca9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) common definitions
+ * TLSv1 common definitions
  * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
index 04f3ee254e5148fadab6a245011cdf2eb2e2f57b..08beca2571d311fd6dead75bc6e6729675c26538 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) Record Protocol
+ * TLSv1 Record Protocol
  * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
index d3941ae946e48a70b77ae11ac60756741208ae97..9eb9bfdfc582be3f0abaef8c10b38cf9cfb32080 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) Record Protocol
+ * TLSv1 Record Protocol
  * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify
index a5605ba46b72f633a1aa4c1437bb1a06490a024c..96e160cd18ba10d405cb7b85d7e51da650c6f5dc 100644 (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
index 00c536c3ee2b85c2a9091ec795d8961e5bef995c..daa435396e552819c9145dbfce0ead4fe7115061 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * TLSv1 server (RFC 2246)
- * Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
+ * 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
  * it under the terms of the GNU General Public License version 2 as
index b57c16dfcadd2fbf2c41b73aa0ca109da23c1f36..0ca3b230dabd3a8dca6e1ccba77b82a70d7f6d37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * TLS v1.0 (RFC 2246) and v1.1 (RFC 4346) server - write handshake message
+ * TLSv1 server - write handshake message
  * Copyright (c) 2006-2011, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify