1gnutls_sign_callback_get(3)         gnutls         gnutls_sign_callback_get(3)
2
3
4

NAME

6       gnutls_sign_callback_get - API function
7

SYNOPSIS

9       #include <gnutls/compat.h>
10
11       gnutls_sign_func   gnutls_sign_callback_get(gnutls_session_t   session,
12       void ** userdata);
13

ARGUMENTS

15       gnutls_session_t session
16                   is a gnutls session
17
18       void ** userdata
19                   if non-NULL, will be set to abstract callback pointer.
20

DESCRIPTION

22       Retrieve the callback function, and its userdata pointer.
23

RETURNS

25       The function pointer set by gnutls_sign_callback_set(), or if not  set,
26       NULL.
27

DEPRECATED

29       Use the PKCS 11 interfaces instead.
30

REPORTING BUGS

32       Report bugs to <bugs@gnutls.org>.
33       Home page: http://www.gnutls.org
34
35
37       Copyright © 2001-2014 Free Software Foundation, Inc..
38       Copying  and  distribution  of this file, with or without modification,
39       are permitted in any medium  without  royalty  provided  the  copyright
40       notice and this notice are preserved.
41

SEE ALSO

43       The  full  documentation  for gnutls is maintained as a Texinfo manual.
44       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
45       visit
46
47       http://www.gnutls.org/manual/
48
49gnutls                              3.3.29         gnutls_sign_callback_get(3)
Impressum