edicl / drakma

HTTP client written in Common Lisp
http://edicl.github.io/drakma/
249 stars 58 forks source link

Use native SSL implementation #89

Closed Symbolics closed 7 years ago

Symbolics commented 7 years ago

It would be nice if there were no dependencies on CFFI. CL-TLS might be a good place to start for a lisp implementation of SSL. It looks close to being complete enough to use for https.

stassats commented 7 years ago

I don't trust its completeness, correctness or security.