1gnutls_pk_get_name(3) gnutls gnutls_pk_get_name(3)
2
3
4
6 gnutls_pk_get_name - Get name string with #gnutls_pk_algorithm_t algo‐
7 rithm
8
10 #include <gnutls/gnutls.h>
11
12 const char * gnutls_pk_get_name(gnutls_pk_algorithm_t algorithm);
13
15 gnutls_pk_algorithm_t algorithm
16 is a public key algorithm
17
19 Convert a gnutls_pk_algorithm_t value to a string.
20
22 a pointer to a string that contains the name of the specified public
23 key algorithm, or NULL.
24
26 2.6.0
27
29 Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page:
30 http://www.gnu.org/software/gnutls/ General help using GNU software:
31 http://www.gnu.org/gethelp/
32
34 Copyright © 2008 Free Software Foundation.
35 Copying and distribution of this file, with or without modification,
36 are permitted in any medium without royalty provided the copyright
37 notice and this notice are preserved.
38
40 The full documentation for gnutls is maintained as a Texinfo manual.
41 If the info and gnutls programs are properly installed at your site,
42 the command
43
44 info gnutls
45
46 should give you access to the complete manual.
47
48
49
50gnutls 2.8.6 gnutls_pk_get_name(3)