Go to file
Attila Lendvai bd0c67b934 The slot SSL-ERROR.QUEUE now stores a list of SSL error codes (read using ERR-GET-ERROR), instead of text messages for that errors. The text mesages may be obtained using new FORMAT-SSL-ERROR-QUEUE function. Also fixes small bug: SSL-ERROR-SYSCALL condition tested (ERR-GET-ERROR) in the condition :REPORT function. This was incorrect, because there is no guarantee that the last SSL error code returned by ERR-GET-ERROR might be repaced by some other value during some unrelated SSL activity happened after the condition creation.. 2011-09-12 21:29:41 +03:00
LICENSE clisp patch by Pixel // pinterface 2007-07-07 15:25:09 +00:00
Makefile Initial revision 2005-11-09 22:10:44 +00:00
bio.lisp XCVB support (by Fare <fahree@gmail.com>) 2009-10-24 20:09:40 +00:00
build.xcvb Add new public function RANDOM-BYTES, an lispy wrapper over the OpenSSL RAND_bytes function. 2011-05-23 00:19:41 +03:00
cl+ssl.asd Add new public function RANDOM-BYTES, an lispy wrapper over the OpenSSL RAND_bytes function. 2011-05-23 00:19:41 +03:00
conditions.lisp The slot SSL-ERROR.QUEUE now stores a list of SSL error codes (read using ERR-GET-ERROR), instead of text messages for that errors. The text mesages may be obtained using new FORMAT-SSL-ERROR-QUEUE function. Also fixes small bug: SSL-ERROR-SYSCALL condition tested (ERR-GET-ERROR) in the condition :REPORT function. This was incorrect, because there is no guarantee that the last SSL error code returned by ERR-GET-ERROR might be repaced by some other value during some unrelated SSL activity happened after the condition creation.. 2011-09-12 21:29:41 +03:00
example.lisp pass socket stream instead of socket to cl+ssl functions 2009-01-22 21:52:56 +00:00
ffi-buffer-all.lisp XCVB support (by Fare <fahree@gmail.com>) 2009-10-24 20:09:40 +00:00
ffi-buffer-clisp.lisp XCVB support (by Fare <fahree@gmail.com>) 2009-10-24 20:09:40 +00:00
ffi-buffer.lisp XCVB support (by Fare <fahree@gmail.com>) 2009-10-24 20:09:40 +00:00
ffi.lisp Add new public function RANDOM-BYTES, an lispy wrapper over the OpenSSL RAND_bytes function. 2011-05-23 00:19:41 +03:00
index.css updated documented for new argument UNWRAP-STREAM-P, mention deadline 2008-03-07 21:28:49 +00:00
index.html Described the recent news at the project page: moving to Git and addition of the RANDOM-BYTES function; documented the RANDOM-BYTES. 2011-05-23 01:33:22 +03:00
package.lisp Add new public function RANDOM-BYTES, an lispy wrapper over the OpenSSL RAND_bytes function. 2011-05-23 00:19:41 +03:00
random.lisp The slot SSL-ERROR.QUEUE now stores a list of SSL error codes (read using ERR-GET-ERROR), instead of text messages for that errors. The text mesages may be obtained using new FORMAT-SSL-ERROR-QUEUE function. Also fixes small bug: SSL-ERROR-SYSCALL condition tested (ERR-GET-ERROR) in the condition :REPORT function. This was incorrect, because there is no guarantee that the last SSL error code returned by ERR-GET-ERROR might be repaced by some other value during some unrelated SSL activity happened after the condition creation.. 2011-09-12 21:29:41 +03:00
reload.lisp OpenSSL libraries names for OpenBSD. By Thomas de Grivel <billitch@gmail.com>. 2011-03-25 12:08:03 +00:00
streams.lisp Allow ssl-close-callback to be a symbol naming a function (requested by Attila Lendvai <attila.lendvai@gmail.com>) 2011-05-24 18:23:40 +03:00
test.lisp minor fix in the READ-DEADLINE test for CCL: added UNWRAP-STREAM-P = :CALLER case 2010-05-25 21:15:42 +00:00
todo.txt Extended the IOLib related todo.txt item with a note about Windows support absence in IOLib 2011-05-24 20:58:03 +03:00