1gnutls_x509_crt_get_pk_dsa_raw(3)   gnutls   gnutls_x509_crt_get_pk_dsa_raw(3)
2
3
4

NAME

6       gnutls_x509_crt_get_pk_dsa_raw - This function will export the DSA pub‐
7       lic key
8

SYNOPSIS

10       #include <gnutls/x509.h>
11
12       int        gnutls_x509_crt_get_pk_dsa_raw(gnutls_x509_crt_t        crt,
13       gnutls_datum_t   *   p,   gnutls_datum_t   *  q,  gnutls_datum_t  *  g,
14       gnutls_datum_t * y);
15

ARGUMENTS

17       gnutls_x509_crt_t crt
18                   Holds the certificate
19
20       gnutls_datum_t * p
21                   will hold the p
22
23       gnutls_datum_t * q
24                   will hold the q
25
26       gnutls_datum_t * g
27                   will hold the g
28
29       gnutls_datum_t * y
30                   will hold the y
31

DESCRIPTION

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

RETURNS

38       GNUTLS_E_SUCCESS on success, otherwise an error.
39

REPORTING BUGS

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

SEE ALSO

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