TLS Version 1.2 Protocol
Michael Martinez
mwtzzz at gmail.com
Wed Feb 3 20:23:55 CET 2016
Run "ldd /usr/sbin/freeradius", and look for which ssl lib it is using:
root at stand-2-rpi:~# ldd /usr/sbin/freeradius| grep -i ssl
libssl.so.1.0.0 => /usr/lib/arm-linux-gnueabihf/libssl.so.1.0.0
(0xb6df9000)
Then look up which package that file belongs to:
root at stand-2-rpi:~# apt-file search
/usr/lib/arm-linux-gnueabihf/libssl.so.1.0.0
libssl1.0.0: /usr/lib/arm-linux-gnueabihf/libssl.so.1.0.0
libssl1.0.0-dbg: /usr/lib/debug/usr/lib/arm-linux-gnueabihf/libssl.so.1.0.0
Then look up the version of openssl that these packages are compiled with:
root at stand-2-rpi:~# dpkg -s libssl1.0.0 | grep -i version
Version: 1.0.1e-2+rvt+deb7u19
As long as it is >=openssl-1.0.1, then it has support for TLS 1.2
On Wed, Feb 3, 2016 at 8:37 AM, Danielle Fratto <fratto at us.ibm.com> wrote:
>
>
> We have a FreeRadius version 2.1 implemented which we have inherited to
> support. The person who installed this on our servers has separated from
> the company and we have limited knowledge with the configuration and setup.
> The version release information that we found online does not reference the
> version we are running currently : V2.1.1-7.18.1. Can you confirm if
> TLSV1.2 Protocol is supported for our version of FreeRadius?
>
>
> Thank you for any help you can offer.
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
--
---
More information about the Freeradius-Users
mailing list