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

Make dependencies compatible with OpenSSL 3.0 #2721

Open
Geod24 opened this issue Dec 2, 2021 · 1 comment
Open

Make dependencies compatible with OpenSSL 3.0 #2721

Geod24 opened this issue Dec 2, 2021 · 1 comment

Comments

@Geod24
Copy link
Collaborator

Geod24 commented Dec 2, 2021

Currently, Agora depends transitively on OpenSSL 1.1.1.
This was problematic when Alpine decided suddenly to switch the default OpenSSL to v3, breaking our code.
We ended up using openssl1.1-compat-dev and they ended up switching back to v1.1.1.

However, this proved that the dlang bindings were not ready for v3, and that problem will eventually resurface.

EDIT: Related issue: D-Programming-Deimos/openssl#65

@Geod24 Geod24 added the prio-low label Dec 2, 2021
@Geod24 Geod24 added this to the 99. Unbounded milestone Jan 6, 2022
@Geod24
Copy link
Collaborator Author

Geod24 commented Jul 15, 2022

If you guys can update the vibe.d fork to match what's on master that's one we can easily cross off.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@Geod24 and others