Blame doc/functions/gnutls_pkcs12_init

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_pkcs12_init} (gnutls_pkcs12_t * @var{pkcs12})
Packit aea12f
@var{pkcs12}: A pointer to the type to be initialized
Packit aea12f
Packit aea12f
This function will initialize a PKCS12 type. PKCS12 structures
Packit aea12f
usually contain lists of X.509 Certificates and X.509 Certificate
Packit aea12f
revocation lists.
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a
Packit aea12f
negative error value.
Packit aea12f
@end deftypefun