tech-security archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Alternate Open Source Crypto Solution in OpenSSH



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: info%wolfssl.com@localhost or support%wolfssl.com@localhost

 

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

 

 

 

Sincerely,

 

The wolfSSL Team



Home | Main Index | Thread Index | Old Index