NAME

catcert_issuername - get issuer name as a string

SYNOPSIS

#include <cat/cat.h>

int catcert_issuername(const cat_cert *cert, char **issuer);

DESCRIPTION

This function extracts the issuer name from cert and returns a pointer to the result in *issuer.

The resulting subject name will be a string in RFC2253 format and UTF-8 encoded.

The result is allocated and must be freed by the caller.

SEE ALSO

cat, catcert

catcert_subjectname