forked from openssh/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch was implemented and tested on OpenSSH version 9.6. - adds wolfSSL to the OpenSSH configure script - adds wolfSSL debugging support to OpenSSH Compile wolfSSL with: ./configure --enable-openssh make make install Compile OpenSSH with patch -p1 < <path/to/this/patch> autoreconf ./configure --with-wolfssl make Running the OpenSSH tests requires wolfSSL to be configured using ./configure --enable-openssh --enable-dsa --with-max-rsa-bits=8192 and it is recommended to configure OpenSSH with ./configure --with-wolfssl --with-rpath='-Wl,-rpath=' to resolve issues with missing library paths. With the above modifications OpenSSH should pass all tests run with: ``` make tests ``` Signed-off-by: Juliusz Sosinowicz <[email protected]>
- Loading branch information
1 parent
8241b9c
commit 23b11d8
Showing
8 changed files
with
246 additions
and
4 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.