1gnutls_sign_set_secure(3) gnutls gnutls_sign_set_secure(3)
2
3
4
6 gnutls_sign_set_secure - API function
7
9 #include <gnutls/gnutls.h>
10
11 int gnutls_sign_set_secure(gnutls_sign_algorithm_t sign, unsigned int
12 secure);
13
15 gnutls_sign_algorithm_t sign
16 the sign algorithm
17
18 unsigned int secure
19 whether to mark the sign algorithm secure
20
22 Modify the previous system wide setting that marked sign as secure or
23 insecure. This only has effect when the algorithm is marked as secure
24 through the allowlisting mode in the configuration file, or when the
25 setting is modified with a prior call to this function.
26
27 Even when secure is true, sign is not marked as secure for the use in
28 certificates. Use gnutls_sign_set_secure_for_certs() to mark it secure
29 as well for certificates.
30
31 This function must be called prior to any session priority setting
32 functions; otherwise the behavior is undefined.
33
35 3.7.3
36
38 Report bugs to <bugs@gnutls.org>.
39 Home page: https://www.gnutls.org
40
41
43 Copyright © 2001- Free Software Foundation, Inc., and others.
44 Copying and distribution of this file, with or without modification,
45 are permitted in any medium without royalty provided the copyright no‐
46 tice and this notice are preserved.
47
49 The full documentation for gnutls is maintained as a Texinfo manual.
50 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
51 visit
52
53 https://www.gnutls.org/manual/
54
55gnutls 3.7.6 gnutls_sign_set_secure(3)