On 12.09.2011 09:21, Norbert Hartl wrote:
Am 11.09.2011 um 21:05 schrieb Sven Van Caekenberghe:
On 11 Sep 2011, at 15:42, Norbert Hartl wrote:
What is Zodiac based on again? I assume you didn't write to native stuff
yourself.
The idea is to use a new, more comprehensible SocketStream implementation and the
use that to subclass a new SecureSocketStream that delegates the 4 key ssl methods
(connect, accept, encode& decode) to an ssl session object. There could be 2
implementations of that session object: one based on the existing SSL plugin (a
wrapper to the OpenSSL library) and one based on all the crypto work being done in
Smalltalk.
Is the SSL plugin the one from Andreas that has license issues?
Norbert
VM Plugin is MIT: http://code.google.com/p/squeakssl/
The code in the SqueakSSL monticello package used not to be (it is now
though), but that would be irrelevant in any matter, as Zodiac does not
use it.
Cheers,
Henry