aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-01-04 17:11:40 +0000
committerlloyd <[email protected]>2012-01-04 17:11:40 +0000
commit268b336843cf71f8fcb8c68ed67a622c71e3232a (patch)
tree1e6da6458693a5c8040edeb05bc3eef40c93cddf /src/tls/info.txt
parentc926d5e919245f25d1730f4f4d565f691647e99f (diff)
Split hello.cpp into c_hello.cpp and s_hello.cpp
Add support for NPN on the server side. Server is initialized with the list of protocols it wants to offer, once the handshake completes the client requested protocol is available via a getter.
Diffstat (limited to 'src/tls/info.txt')
-rw-r--r--src/tls/info.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt
index 6654c3b80..9473b0ae2 100644
--- a/src/tls/info.txt
+++ b/src/tls/info.txt
@@ -22,34 +22,35 @@ tls_suites.h
<header:internal>
tls_alerts.h
-tls_handshake_hash.h
tls_extensions.h
+tls_handshake_hash.h
+tls_handshake_state.h
tls_messages.h
tls_reader.h
tls_session_key.h
-tls_handshake_state.h
</header:internal>
<source>
+c_hello.cpp
c_kex.cpp
cert_req.cpp
cert_ver.cpp
finished.cpp
-tls_handshake_hash.cpp
-tls_extensions.cpp
-hello.cpp
+next_protocol.cpp
rec_read.cpp
rec_wri.cpp
+s_hello.cpp
s_kex.cpp
-next_protocol.cpp
tls_channel.cpp
tls_client.cpp
+tls_extensions.cpp
+tls_handshake_hash.cpp
+tls_handshake_state.cpp
tls_policy.cpp
tls_server.cpp
-tls_session_key.cpp
tls_session.cpp
+tls_session_key.cpp
tls_session_manager.cpp
-tls_handshake_state.cpp
tls_suites.cpp
</source>