aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/info.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-08-06 15:59:50 +0000
committerlloyd <[email protected]>2012-08-06 15:59:50 +0000
commit5c35bdbb373a5db27299e64abf906409699a1adb (patch)
treece165aaeab3cb7792c896c239e9b36d1c80aca99 /src/tls/info.txt
parent45f6afea689eba9a1d3cc3703c2b4250495d4b96 (diff)
Expose Handshake_Message as an API type.
Use override as appropriate in tls_messages.h Add a callback to Handshake_State which, if set, is called for each Handshake_Message& as it is received or sent. Not yet exposed at the application level. Use default values in client and server hellos to minimize the need for explicit settings in constructors.
Diffstat (limited to 'src/tls/info.txt')
-rw-r--r--src/tls/info.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt
index 5294d3026..ffd0f5ad1 100644
--- a/src/tls/info.txt
+++ b/src/tls/info.txt
@@ -13,6 +13,7 @@ tls_channel.h
tls_ciphersuite.h
tls_client.h
tls_exceptn.h
+tls_handshake_msg.h
tls_magic.h
tls_policy.h
tls_record.h