1gnutls_get_library_config(3)        gnutls        gnutls_get_library_config(3)
2
3
4

NAME

6       gnutls_get_library_config - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       const gnutls_library_config_st * gnutls_get_library_config( void);
12

ARGUMENTS

14        void
15

DESCRIPTION

17       Returns  the  library  configuration as key value pairs.  Currently de‐
18       fined keys are:
19
20       - fips-module-name: the name of the FIPS140 module
21
22       - fips-module-version: the version of the FIPS140 module
23
24       - libgnutls-soname: the SONAME of the library itself
25
26       - libnettle-soname: the library SONAME of linked libnettle
27
28       - libhogweed-soname: the library SONAME of linked libhogweed
29
30       - libgmp-soname: the library SONAME of linked libgmp
31
32       - hardware-features: enabled hardware support features
33
34       - tls-features: enabled TLS protocol features
35

RETURNS

37       a NUL-terminated gnutls_library_config_st array
38

SINCE

40       3.7.3
41

REPORTING BUGS

43       Report bugs to <bugs@gnutls.org>.
44       Home page: https://www.gnutls.org
45
46
48       Copyright © 2001- Free Software Foundation, Inc., and others.
49       Copying and distribution of this file, with  or  without  modification,
50       are  permitted in any medium without royalty provided the copyright no‐
51       tice and this notice are preserved.
52

SEE ALSO

54       The full documentation for gnutls is maintained as  a  Texinfo  manual.
55       If  the /usr/share/doc/gnutls/ directory does not contain the HTML form
56       visit
57
58       https://www.gnutls.org/manual/
59
60gnutls                               3.7.6        gnutls_get_library_config(3)
Impressum