1gnutls_pubkey_export_dsa_raw(3)     gnutls     gnutls_pubkey_export_dsa_raw(3)
2
3
4

NAME

6       gnutls_pubkey_export_dsa_raw - API function
7

SYNOPSIS

9       #include <gnutls/abstract.h>
10
11       int  gnutls_pubkey_export_dsa_raw(gnutls_pubkey_t key, gnutls_datum_t *
12       p, gnutls_datum_t * q, gnutls_datum_t * g, gnutls_datum_t * y);
13

ARGUMENTS

15       gnutls_pubkey_t key
16                   Holds the public key
17
18       gnutls_datum_t * p
19                   will hold the p
20
21       gnutls_datum_t * q
22                   will hold the q
23
24       gnutls_datum_t * g
25                   will hold the g
26
27       gnutls_datum_t * y
28                   will hold the y
29

DESCRIPTION

31       This function will export the DSA public key's parameters found in  the
32       given   certificate.   The  new  parameters  will  be  allocated  using
33       gnutls_malloc() and will be stored in the appropriate datum.
34

RETURNS

36       GNUTLS_E_SUCCESS on success, otherwise a negative error code.
37

SINCE

39       3.3.0
40

REPORTING BUGS

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

SEE ALSO

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