vm-migration: client-side of a TLS connection

TLS connections have a TLS server (listens for incoming connections) and
a TLS client (initiates the connection). This commit adds the code for
the client side, which is the sender of a migration

On-behalf-of: SAP sebastian.eydam@sap.com
Signed-off-by: Sebastian Eydam <sebastian.eydam@cyberus-technology.de>
This commit is contained in:
Sebastian Eydam
2026-04-14 10:18:56 +02:00
committed by Rob Bradford
parent 6e501cc2dc
commit 8e9d779688
5 changed files with 373 additions and 12 deletions
+1
View File
@@ -95,6 +95,7 @@ itertools = "0.14.0"
jiff = { version = "0.2", default-features = false, features = ["std"] }
libc = "0.2.186"
log = "0.4.30"
rustls = { version = "0.23.40", features = ["ring"] }
sha2 = "0.11.0"
signal-hook = "0.4.4"
thiserror = "2.0.18"