x509_get_issuer_name()

 
Return X509 issuer information for the certificate referred to by the certificate reference.
Syntax
x509_get_issuer_name( certref var, issuername var )
Returns 1 on success, 0 on failure
  • certref = Certificate reference returned from functions such as x509_load_mem
  • issuername = Structure with members named for the entry names (e.g., "commonName", "countryName", etc.)
User Annotations: x509_get_issuer_name