diff options
author | lloyd <[email protected]> | 2012-08-06 15:59:50 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-08-06 15:59:50 +0000 |
commit | 5c35bdbb373a5db27299e64abf906409699a1adb (patch) | |
tree | ce165aaeab3cb7792c896c239e9b36d1c80aca99 /src/tls/info.txt | |
parent | 45f6afea689eba9a1d3cc3703c2b4250495d4b96 (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.txt | 1 |
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 |