[Bug 1707] Tweak OpenSSL ENGINE support to use openssl config system

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Fri Jan 29 09:28:55 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1707

--- Comment #3 from Solomon Peachy <pizza at shaftnet.org> 2010-01-29 09:28:54 EST ---
According to the man page OPENSSL_config() was introduced in v0.9.7,
which is also when engine support was merged into the mainline openssl
release with its current API.

v0.9.6 had an optional engine package, but its API was different and
openssh's engine support won't work with it anyway -- the autoconf test
will fail.

So if the existing autoconf test for --with-ssl-engine succeeds, it
means we have openssl 0.9.7 and subsequently support OPENSSL_config().

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list