Conversation
Contributor
|
To activate kTLS support in openssl, need to add this changes: Added on this PR - #147027 |
2afb683 to
ecf3fa0
Compare
8e4bd16 to
57c9919
Compare
13 tasks
for openssl 3.x support
it's the default now
mweinelt
approved these changes
Aug 17, 2022
Member
mweinelt
left a comment
There was a problem hiding this comment.
Python changes look reasonable. Thank you!
Member
|
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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 = trueset 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.shto update generated release notes