Skip to content

1.3.0

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 03 Jan 17:19
· 70 commits to main since this release

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)