-
Notifications
You must be signed in to change notification settings - Fork 114
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
Bump OpenSSL to 3.4.0 #255
Conversation
Updating to the most recent release.
It looks like something went wrong with the legacy provider here: https://github.com/sfackler/rust-openssl/actions/runs/11552976391/job/32153182283?pr=2325
|
Is this causing enough problems it's worth a yank? I'm not familiar enough with the internals here to know myself what's going on and the release notes don't mention anything along these lines, so if it's going to take some time to investigate I'd be happy to yank in the meantime. |
It's just caused CI failures in the rust-openssl repo so far. I'm not sure how much people are leaning on the legacy module these days. Let's maybe see if anyone complains? I'll try to find some time to dig into what's going on tonight. I think we set things up to statically link to the legacy provider, so maybe some of that build glue regressed? |
Ideally we'd also run more tests in this repo although I'm not sure how best to orchestrate that. IIRC I know historically you wanted this repo separate from the main openssl-rs repo, but wanted to confirm that's still a desire, right? Otherwise I think it's working well but the lack of testing means this'll probably happen occasionally (fine by me but wanted to check with you too) |
We ran into this error over when updating OpenSSL in Vector: vectordotdev/vector#21587
Should we open this as a separate issue rather than using this PR to report? |
Yes please feel free to file an issue! (I'm still open to yanking 3.4.0's publish until this is fixed if that would make folks' lives easier) |
👍 opened as #257. Thanks for looking! |
Updating to the most recent release.