Skip to content

1.3.2

Compare
Choose a tag to compare
@ponylang-main ponylang-main released this 14 Jan 21:41
· 21 commits to main since this release

Fix bug when using OpenSSL 3.2

OpenSSL 3.2 introduced a bug in itself or exposed one in NetSSL via a change in behavior. We believe the bug is in OpenSSL, either way, it was a problem.

HTTPS using the Ponylang HTTP library get requests would hang when in release mode and segfault due to infinite recurion when in debug mode. We've introduced a fix and a regression test has been added to ponylang/http.

[1.3.2] - 2024-01-14

Fixed

  • Fix bug triggered by OpenSSL 3.2.0 (PR #107)