svn commit: r341759 - in head: contrib/wpa contrib/wpa/hostapd contrib/wpa/hs20/client contrib/wpa/src/ap contrib/wpa/src/common contrib/wpa/src/crypto contrib/wpa/src/drivers contrib/wpa/src/eap_c...

Jung-uk Kim jkim at FreeBSD.org
Wed Dec 12 05:09:50 UTC 2018


On 18. 12. 9., Cy Schubert wrote:
> Author: cy
> Date: Sun Dec  9 06:45:49 2018
> New Revision: 341759
> URL: https://svnweb.freebsd.org/changeset/base/341759
> 
> Log:
>   MFV r341618:
>   
>   Update wpa 2.6 --> 2.7.

...

This broke my network configuration and I found the following messages
from /dev/log/message.

... bge0: CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=25
... bge0: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected
... SSL: SSL3 alert: write (local SSL3 detected an error):fatal:internal
error
... OpenSSL: openssl_handshake - SSL_connect error:141A90B5:SSL
routines:ssl_cipher_list_to_bytes:no ciphers available
... bge0: CTRL-EVENT-EAP-FAILURE EAP authentication failed

I tracked it down and found default ciphers were not set because
usr.sbin/wpa/Makefile.inc added an empty string, i.e.,
-DTLS_DEFAULT_CIPHERS=\"\".

With the attached patch, I got my connection back.

Jung-uk Kim
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wpa.diff
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20181212/97eabf5b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20181212/97eabf5b/attachment.sig>


More information about the svn-src-all mailing list