there are two installed versions of openssl on the system. the base which is used by the stock freebsd software, such as the ssh server, and then the packaged version which all the additional software (http server, openvpn, ipsec/setkey) uses:
# /usr/bin/openssl version OpenSSL 0.9.8y 5 Feb 2013 # /usr/local/bin/openssl version OpenSSL 1.0.1e 11 Feb 2013 This is what pfSense 2.1 reports. Basically, if the sofware is in /usr/local/bin or /usr/local/sbin, it is using the package version of openssl, which is in /usr/local/lib. On Tue, Apr 8, 2014 at 1:07 PM, compdoc <[email protected]> wrote: >> So what version of OpenSSL is running on 2.1.0? Sorry if this has been >> answered already > > > > Type: > > > > openssl version > > > > > > > > > _______________________________________________ > List mailing list > [email protected] > https://lists.pfsense.org/mailman/listinfo/list _______________________________________________ List mailing list [email protected] https://lists.pfsense.org/mailman/listinfo/list
