Hi,
Fri Oct 16 12:41:21 2015 : Debug: (124) eap_peap: TLS established with cipher suite: ECDHE-RSA-AES256-GCM-SHA384 TLSv1.2 Kx=ECDH Au=RSA Enc=AESGCM(256) Mac=AEAD
Again OpenSSL provides the string, which is why there's the random whitespace :(
yep. same output as you see from the ciphers command...white space there same: openssl ciphers -v "AES+aRSA+SHA256:-DH" AES256-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(256) Mac=SHA256 ECDHE-RSA-AES128-SHA256 TLSv1.2 Kx=ECDH Au=RSA Enc=AES(128) Mac=SHA256 AES128-SHA256 TLSv1.2 Kx=RSA Au=RSA Enc=AES(128) Mac=SHA256 scarey thing..do that on latest OSX (El Capitan) and no cipher available. what? ah.... now I see... OpenSSL 0.9.8zg 14 July 2015 really??????? :/ alan