Go to file
Tomek Dubrownik ccc9d6c89e Basic SNI support. 2012-07-23 08:00:30 +02: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 Change 'server' to 'peer' in ssl-error-verify doc strings 2011-10-04 15:50:51 -04: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 Basic SNI support. 2012-07-23 08:00:30 +02: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 ssl-set-global-default-verify-paths 2011-09-14 17:57:28 -04: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 for solaris. By Mark Evenson - http://lists.common-lisp.net/pipermail/cl-plus-ssl-devel/2012-May/000263.html 2012-05-30 23:50:46 +03:00
ssl-verify-test.lisp Call X509_free after SSL_get_peer_certificate 2011-09-14 21:15:51 -04:00
streams.lisp Basic SNI support. 2012-07-23 08:00:30 +02: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