[cl-plus-ssl-devel] cl+ssl and trivial-sockets (and usocket)

David Lichteblau david at lichteblau.com
Thu Aug 16 19:04:38 UTC 2007


Hi,

Quoting Mark David (mdavid at itasoftware.com):
> I notice trivial-socket's cliki page says it's not
> maintained, and suggests looking at usocket.  Is
> something being done to switch cl+ssl to usocket?

CL+SSL can write to any file descriptor connected to a socket, and
should work with usocket.  Just ask usocket for the socket's stream,
then use CL+SSL:STREAM-FD with CL+SSL:MAKE-SSL-CLIENT-STREAM on that.

If you are thinking about `trivial-https', I recommend using Edi Weitz'
Drakma instead, which is a full-featured HTTP client with support for
CL+SSL.


d.



More information about the cl-plus-ssl-devel mailing list