x509_load_mem()

 
Loads and parses the text of an x509 certificate, and gives a certificate reference that refers to the certificate in internal storage.
Syntax
x509_load_mem( cert, x509 var )
Returns 1 on success, 0 on failure
  • cert = Text of the certificate
  • x509 = Certificate reference. On success, this will be neither zero nor null
User Annotations: x509_load_mem