aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-30 15:24:36 +0000
committerlloyd <[email protected]>2010-03-30 15:24:36 +0000
commit40d0f36446d5d80dcc1e99c8707e2b84e82c5da0 (patch)
treef660c5cca710b7098d601c0d77d2a12fd3df2181 /src/ssl/info.txt
parent9378baca4d4b2eb1f8d36177ada4dfc4015d46e8 (diff)
Add a class that knows how to decode a (very small subset of) TLS data
formatting. Particularly useful in the ClientHello, but generally helps centralize the offset handling, which was particularly unreadable in the hello messages.
Diffstat (limited to 'src/ssl/info.txt')
-rw-r--r--src/ssl/info.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/ssl/info.txt b/src/ssl/info.txt
index 73e4207d8..e7e679a8c 100644
--- a/src/ssl/info.txt
+++ b/src/ssl/info.txt
@@ -1 +1,41 @@
define SSL_TLS
+
+<header:public>
+handshake_hash.h
+socket.h
+tls_alerts.h
+tls_client.h
+tls_connection.h
+tls_exceptn.h
+tls_magic.h
+tls_messages.h
+tls_policy.h
+tls_queue.h
+tls_record.h
+tls_server.h
+tls_session_key.h
+tls_state.h
+tls_suites.h
+</header:public>
+
+<header:internal>
+tls_reader.h
+</header:internal>
+
+<source>
+c_kex.cpp
+cert_req.cpp
+cert_ver.cpp
+finished.cpp
+handshake_hash.cpp
+handshake_state.cpp
+hello.cpp
+rec_read.cpp
+rec_wri.cpp
+s_kex.cpp
+tls_client.cpp
+tls_policy.cpp
+tls_server.cpp
+tls_session_key.cpp
+tls_suites.cpp
+</source>