Connection issues with Android Marshmallow

Arran Cudbard-Bell a.cudbardb at freeradius.org
Thu Oct 15 20:47:09 CEST 2015


> On Oct 15, 2015, at 2:02 PM, Nick Lowe <nick.lowe at gmail.com> wrote:
> 
> Could SSL_export_keying_material be bust in the version of OpenSSL you're using?
> 
> I'm noticing a pattern of  "OpenSSL 1.0.1e-fips 11 Feb 2013".

It works fine on my RHEL 6.7 box.

lsb_release -i -r
Distributor ID:	RedHatEnterpriseServer
Release:	6.7

openssl-1.0.1e-42.el6.x86_64

openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013


It would be useful to have the output of eapol_test run against one of these servers.

sudo yum install libnl3-devel openssl-devel make gcc
cd /tmp/
curl https://raw.githubusercontent.com/FreeRADIUS/freeradius-server/v3.1.x/scripts/travis/eapol_test-build.sh > ./eapol_test-build.sh
chmod +x ./eapol_test-build.sh
mkdir eapol_test
wget https://raw.githubusercontent.com/FreeRADIUS/freeradius-server/v3.1.x/scripts/travis/eapol_test/config_linux --output-document=./eapol_test/config_liunx
./eapol_test-build.sh # check it built ok

wget https://raw.githubusercontent.com/FreeRADIUS/freeradius-server/v3.1.x/src/tests/eapol_test/peap-mschapv2.conf
# Edit credentials in peap-mschapv2.conf

$(./eapol_test-build.sh) -c./peap-mschapv2.conf -s<secret> -a<radius server ip>

-Arran

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20151015/1621df05/attachment.sig>


More information about the Freeradius-Users mailing list