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. Sven
