Blame doc/functions/gnutls_x509_crt_set_authority_key_id

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_x509_crt_set_authority_key_id} (gnutls_x509_crt_t @var{cert}, const void * @var{id}, size_t @var{id_size})
Packit aea12f
@var{cert}: a certificate of type @code{gnutls_x509_crt_t} 
Packit aea12f
Packit aea12f
@var{id}: The key ID
Packit aea12f
Packit aea12f
@var{id_size}: Holds the size of the key ID field.
Packit aea12f
Packit aea12f
This function will set the X.509 certificate's authority key ID extension.
Packit aea12f
Only the keyIdentifier field can be set with this function.
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