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