All Manuals > LispWorks® User Guide and Reference Manual > 32 The COMM Package

x509-pointer FLI Type Descriptor

Summary

Expert use: a FLI type corresponding to the C type X509* in the OpenSSL API.

Package

comm

Syntax

x509-pointer

Description

Instances of the FLI type x509-pointer are FLI pointers corresponding to the C type X509* in the OpenSSL API. You can get such pointers in Lisp by calling ssl-connection-copy-peer-certificates, and access them in Lisp calling get-certificate-data, get-certificate-common-name and get-certificate-serial-number.

x509-pointer is intended to be used when you want to use your own FLI definitions for OpenSSL functions to access certificates.

See also

ssl-connection-copy-peer-certificates
get-certificate-data
get-certificate-common-name
get-certificate-serial-number


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26