[cl-plus-ssl-cvs] CVS cl+ssl
avodonosov
avodonosov at common-lisp.net
Wed Sep 16 21:33:33 UTC 2009
Update of /project/cl-plus-ssl/cvsroot/cl+ssl
In directory cl-net:/tmp/cvs-serv18678
Modified Files:
index.html
Log Message:
fix libssl loading on FreeBSD 7.2 (by Stian Sletner <stian at copyleft.no>)
--- /project/cl-plus-ssl/cvsroot/cl+ssl/index.html 2008/11/04 00:25:52 1.24
+++ /project/cl-plus-ssl/cvsroot/cl+ssl/index.html 2009/09/16 21:33:32 1.25
@@ -227,20 +227,28 @@
<h3>News</h3>
<p>
+ 2009-09-17
+ </p>
+ <ul>
+ <li>
+ libssl loading on FreeBSD 7.2 fixed, thanks to Stian Sletner.
+ </li>
+ </ul>
+ <p>
2008-xx-yy
</p>
<ul>
<li>
- Support for I/O deadlines (Clozure CL and SBCL).
+ Support for I/O deadlines (Clozure CL and SBCL).
</li>
<li>
- Support for encrypted keys, thanks to Vsevolod Dyomkin.
+ Support for encrypted keys, thanks to Vsevolod Dyomkin.
</li>
<li>
- Chained certificates support, thanks to Juhani Ränkimies.
+ Chained certificates support, thanks to Juhani Ränkimies.
</li>
<li>
- More secure initialization of OpenSSL random number generator.
+ More secure initialization of OpenSSL random number generator.
</li>
<li>
Minor CLISP-specific fixes.
@@ -251,7 +259,7 @@
</p>
<ul>
<li>
- Fixed windows support, thanks to Matthew Kennedy and Anton Vodonosov.
+ Fixed windows support, thanks to Matthew Kennedy and Anton Vodonosov.
</li>
</ul>
<p>
@@ -259,15 +267,15 @@
</p>
<ul>
<li>
- Improved CLISP support, thanks
- to <a
- href="http://web.kepibu.org/code/lisp/cl+ssl/">Pixel
- // pinterface</a>, as well as client certificate support.
+ Improved CLISP support, thanks
+ to <a
+ href="http://web.kepibu.org/code/lisp/cl+ssl/">Pixel
+ // pinterface</a>, as well as client certificate support.
</li>
<li>
- Re-introduced support for direct access to file descriptors as
- an optimization. New function <tt>stream-fd</tt>. New keyword
- argument <tt>close-callback</tt>.
+ Re-introduced support for direct access to file descriptors as
+ an optimization. New function <tt>stream-fd</tt>. New keyword
+ argument <tt>close-callback</tt>.
</li>
</ul>
<p>
More information about the cl-plus-ssl-cvs
mailing list