diff options
author | lloyd <lloyd@randombit.net> | 2015-02-28 00:33:49 +0000 |
---|---|---|
committer | lloyd <lloyd@randombit.net> | 2015-02-28 00:33:49 +0000 |
commit | 7a01a00146ebbb7e54ec28d95210a47d7543f3f0 (patch) | |
tree | 985699d53c519d841f5d8f477201f9d4433fe52d /doc/manual/tls.rst | |
parent | 71e7cf5ffe11fdde3dca983d3cfec85aafbd2a39 (diff) |
Doc updates
Diffstat (limited to 'doc/manual/tls.rst')
-rw-r--r-- | doc/manual/tls.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/manual/tls.rst b/doc/manual/tls.rst index 5e1d48656..139266ce5 100644 --- a/doc/manual/tls.rst +++ b/doc/manual/tls.rst @@ -82,8 +82,11 @@ available: .. cpp:class:: TLS::Channel .. cpp:type:: std::function<void (const byte[], size_t)> output_fn + .. cpp:type:: std::function<void (const byte[], size_t)> data_cb + .. cpp:type:: std::function<void (Alert, const byte[], size_t)> alert_cb + .. cpp:type:: std::function<bool (const Session&)> handshake_cb Typedefs used in the code for the functions described above |