From 36082a2fe36ecd800d784ae44c14f1f18c66a7e9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 09:33:12 +0200 Subject: Adding upstream version 3.7.9. Signed-off-by: Daniel Baumann --- doc/functions/gnutls_ecc_curve_set_enabled | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/functions/gnutls_ecc_curve_set_enabled (limited to 'doc/functions/gnutls_ecc_curve_set_enabled') diff --git a/doc/functions/gnutls_ecc_curve_set_enabled b/doc/functions/gnutls_ecc_curve_set_enabled new file mode 100644 index 0000000..745a786 --- /dev/null +++ b/doc/functions/gnutls_ecc_curve_set_enabled @@ -0,0 +1,27 @@ + + + + +@deftypefun {int} {gnutls_ecc_curve_set_enabled} (gnutls_ecc_curve_t @var{curve}, unsigned int @var{enabled}) +@var{curve}: is an ECC curve + +@var{enabled}: whether to enable the curve + +Modify the previous system wide setting that marked @code{curve} as +enabled or disabled. Calling this fuction is allowed +only if allowlisting mode is set in the configuration file, +and only if the system-wide TLS priority string +has not been initialized yet. +The intended usage is to provide applications with a way +to expressly deviate from the distribution or site defaults +inherited from the configuration file. +The modification is composable with further modifications +performed through the priority string mechanism. + +This function is not thread-safe and is intended to be called +in the main thread at the beginning of the process execution. + +@strong{Returns:} 0 on success or negative error code otherwise. + +@strong{Since:} 3.7.3 +@end deftypefun -- cgit v1.2.3