summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-04-08 17:14:41 +0200
committerSimon Josefsson <simon@josefsson.org>2008-04-08 17:14:41 +0200
commit5d0fcb10f8c30fd474c4201583fe200705e4d8df (patch)
tree6e641c268d8fa563381cb19c85ee08f4dca1a3ae /includes
parent593325695a39acc9f0cf91fbe2f533a4b4de9e89 (diff)
downloadgnutls-5d0fcb10f8c30fd474c4201583fe200705e4d8df.tar.gz
Starting pointer for NETCONF-PSK support.
Diffstat (limited to 'includes')
-rw-r--r--includes/gnutls/gnutls.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in
index 0292ab7cc0..07e7d7be29 100644
--- a/includes/gnutls/gnutls.h.in
+++ b/includes/gnutls/gnutls.h.in
@@ -998,6 +998,12 @@ extern "C"
res,
gnutls_params_function * func);
+ int gnutls_psk_netconf_derive_key (const char *password,
+ const char *psk_identity,
+ const char *psk_identity_hint,
+ gnutls_datum *output_key);
+
+
typedef enum gnutls_x509_subject_alt_name_t
{
GNUTLS_SAN_DNSNAME = 1,