-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Crash with basic ciphers chosen #6397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm traveling without VPN home, but it looks like it's trying to start up an AES_GCM engine to do something. But in basic mode, there shouldn't be any need for aes_gcm, per the allowed cipher list, so there are no aes_gcm providers installed (or built into the .BIN to save space). To let you get on with #6247, you can do a 1-line hack. Change line 950 in |
A typo was present in several ifdefs which would allow a server to negotiate an EC connection even when in basic SSL mode. When this happened, a crash would occur (since there were no EC or advanced AES modes installed). Fix the typo, fixes esp8266#6397
A typo was present in several ifdefs which would allow a server to negotiate an EC connection even when in basic SSL mode. When this happened, a crash would occur (since there were no EC or advanced AES modes installed). Fix the typo, fixes #6397
Basic Infos
Platform
Settings in IDE
Problem Description
When
Basic ciphers
selected in HelloServerBearSSL.ino example, crashes on every requestMCVE Sketch
Debug Messages
debug:
decoded:
original comment #6247 (comment)
The text was updated successfully, but these errors were encountered: