Zodiac TLS/SSL

October 27, 2025 ยท View on GitHub

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.

CI

For documentation there is the TLS/SSL paper

Installation

  Metacello new
    repository: 'github://svenvc/zodiac/repository';
    baseline: 'Zodiac';
    load.

Sven Van Caekenberghe

MIT Licensed