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

OpenSSL is Shown as Outdated #1214

Closed
danyeaw opened this issue Jan 20, 2024 · 0 comments · Fixed by #1258
Closed

OpenSSL is Shown as Outdated #1214

danyeaw opened this issue Jan 20, 2024 · 0 comments · Fixed by #1258

Comments

@danyeaw
Copy link
Member

danyeaw commented Jan 20, 2024

In #1162 we added a FIPS provider for OpenSSL. However, this created a couple of issues:

  1. gvsbuild outdated always shows that OpenSSL is outdated, since the module called openssl is now the old version we are getting the FIPS provider from. We will also very likely miss OpenSSL versions being released like this.
  2. OpenSSL moves LTS versions after they aren't the latest version. So the FIPS provider was at https://www.openssl.org/source/openssl-3.0.8.tar.gz, and then was moved to https://www.openssl.org/source/old/3.0/openssl-3.0.8.tar.gz after a newer 3.0.x version was released. This broke the build.

Any thoughts on how we can resolve these?

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 a pull request may close this issue.

1 participant