Index all openssh patches in README#335
Closed
ColtonWilley wants to merge 1 commit intowolfSSL:masterfrom
Closed
Conversation
The README listed only the two non-FIPS patches plus a stale reference to a `openssh-FIPS-wolfprov.patch` that does not exist in the directory. The three FIPS patches that have landed since (or are landing in flight) had no entries: - openssh-V_9_6_P1-FIPS-wolfprov.patch — upstream openssh-9.6p1. - openssh-RHEL-9.9p1-FIPS-wolfprov.patch — RHEL/CentOS Stream 10 dist-git build of openssh-9.9p1 (PR wolfSSL#332). - openssh-RHEL-10.2p1-FIPS-wolfprov.patch — Fedora 44 dist-git build of openssh-10.2p1 (PR wolfSSL#334). Rewrites the README with non-FIPS / FIPS sections and a per-patch description of the OpenSSH source it targets.
Contributor
Author
|
Superseded by #336 (consolidated with the openssh-10.2p1 FIPS patch). |
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.
Summary
The wolfProvider openssh README listed only the two non-FIPS patches plus a stale reference to a
openssh-FIPS-wolfprov.patchthat does not exist in this directory. Three FIPS patches that have landed since (or are landing in flight) had no entries:openssh-V_9_6_P1-FIPS-wolfprov.patch— upstream openssh-9.6p1openssh-RHEL-9.9p1-FIPS-wolfprov.patch— RHEL/CentOS Stream 10 dist-git openssh-9.9p1 (Add RHEL openssh 9.9p1 FIPS patch for wolfProvider #332)openssh-RHEL-10.2p1-FIPS-wolfprov.patch— Fedora 44 dist-git openssh-10.2p1 (Add Fedora openssh-10.2p1 FIPS patch for wolfProvider #334)Rewrites the README with non-FIPS / FIPS sections and a per-patch description of the OpenSSH source it targets. Drops the dangling
openssh-FIPS-wolfprov.patchreference.The 10.2p1 entry references a file landing via #334 — once #332 and #334 are merged, every filename in the README resolves. The README change is text-only; merge order doesn't matter mechanically, only stylistically.
Test plan