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

Add support for building with OpenSSL 3 #244

Merged
merged 2 commits into from
Jan 5, 2023
Merged

Add support for building with OpenSSL 3 #244

merged 2 commits into from
Jan 5, 2023

Conversation

SeanTAllen
Copy link
Member

This includes a builder for Ubuntu 22.04 that features OpenSSL 3 to verify that it is all working, plus tests to verify that we are correctly set up to build with OpenSSL 3 support on.

@SeanTAllen SeanTAllen requested a review from a team January 3, 2023 22:27
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Jan 3, 2023
@SeanTAllen SeanTAllen force-pushed the openssl3 branch 2 times, most recently from f71584a to 0aa8ba8 Compare January 3, 2023 22:30
This includes a builder for Ubuntu 22.04 that features OpenSSL 3 to
verify that it is all working, plus tests to verify that we are
correctly set up to build with OpenSSL 3 support on.
@SeanTAllen
Copy link
Member Author

@kulibali can you take a look at what is going on with the link failure on Windows. I don't believe anything that I did should have broken this, but I am pretty ignorant.

@chalcolith
Copy link
Member

crypto needs to be updated to use LibreSSL 3.6.1 on Windows; the ponyup build is grabbing crypto.lib from the crypto package, and ssl.lib from the net_ssl package, and they are incompatible.

@SeanTAllen SeanTAllen merged commit adaeb8a into main Jan 5, 2023
@SeanTAllen SeanTAllen deleted the openssl3 branch January 5, 2023 22:10
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants