| 1 |
CL-SSL 0.1.2 |
|---|
| 2 |
|
|---|
| 3 |
README -- |
|---|
| 4 |
|
|---|
| 5 |
This is the first release of the CL-SSL |
|---|
| 6 |
SSL binding for Common Lisp. |
|---|
| 7 |
It currently supports only LispWorks, but |
|---|
| 8 |
CMUCL support is in the works (Eric Marsden has |
|---|
| 9 |
a working SSL binding for CMUCL) |
|---|
| 10 |
The CMUCL stuff in the archive does not work yet |
|---|
| 11 |
(particularily because CMUCL seems to lack READ-SEQUENCE |
|---|
| 12 |
support...) |
|---|
| 13 |
|
|---|
| 14 |
I've done some tests with AServe, and was successful in fetching |
|---|
| 15 |
and serving HTTPS sites using this CL-SSL package. |
|---|
| 16 |
There are some minor things to resolve until it will be |
|---|
| 17 |
well integrated with AServe. |
|---|
| 18 |
|
|---|
| 19 |
Please note that this is a very early version and that alot |
|---|
| 20 |
of things will change, as we are actively working on it. |
|---|
| 21 |
|
|---|
| 22 |
I try to get it as portable as possible and it should be easy |
|---|
| 23 |
to add support for CLISP, CormanLisp or MCL. One reason |
|---|
| 24 |
of making it now public is that people from other Lispsystems |
|---|
| 25 |
can take a look at it and probably offer the necessary FFI |
|---|
| 26 |
code to get it running. |
|---|
| 27 |
|
|---|
| 28 |
Regards, |
|---|
| 29 |
Jochen Schmidt |
|---|
| 30 |
|
|---|
| 31 |
Thanks to Wade Humeniuk, Eric Marsden, and Kevin Rosenberg. |
|---|
| 32 |
Wade is helping me working on this stuff |
|---|
| 33 |
(and testing it if it still works on Windows after I've hacked |
|---|
| 34 |
something... ;-) ) |
|---|
| 35 |
Eric is working on the CMUCL side - he has written most of the |
|---|
| 36 |
FFI code. The CMUCL FFI code in this archive is based on the code |
|---|
| 37 |
he sent to me, but he has a newer and more polished version |
|---|
| 38 |
available. |
|---|
| 39 |
Kevin Rosenberg wrote the UFFI interface. |
|---|
| 40 |
|
|---|
| 41 |
|
|---|
| 42 |
|
|---|
| 43 |
-- |
|---|
| 44 |
jsc@dataheaven.de |
|---|
| 45 |
http://www.dataheaven.de |
|---|
| 46 |
|
|---|