Skip to content
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

Add warning when no authenticator, drop verify() #5205

Merged
merged 2 commits into from
Oct 4, 2018

Conversation

earlephilhower
Copy link
Collaborator

Print a warning when in debug mode when a BearSSL connection tries to
connect without having any defined authentication methods, since it will
fail.

Completely remove the empty axTLS compatibilty method
"::verify(char *fp, char *name)" because it can't be done w/BearSSL w/o
code changes, and always failed. Better to have a compile failure when
we know at compile time the app won't do what is expected.

Completes the changes started by @d-a-v in PR #4833

Print a warning when in debug mode when a BearSSL connection tries to
connect without having any defined authentication methods, since it will
fail.

Completely remove the empty axTLS compatibilty method
"::verify(char *fp, char *name)" because it can't be done w/BearSSL w/o
code changes, and always failed.  Better to have a compile failure when
we know at compile time the app won't do what is expected.

Completes the changes started by @d-a-v in PR esp8266#4833
@earlephilhower earlephilhower merged commit 14808c9 into esp8266:master Oct 4, 2018
@earlephilhower earlephilhower deleted the warnnoauth branch November 18, 2020 00:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants