diff options
author | Francis Dupont <fdupont@isc.org> | 2021-04-20 17:03:51 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-05-05 12:12:41 +0200 |
commit | baa19fbf7a61b0bcefd7552cc0497c6c04c3b25a (patch) | |
tree | 12a8869fd5a2a331125ed30c8f56aa5da6749891 /src/lib/asiolink/asiolink.dox | |
parent | Fix the PostgreSQL initial setup issues on FreeBSD (diff) | |
download | kea-baa19fbf7a61b0bcefd7552cc0497c6c04c3b25a.tar.xz kea-baa19fbf7a61b0bcefd7552cc0497c6c04c3b25a.zip |
[#1665] Ported TLS Botan boost support
Diffstat (limited to 'src/lib/asiolink/asiolink.dox')
-rw-r--r-- | src/lib/asiolink/asiolink.dox | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/asiolink/asiolink.dox b/src/lib/asiolink/asiolink.dox index 8d597a817c..8a74b8b0c0 100644 --- a/src/lib/asiolink/asiolink.dox +++ b/src/lib/asiolink/asiolink.dox @@ -80,6 +80,15 @@ certificates) and two new operations: no direct mapping between high level TLS operations and TCP I/O, e.g. a TLS read can involve a TCP write and the opposite. +@note TLS introduces a new error code "stream_truncated" which is +the TLS short read. + +To debug or extend the TLS support two tools are available: + + - client and server samples for both OpenSSL and Botan. + + - TLS unit tests (tls_unittest.cc file). + @section asiolinkMTConsiderations Multi-Threading Consideration for Boost ASIO Utilities By default Boost ASIO utilities are not thread safe even if Boost ASIO tools |