projects/xcvb/cl+ssl.git
2 years agorollback unnecessary DLL name change on Windows: libssl32.dll is present in OpenSSL... master
avodonosov [Fri, 28 May 2010 09:39:01 +0000] 
rollback unnecessary DLL name change on Windows: libssl32.dll is present in OpenSSL-Win32 as before, but not in the directory were I expected it

2 years agodescribed the recent changes in the News secion of index.html
avodonosov [Tue, 25 May 2010 22:06:51 +0000] 
described the recent changes in the News secion of index.html

2 years agominor fix in the READ-DEADLINE test for CCL: added UNWRAP-STREAM-P = :CALLER case
avodonosov [Tue, 25 May 2010 21:15:42 +0000] 
minor fix in the READ-DEADLINE test for CCL: added UNWRAP-STREAM-P = :CALLER case

2 years agoAdded CCL test for the READ-CHAR-NO-HANG. Mail thread "Two LISTEN bugs": http://commo...
avodonosov [Tue, 25 May 2010 20:17:39 +0000] 
Added CCL test for the READ-CHAR-NO-HANG. Mail thread "Two LISTEN bugs": common-lisp.net/pipermail/cl-plus-ssl-devel/2010-May/000178.html

2 years agoTwo LISTEN bugs: http://common-lisp.net/pipermail/cl-plus-ssl-devel/2010-May/000178...
avodonosov [Sun, 23 May 2010 23:24:38 +0000] 
Two LISTEN bugs: common-lisp.net/pipermail/cl-plus-ssl-devel/2010-May/000178.html

2 years agoOpenSSL for windows version 1.0.0 changed .ddl file names: libssl32.dll -> ssleay32.dll
avodonosov [Sun, 23 May 2010 23:20:19 +0000] 
OpenSSL for windows version 1.0.0 changed .ddl file names: libssl32.dll -> ssleay32.dll

3 years agoXCVB support (by Fare <fahree@gmail.com>)
avodonosov [Sat, 24 Oct 2009 20:09:40 +0000] 
XCVB support (by Fare <fahree@gmail.com>)

3 years agofix libssl loading on FreeBSD 7.2 (by Stian Sletner <stian@copyleft.no>)
avodonosov [Wed, 16 Sep 2009 21:30:29 +0000] 
fix libssl loading on FreeBSD 7.2 (by Stian Sletner <stian@copyleft.no>)

4 years agoCompile fix for CCL on Windows.
hhubner [Thu, 9 Apr 2009 06:01:44 +0000] 
Compile fix for CCL on Windows.

4 years agopass socket stream instead of socket to cl+ssl functions
avodonosov [Thu, 22 Jan 2009 21:52:56 +0000] 
pass socket stream instead of socket to cl+ssl functions

4 years agominor fomatting fix: tab instead of spaces
avodonosov [Sun, 18 Jan 2009 21:31:45 +0000] 
minor fomatting fix: tab instead of spaces

4 years agoExplicitly specify newline conversions for SSL streams to make read-line-crlf working...
avodonosov [Sun, 18 Jan 2009 21:23:15 +0000] 
Explicitly specify newline conversions for SSL streams to make read-line-crlf working on Windows

4 years agoMake test-https-server working on CCL. Thanks to John McAleely and Gary Byers
avodonosov [Sun, 18 Jan 2009 21:18:41 +0000] 
Make test-https-server working on CCL. Thanks to John McAleely and Gary Byers

4 years agomore secure initialization of OpenSSL random number generator
avodonosov [Tue, 4 Nov 2008 00:25:52 +0000] 
more secure initialization of OpenSSL random number generator

4 years agoformatting fix
avodonosov [Mon, 3 Nov 2008 23:19:28 +0000] 
formatting fix

4 years agoindex.html: back to iso-8859-1
avodonosov [Mon, 3 Nov 2008 18:50:17 +0000] 
index.html: back to iso-8859-1

4 years agoadd utf-8 charset declaration to the index.html
avodonosov [Mon, 3 Nov 2008 18:35:39 +0000] 
add utf-8 charset declaration to the index.html

4 years agoCertificate chains support, thanks to Juhani Rankimies
avodonosov [Mon, 3 Nov 2008 17:58:45 +0000] 
Certificate chains support, thanks to Juhani Rankimies

4 years agobetter formatting/comments
avodonosov [Mon, 3 Nov 2008 17:36:46 +0000] 
better formatting/comments

4 years agoSupport for encrypted keys, thanks to Vsevolod Dyomkin.
avodonosov [Mon, 3 Nov 2008 09:25:39 +0000] 
Support for encrypted keys, thanks to Vsevolod Dyomkin.

4 years agoformatting fix
avodonosov [Mon, 3 Nov 2008 09:21:16 +0000] 
formatting fix

4 years agorollback previous change (marking ECL as supported in the docs)
avodonosov [Sat, 1 Nov 2008 05:18:43 +0000] 
rollback previous change (marking ECL as supported in the docs)

4 years agomark ECL as working in the docs
avodonosov [Sat, 1 Nov 2008 05:15:27 +0000] 
mark ECL as working in the docs

4 years agofix anonymous CVS shell command in docs
avodonosov [Sat, 1 Nov 2008 05:13:53 +0000] 
fix anonymous CVS shell command in docs

4 years agonative buffer and lisp vector. http://common-lisp.net/pipermail/cl-plus-ssl-devel...
avodonosov [Sat, 1 Nov 2008 05:02:01 +0000] 
native buffer and lisp vector. common-lisp.net/pipermail/cl-plus-ssl-devel/2008-June/000131.html

4 years agoCLISP compilation error suggested by Luis Oliveira: http://common-lisp.net/pipermail...
avodonosov [Sat, 1 Nov 2008 02:56:07 +0000] 
CLISP compilation error suggested by Luis Oliveira: common-lisp.net/pipermail/cl-plus-ssl-devel/2008-September/000137.html

4 years agoPatch so to support sbcl on win32 from Anton Vodonosov.
hhubner [Mon, 27 Oct 2008 10:03:59 +0000] 
Patch so to support sbcl on win32 from Anton Vodonosov.

5 years agoPut optimization declarations into (eval-when (:compile-toplevel)
hhubner [Thu, 17 Apr 2008 20:58:29 +0000] 
Put optimization declarations into (eval-when (:compile-toplevel)

Suggested by Gary Byers to prevent these optimization settings from
leaking outside of CL+SSL.

5 years agoFix error reporting
hhubner [Thu, 17 Apr 2008 19:41:08 +0000] 
Fix error reporting

5 years agoupdated documented for new argument UNWRAP-STREAM-P, mention deadline
dlichteblau [Fri, 7 Mar 2008 21:28:49 +0000] 
updated documented for new argument UNWRAP-STREAM-P, mention deadline
in news.  removed ancient, irrelevant parts of the documentation.

5 years agonew file: automatic tests
dlichteblau [Fri, 7 Mar 2008 21:27:44 +0000] 
new file: automatic tests

5 years agomoved manual tests to example.lisp
dlichteblau [Fri, 7 Mar 2008 21:27:31 +0000] 
moved manual tests to example.lisp

5 years agoImplemented I/O deadline support for Clozure CL and SBCL.
dlichteblau [Fri, 7 Mar 2008 21:26:48 +0000] 
Implemented I/O deadline support for Clozure CL and SBCL.

5 years agoFor now, loop without sleeping.
dlichteblau [Fri, 21 Dec 2007 13:36:15 +0000] 
For now, loop without sleeping.

(Still haven't had time to investigate this properly, but the SLEEP
wasn't right.)

5 years ago* add libssl.dylib for darwin foreign library path
charmon [Tue, 27 Nov 2007 06:19:04 +0000] 
* add libssl.dylib for darwin foreign library path

5 years ago+ Fixed windows support, thanks to Matthew Kennedy and Vodonosov Anton.
dlichteblau [Sat, 14 Jul 2007 11:49:29 +0000] 
+       Fixed windows support, thanks to Matthew Kennedy and Vodonosov Anton.

5 years agofixed the description of stream-fd
dlichteblau [Sat, 7 Jul 2007 17:42:22 +0000] 
fixed the description of stream-fd

5 years agoNew keyword argument <tt>close-callback</tt>.
dlichteblau [Sat, 7 Jul 2007 16:47:57 +0000] 
New keyword argument <tt>close-callback</tt>.

5 years ago+ Re-introduced support for direct access to file descriptors as
dlichteblau [Sat, 7 Jul 2007 16:26:11 +0000] 
+       Re-introduced support for direct access to file descriptors as
+       an optimization.  New function <tt>stream-fd</tt>.

5 years agoclient cert support by pixel
dlichteblau [Sat, 7 Jul 2007 15:26:13 +0000] 
client cert support by pixel

5 years agoclisp patch by Pixel // pinterface
dlichteblau [Sat, 7 Jul 2007 15:25:09 +0000] 
clisp patch by Pixel // pinterface

6 years agoChange to MIT-style license.
dlichteblau [Tue, 16 Jan 2007 19:49:03 +0000] 
Change to MIT-style license.

6 years agoPatch by Lu\355s Oliveira, slightly tweaked
dlichteblau [Sat, 18 Nov 2006 09:52:21 +0000] 
Patch by Lu\355s Oliveira, slightly tweaked

6 years agoremoved my address
dlichteblau [Sat, 18 Nov 2006 09:49:21 +0000] 
removed my address

6 years agoDefault to "libssl32.dll" on Windows (thanks to Edi Weitz).
dlichteblau [Mon, 4 Sep 2006 07:49:37 +0000] 
Default to "libssl32.dll" on Windows (thanks to Edi Weitz).

7 years agoupgrade to current cffi (thanks to Jan Idzikowski)
dlichteblau [Tue, 13 Dec 2005 21:16:30 +0000] 
upgrade to current cffi (thanks to Jan Idzikowski)

7 years agoLisp-LGPL
dlichteblau [Sun, 4 Dec 2005 23:52:28 +0000] 
Lisp-LGPL

7 years agotarball link
dlichteblau [Fri, 25 Nov 2005 22:55:18 +0000] 
tarball link

7 years agostream-element-type implementiert
dlichteblau [Fri, 25 Nov 2005 22:39:42 +0000] 
stream-element-type implementiert

7 years ago* flexi-streams benutzen
dlichteblau [Fri, 25 Nov 2005 20:14:04 +0000] 
* flexi-streams benutzen
* buffering

7 years agostream-write-sequence fix, thanks to erik enge
dlichteblau [Wed, 16 Nov 2005 17:13:17 +0000] 
stream-write-sequence fix, thanks to erik enge

7 years agoreload function
dlichteblau [Wed, 16 Nov 2005 17:07:53 +0000] 
reload function

7 years agoInitial revision
dlichteblau [Wed, 9 Nov 2005 22:10:44 +0000] 
Initial revision