Expert use: a FLI type corresponding to the C type X509*
in the OpenSSL API.
comm
x509-pointer
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.
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