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

new feature: scram for tcp dialer is supported #1029

Merged
merged 28 commits into from
Jul 31, 2024
Merged

new feature: scram for tcp dialer is supported #1029

merged 28 commits into from
Jul 31, 2024

Conversation

wanghaEMQ
Copy link
Member

@wanghaEMQ wanghaEMQ commented Jul 26, 2024

  • Integered mqtt tcp dialer part of sdk with scram
  • Move scram.h to internal source folder.
  • Add encode/decode for msg of auth.
  • Support to parse property in auth msg.

wanghaEMQ added 24 commits July 24, 2024 03:58
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
…layer.

Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
…ram is enabled.

Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
…l msg failed.

Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
…ect msg.

Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
@wanghaEMQ wanghaEMQ requested a review from a team July 26, 2024 06:19
Signed-off-by: wanghaemq <wangwei@emqx.io>
Signed-off-by: wanghaemq <wangwei@emqx.io>
Copy link
Contributor

@xinyi-xs xinyi-xs left a comment

Choose a reason for hiding this comment

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

Good job!

Copy link
Member

@JaylinYu JaylinYu left a comment

Choose a reason for hiding this comment

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

need to have a deeper test on compatibility with MQTT-TCP
make it draft first

@wanghaEMQ
Copy link
Member Author

need to have a deeper test on compatibility with MQTT-TCP make it draft first

You could easily disable it by -DNNG_ENABLE_SCRAM=OFF

Signed-off-by: wanghaemq <wangwei@emqx.io>
@JaylinYu
Copy link
Member

I mean, would it affect normal TCP by enabling SCRAM

@wanghaEMQ
Copy link
Member Author

I mean, would it affect normal TCP by enabling SCRAM

okay. it needs more tests.

Signed-off-by: wanghaemq <wangwei@emqx.io>
@JaylinYu JaylinYu merged commit 431f9a9 into main Jul 31, 2024
12 of 15 checks passed
@JaylinYu JaylinYu deleted the wangha/dev4 branch July 31, 2024 07:35
@JaylinYu
Copy link
Member

we need more test before next release

@JaylinYu
Copy link
Member

And make it available on bridging

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.

3 participants