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

SHA library #92

Closed
redboltz opened this issue Nov 30, 2023 · 1 comment
Closed

SHA library #92

redboltz opened this issue Nov 30, 2023 · 1 comment

Comments

@redboltz
Copy link
Owner

Now, async_mqtt is using picosha2.h.
https://github.com/redboltz/async_mqtt/blob/main/include/async_mqtt/external/picosha2.h

A part of broker code use it. https://github.com/redboltz/async_mqtt/blob/main/include/async_mqtt/broker/security.hpp
It is for sha256 password digest.

struct authentication {
enum class method {
sha256,
plain_password,
client_cert,
anonymous,
unauthenticated
};

If I propose async_mqtt to the Boost Libraries, this external dependency should be solved.

@redboltz
Copy link
Owner Author

Moved to discussion #93.

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

No branches or pull requests

1 participant