Welcome to NativeCL-SSL
This is an attempt to build a native SSLv3 and TLSv1 library written purely in Common Lisp. The motivation of this project is to avoid FFI's and standarize libraries and technologies well known in Computer Science.
What is done
Only a primitive ASN.1 parser with PEM encoding (DER in base64) is done. The package comes with a small subset of X.509v3 certificate grammar.
Implementation
Its a TODO
Manual
Also a TODO