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

Update auth docs and massive-sdk ref #13

Merged
merged 1 commit into from
Jul 30, 2019
Merged

Update auth docs and massive-sdk ref #13

merged 1 commit into from
Jul 30, 2019

Conversation

rbeiter
Copy link
Collaborator

@rbeiter rbeiter commented Jul 29, 2019

No description provided.

// To enable an autentication mechanism, un-comment the #define below. The following combinations are valid:
//
// USE_TLS alone
// USE_TLS & USE_CERTIFICATES
Copy link
Member

@OYTIS OYTIS Jul 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about USE_TLS & USE_CERTIFICATES & USE_USERNAME_PASSWORD?
Also, as an afterthought do we need separate USE_TLS and USE_CERTIFICATES? TLS without certificates is TLS-PSK, but there is no support for that in our SDK (although it might be added).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That may be supported as well, but it's out of scope to test right now. We do need USE_TLS separate from USE_CERTIFICATES since USE_TLS && USE_USERNAME_PASSWORD is also a valid option, as is USE_USERNAME_PASSWORD without USE_TLS

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, I see now. OwlModemSSLRN4 has no support for non-certificate TLS. I'll call this out here since we should not change this now.

@rbeiter rbeiter merged commit e4f28dc into master Jul 30, 2019
@rbeiter rbeiter deleted the doc_update branch July 31, 2019 20:39
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.

None yet

2 participants