1gnutls_sign_is_secure(3) gnutls gnutls_sign_is_secure(3)
2
3
4
6 gnutls_sign_is_secure - API function
7
9 #include <gnutls/gnutls.h>
10
11 unsigned gnutls_sign_is_secure(gnutls_sign_algorithm_t algorithm);
12
14 gnutls_sign_algorithm_t algorithm
15 is a sign algorithm
16
18 Non-zero if the provided signature algorithm is considered to be
19 secure.
20
22 Report bugs to <bugs@gnutls.org>.
23 Home page: http://www.gnutls.org
24
25
27 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
28 Copying and distribution of this file, with or without modification,
29 are permitted in any medium without royalty provided the copyright
30 notice and this notice are preserved.
31
33 The full documentation for gnutls is maintained as a Texinfo manual.
34 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
35 visit
36
37 http://www.gnutls.org/manual/
38
39gnutls 3.6.5 gnutls_sign_is_secure(3)