Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

WiFiClientSecure: don't use the broken max_fragment_length extension #4033

Merged
merged 2 commits into from
Dec 28, 2017

Conversation

igrr
Copy link
Member

@igrr igrr commented Dec 27, 2017

axTLS does not correctly implement max_fragment_length extension. This
causes servers which understand this extension (currently GnuTLS- and
WolfSSL-based) to reject the client hello.

Until this is fixed in axTLS, remove the call to enable this extension
from WiFiClientSecure.

Fixes #3932.

igrr and others added 2 commits December 28, 2017 01:32
axTLS does not correctly implement max_fragment_length extension. This
causes servers which understand this extension (currently GnuTLS- and
WolfSSL-based) to reject the client hello.

Until this is fixed in axTLS, remove the call to enable this extension
from WiFiClientSecure.

Fixes #3932.
@devyte devyte merged commit 3838e58 into master Dec 28, 2017
@igrr igrr deleted the bugfix/disable_max_fragment_length_ext branch January 2, 2018 00:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wificlientsecure fails to connect with smtp2go, but works with gmail
2 participants