diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-04-18 07:50:57 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-05-07 07:52:30 +0200 |
commit | 77f48b05bb7832ed38e511ca20e3b64af6eb58f4 (patch) | |
tree | 005145ecca7b361a6caf0b37c3595bafb8698cd1 /distro | |
parent | tls: remove debug statistics (diff) | |
download | knot-77f48b05bb7832ed38e511ca20e3b64af6eb58f4.tar.xz knot-77f48b05bb7832ed38e511ca20e3b64af6eb58f4.zip |
tls: rework sending and receiving functions
- Better error reporting
- Full TLS handshake doesn't block when calling from tcp-handler
- IO timeout covers the whole send/recv operation
- DNS message length prefix isn't sent separately due to corking
Diffstat (limited to 'distro')
-rw-r--r-- | distro/pkg/deb/libknot14.symbols | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/distro/pkg/deb/libknot14.symbols b/distro/pkg/deb/libknot14.symbols index 17c321018..5b22b29e2 100644 --- a/distro/pkg/deb/libknot14.symbols +++ b/distro/pkg/deb/libknot14.symbols @@ -194,9 +194,7 @@ libknot.so.14 libknot14 #MINVER# knot_tls_handshake@Base 3.4.0 knot_tls_pin@Base 3.4.0 knot_tls_pin_check@Base 3.4.0 - knot_tls_recv@Base 3.4.0 knot_tls_recv_dns@Base 3.4.0 - knot_tls_send@Base 3.4.0 knot_tls_send_dns@Base 3.4.0 knot_tls_session@Base 3.4.0 knot_tsig_add@Base 3.3.0 |