Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

Is OpenSSH using OpenSSL to encrypt traffic? Or something else?

share|improve this question
2  
This is not strictly a duplicate, however this earlier question is probably relevant to help explain the concepts. security.stackexchange.com/questions/1599/… – Graham Lee Apr 29 '11 at 23:01

1 Answer

up vote 6 down vote accepted

OpenSSH is a program depending on OpenSSL the library, specifically OpenSSH uses the libcrypto part of OpenSSL.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.