cl-plus-ssl

Common Lisp interface to OpenSSL
  https://common-lisp.net/project/cl-plus-ssl/
  0
  no reviews



CL+SSL is portable code based on CFFI and gray streams. It defines its own libssl BIO method, so that SSL I/O can be written over portable Lisp streams instead of bypassing the streams and sending data over Unix file descriptors directly. (But the traditional approach is still used if possible.)