Sept. 12, 2011
7:21 a.m.
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