Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug triggered by OpenSSL 3.2.0 #105

Merged
merged 1 commit into from
Jan 14, 2024
Merged

Commits on Jan 14, 2024

  1. Fix bug triggered by OpenSSL 3.2.0

    When using with OpenSSL 3.2.0, prior to the upgrade, running the
    regression test added in this commit would either hang if compiled
    in release mode or segfault due to infinite recursion if compiled
    in debug mode.
    
    This commit:
    
    - Adds a test to checking for the ponylang/net_ssl 105 regression
    - An update to ponylang/net_ssl 1.3.2 to fix the bug
    - Adds release notes for this fix
    SeanTAllen committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    49b0c6f View commit details
    Browse the repository at this point in the history