Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / doc / functions / gnutls_openpgp_privkey_sec_param
1
2
3
4
5 @deftypefun {gnutls_sec_param_t} {gnutls_openpgp_privkey_sec_param} (gnutls_openpgp_privkey_t @var{key})
6 @var{key}: a key structure
7
8 This function will return the security parameter appropriate with
9 this private key.
10
11 @strong{Returns:} On success, a valid security parameter is returned otherwise
12 @code{GNUTLS_SEC_PARAM_UNKNOWN}  is returned.
13
14 @strong{Since:} 2.12.0
15 @end deftypefun