1.3.0
OpenSSL 3.0.x support added
We've updated net_ssl to work with SSL libraries that support the OpenSSL 3.0.x API.
To compile a program targeting the 3.0.x API:
corral run -- ponyc -Dopenssl_3.0.x
[1.3.0] - 2023-01-03
Added
- Add support for OpenSSL 3.0.x (PR #81)