summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_psk_set_params_function
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_psk_set_params_function')
-rw-r--r--doc/functions/gnutls_psk_set_params_function17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/functions/gnutls_psk_set_params_function b/doc/functions/gnutls_psk_set_params_function
new file mode 100644
index 0000000..c2414bc
--- /dev/null
+++ b/doc/functions/gnutls_psk_set_params_function
@@ -0,0 +1,17 @@
+
+
+
+
+@deftypefun {void} {gnutls_psk_set_params_function} (gnutls_psk_server_credentials_t @var{res}, gnutls_params_function * @var{func})
+@var{res}: is a gnutls_psk_server_credentials_t type
+
+@var{func}: is the function to be called
+
+This function will set a callback in order for the server to get
+the Diffie-Hellman or RSA parameters for PSK authentication. The
+callback should return @code{GNUTLS_E_SUCCESS} (0) on success.
+
+@strong{Deprecated:} This function is unnecessary and discouraged on GnuTLS 3.6.0
+or later. Since 3.6.0, DH parameters are negotiated
+following RFC7919.
+@end deftypefun