Check if an SSL implementation is available for use.
comm
ssl-implementation-available-p implementation-name => boolean
implementation-name⇩ | :openssl or :apple . |
boolean |
A boolean. |
The function ssl-implementation-available-p
returns non-nil when an implementation named implementation-name is available, and otherwise returns nil
.
implementation-name is :openssl
for OpenSSL and :apple
for the Apple Security Framework.
The Apple Security Framework implementation is available only on macOS 10.8 or later and on iOS.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:26