Blob Blame History Raw




@deftypefun {int} {gnutls_x509_othername_to_virtual} (const char * @var{oid}, const gnutls_datum_t * @var{othername}, unsigned int * @var{virt_type}, gnutls_datum_t * @var{virt})
@var{oid}: The othername object identifier

@var{othername}: The othername data

@var{virt_type}: GNUTLS_SAN_OTHERNAME_XXX

@var{virt}: allocated printable data

This function will parse and convert the othername data to a virtual
type supported by gnutls.

@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a negative error value.

@strong{Since:} 3.3.8
@end deftypefun