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

Updating need for --enable-openssh for wolfEngine #172

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions wolfEngine/src/chapter03.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ By default, wolfEngine only builds a shared library, with building of a static l
| --enable-p384 | Enabled | Enable EC Curve P-384 |
| --enable-p521 | Enabled | Enable EC Curve P-521 |
| --with-openssl=DIR | | OpenSSL installation location to link against. If not set, use the system default library and include paths. |
| --enable-openssh | **Disabled** | Enables use with openssh |

## Build Defines

Expand Down
2 changes: 2 additions & 0 deletions wolfEngine/src/chapter10.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ stunnel has been tested with wolfEngine. Notes coming soon.

## OpenSSH

To use wolfEngine with OpenSSH you will need to add `--enable-openssh` to the `./configure` line of wolfEngine.

OpenSSH needs to be compiled with OpenSSL engine support using the `--with-ssl-engine` configure option. If needed, `--with-ssl-dir=DIR` can also be used to specify the installation location of the OpenSSL library being used:
```
$ cd openssh
Expand Down
Loading