1gnutls_psk_netconf_derive_key(3)    gnutls    gnutls_psk_netconf_derive_key(3)
2
3
4

NAME

6       gnutls_psk_netconf_derive_key - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int  gnutls_psk_netconf_derive_key(const  char * password, const char *
12       psk_identity, const char *  psk_identity_hint,  gnutls_datum_t  *  out‐
13       put_key);
14

ARGUMENTS

16       const char * password
17                   zero terminated string containing password.
18
19       const char * psk_identity
20                   zero terminated string with PSK identity.
21
22       const char * psk_identity_hint
23                   zero terminated string with PSK identity hint.
24
25       gnutls_datum_t * output_key
26                   output variable, contains newly allocated *data pointer.
27

DESCRIPTION

29       This  function  will derive a PSK key from a password, for use with the
30       Netconf protocol.
31

RETURNS

33       GNUTLS_E_SUCCESS on success, or an error code.
34

SINCE

36       2.4.0
37

DEPRECATED

39       The need for this interface was dropped from the standard  on  publica‐
40       tion  as  a RFC.  The function works now but will return a hard failure
41       in a future release.
42

REPORTING BUGS

44       Report   bugs   to    <bug-gnutls@gnu.org>.     GnuTLS    home    page:
45       http://www.gnu.org/software/gnutls/  General  help  using GNU software:
46       http://www.gnu.org/gethelp/
47
49       Copyright © 2008 Free Software Foundation.
50       Copying and distribution of this file, with  or  without  modification,
51       are  permitted  in  any  medium  without royalty provided the copyright
52       notice and this notice are preserved.
53

SEE ALSO

55       The full documentation for gnutls is maintained as  a  Texinfo  manual.
56       If  the  info  and gnutls programs are properly installed at your site,
57       the command
58
59              info gnutls
60
61       should give you access to the complete manual.
62
63
64
65gnutls                             2.12.6.1   gnutls_psk_netconf_derive_key(3)
Impressum