Re: [Pharo-users] TLS/SSL and SocketStreams

2018-04-25 Thread Sven Van Caekenberghe
Hi Eric, > On 25 Apr 2018, at 22:25, Eric Gade wrote: > > Hello, > > In the process of maintaining a small IRC client I have written, I'm trying > to add the option to connect over SSL. Of course ensuring valid certificates > and the handshake et al is quite complicated. Instead I'm attemptin

[Pharo-users] TLS/SSL and SocketStreams

2018-04-25 Thread Eric Gade
Hello, In the process of maintaining a small IRC client I have written, I'm trying to add the option to connect over SSL. Of course ensuring valid certificates and the handshake et al is quite complicated. Instead I'm attempting to rely on Zodiac's `ZdcSecureSocketStream` instead of a regular `Soc