Next: , Previous: SSL Analyzer, Up: SSL Analyzer



7.23.1 The x509 record

This record is a very simplified structure for storing X.509 certificate information. It currently supports only the issuer and subject names.

     type x509: record {
         issuer:  string; # issuer name of the certificate
         subject: string; # subject name of the certificate
     };