1gnutls_x509_spki_set_rsa_pss_params(3g)nutlgsnutls_x509_spki_set_rsa_pss_params(3)
2
3
4

NAME

6       gnutls_x509_spki_set_rsa_pss_params - API function
7

SYNOPSIS

9       #include <gnutls/x509.h>
10
11       void    gnutls_x509_spki_set_rsa_pss_params(gnutls_x509_spki_t    spki,
12       gnutls_digest_algorithm_t dig, unsigned int salt_size);
13

ARGUMENTS

15       gnutls_x509_spki_t spki
16                   the SubjectPublicKeyInfo structure
17
18       gnutls_digest_algorithm_t dig
19                   a digest algorithm of type gnutls_digest_algorithm_t
20
21       unsigned int salt_size
22                   the size of salt string
23

DESCRIPTION

25       This function will set the public key parameters for an  RSA-PSS  algo‐
26       rithm, in the SubjectPublicKeyInfo structure.
27

SINCE

29       3.6.0
30

REPORTING BUGS

32       Report bugs to <bugs@gnutls.org>.
33       Home page: http://www.gnutls.org
34
35
37       Copyright © 2001-2018 Free Software Foundation, Inc., and others.
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.6.g5nutls_x509_spki_set_rsa_pss_params(3)
Impressum