-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
treewide: Default openssl version to 3.0 #150093
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To activate kTLS support in openssl, need to add this changes:
Added on this PR - #147027 |
ajs124
force-pushed
the
openssl3
branch
2 times, most recently
from
December 19, 2021 11:22
2afb683
to
ecf3fa0
Compare
FliegendeWurst
added
the
2.status: merge conflict
This PR has merge conflicts with the target branch
label
Jan 29, 2022
ofborg
bot
removed
the
2.status: merge conflict
This PR has merge conflicts with the target branch
label
Feb 7, 2022
ofborg
bot
added
the
2.status: merge conflict
This PR has merge conflicts with the target branch
label
Apr 3, 2022
ofborg
bot
removed
the
2.status: merge conflict
This PR has merge conflicts with the target branch
label
Apr 3, 2022
ajs124
force-pushed
the
openssl3
branch
3 times, most recently
from
April 9, 2022 15:13
8e4bd16
to
57c9919
Compare
13 tasks
for openssl 3.x support
it's the default now
mweinelt
approved these changes
Aug 17, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python changes look reasonable. Thank you!
This broke eval for node 18
https://gist.github.com/GrahamcOfBorg/c8bdf4f7c30f233e103973486000eff9 |
13 tasks
13 tasks
facebook-github-bot
pushed a commit
to facebook/hhvm
that referenced
this pull request
Sep 21, 2022
Summary: #9184 fails because recently nixpkgs unstable changes the default OpenSSL version to 3.0, which is not compatible with Folly. - See https://github.com/facebook/hhvm/actions/runs/3065306837 for build log. - See NixOS/nixpkgs#150093 for the nixpkgs commit. This PR pins OpenSSL version to 1.1 to suppress the error. Pull Request resolved: #9208 Test Plan: GitHub Actions should pass Reviewed By: alexeyt Differential Revision: D39596559 Pulled By: Atry fbshipit-source-id: c1afa8c3eb30b1354d1cc5972325795d39a1ce13
13 tasks
Yarny0
added a commit
to Yarny0/nixpkgs
that referenced
this pull request
Sep 29, 2022
The switch to openssl 3 broke tsm-client as it still requires openssl 1.1 . In the sprit of many commits of NixOS#150093 the commit at hand pins the openssl version for tsm-client to version 1.1 . Sadly, IBM's documentation of requirements https://www.ibm.com/support/pages/node/660813 does not mention openssl in any way (at the time of this writing).
j6carey
pushed a commit
to awakesecurity/nixpkgs
that referenced
this pull request
Nov 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: erlang
6.topic: haskell
6.topic: lua
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: python
6.topic: ruby
8.has: changelog
8.has: clean-up
8.has: documentation
This PR adds or changes documentation
8.has: package (new)
This PR adds a new package
10.rebuild-darwin: 501+
10.rebuild-darwin: 5001+
10.rebuild-darwin-stdenv
This PR causes stdenv to rebuild
10.rebuild-linux: 501+
10.rebuild-linux: 5001+
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation for this change
Newer version and kTLS finally.
I'll be adding a changelog entry when this is close to being merged because I don't want to resolve conflicts every 2 days ;)
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)nixos/doc/manual/md-to-db.sh
to update generated release notes