summaryrefslogtreecommitdiff
path: root/libmu_auth/tlsconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_auth/tlsconf.c')
-rw-r--r--libmu_auth/tlsconf.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/libmu_auth/tlsconf.c b/libmu_auth/tlsconf.c
index 6c0fed193..dd8806e1f 100644
--- a/libmu_auth/tlsconf.c
+++ b/libmu_auth/tlsconf.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2003-2019 Free Software Foundation, Inc.
+ Copyright (C) 2003-2024 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -118,6 +118,10 @@ static struct mu_cfg_param tls_canned_param[] = {
N_("Set the priorities to use on the ciphers, key exchange methods, "
"macs and compression methods."),
NULL },
+ { "handshake-timeout", mu_c_uint,
+ NULL, mu_offsetof(struct mu_tls_config, handshake_timeout), NULL,
+ N_("Timeout for handshake I/O operations (seconds)"),
+ "n" },
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.