diff --git a/wolfEngine/src/chapter03.md b/wolfEngine/src/chapter03.md index 820d5fec..dd4964e2 100644 --- a/wolfEngine/src/chapter03.md +++ b/wolfEngine/src/chapter03.md @@ -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 diff --git a/wolfEngine/src/chapter10.md b/wolfEngine/src/chapter10.md index 19970ffb..c10da40c 100644 --- a/wolfEngine/src/chapter10.md +++ b/wolfEngine/src/chapter10.md @@ -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