MivaScript Builtin Function, Miva Merchant 9+
x509_verify( x509 var, trusted_certs )
<mvt:assign name="g.return_value" value="x509_verify( x509 var, trusted_certs )" />
Verifies that the X509 certificate specified by "x509" was issued by one of the X509 certificates (in PEM format) in "trusted_certs", where x509 = Index into internal array of certificates, trusted_certs = Certificates (in PEM text format) to find the x50
x509 var
trusted_certs