Alternate Open Source Crypto Solution in OpenSSH

Kaleb Himes <[email protected]> Tue, 5 Jan 2016 15:54:24 -0700
Newsgroups gmane.os.netbsd.devel.security
Message-ID <CAMB3dQUaCitht+hLUvaNaxuuQ9Skzjpjpjh-gsJcmkmcSTZQGw@mail.gmail.com>
Hello netbsd technical security group,


wolfSSL engineers have recently completed a port to OpenSSH to provide
consumers of OpenSSH with an alternate crypto solution to OpenSSL. We would
like to invite any and all interested to test our changes and provide
feedback.



We have actively been testing our port on Linux and Mac OS X.



Thank you for your time.




Details on getting a copy of our port, the wolfSSL libraries, and feedback
channels:



OpenSSH port Location: https://github.com/kaleb-himes/openssh-portable.git



wolfSSL Location: https://github.com/wolfSSL/wolfssl.git

                              or
https://wolfssl.com/wolfSSL/download/downloadForm.php



>From your terminal:

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


Feedback can be sent to: [email protected] or [email protected]



Additional Feedback Avenue: http://www.wolfssl.com/forums/







Sincerely,



The wolfSSL Team