Zodiac is an open-source, cross-smalltalk implementation of regular and secure socket streams. The primary goal of the project is to offer TLS/SSL streams that can then be used to implement for example HTTPS when combined with a suitable client such as Zinc HTTP Components.
This project is used by the Zinc HTTP Components project.
For documentation there is the TLS/SSL paper
Metacello new
repository: 'github://svenvc/zodiac/repository';
baseline: 'Zodiac';
load.
Sven Van Caekenberghe