wolfSSL port to openSSH
Kaleb Himes
kaleb at wolfssl.com
Tue Dec 29 04:37:57 AEDT 2015
Greetings OpenSSH developers,
wolfSSL now has a stable port for any interested we are nearly ready to
submit a pull request to openssh-portable repository.
For any and all interested we are ready for some alpha testing. Testing
should be as easy as doing the following steps:
git clone https://github.com/kaleb-himes/openssh-portable.git
git clone https://github.com/kaleb-himes/wolfssl.git
cd wolfssl
./autogen.sh
./configure --prefix=/usr/local/lib --enable-openssh && make && sudo make
install
cd ..
cd openssh-portable
autoreconf
./configure --with-wolfssl=/usr/local/lib --with-pam && make && make tests
Our Jenkins server is now using this port to actively checkout changes from
github and is also running all slave nodes using SSH with this port. This
provides us with some real-world testing in addition to the unit tests.
We would ask for any feedback on our port from the openSSH community and
welcome any questions before we submit a pull request to you in the near
future.
Thank you all for your time and consideration in this matter, we look
forward to hearing from you.
Our sincerest Regards,
The wolfSSL Team and Kaleb Himes
www.wolfssl.com
kaleb at wolfssl.com
Skype: kaleb.himes
+1 406 381 9556
More information about the openssh-unix-dev
mailing list