Question about porting SSH

Markus Friedl markus at openbsd.org
Fri Jul 11 07:53:48 EST 2003


On Thu, Jul 10, 2003 at 09:31:03PM +0000, Joey Doughly wrote:
> Hello everybody,
> I am working on a project trying to port openSSH and have noticed that some 
> of the components rely on SSL which is a pretty big program as well.  Is 
> there any way to just rip out certain modules from SSL to get openSSH to 
> work with out porting all of the SSL components, and if so what are the 
> only SSL modules I need to get SSH to work properly.  Any help will be 


you need bignum, rsa, dh and a at least 3des from libcrypto.

you don't need libssl at all.




More information about the openssh-unix-dev mailing list