- A simple OpenSSL Wrapper for Dolphin Smalltalk 7.2.
- Supports secure TLS Socket communication.
- Based on original package by Chris Double - see package comments.
- Download and install GitHub Package Manager
- Evaluate:
GitHubPackageManager install: 'rko281/OpenSSL'.- Also install Win32 OpenSSL v3.6.3 Light from Shining Light Productions
- Direct Link to Installer
- Use
TlsSocketinstead ofSocket2 - See
TlsSocketmethods for further information - See MySQL for Dolphin for concrete usage examples