0

Previously I was using wpad-openssl, with this line in my wpa_supplicant.conf,

openssl_ciphers=DEFAULT@SECLEVEL=0 

Now I want to move to mbedtls, how do I port that line? Without it I'm getting

MTLS: invalid tls_disable_tlsv* params; ignoring 10g-2: CTRL-EVENT-EAP-METHOD EAP vendor 0 method 13 (TLS) selected MTLS: mbedtls_ssl_handshake: SSL - A fatal alert message was received from our peer (-0x7780) 

1 Answer 1

1

There is no alternative in mbedtls at all. MD5 and SHA1 are disabled. Enabling them would require a compile time configurations setting not a run time configuration setting.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.