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

SCRAM plus variants #228

Merged
merged 1 commit into from
Jan 29, 2024
Merged

SCRAM plus variants #228

merged 1 commit into from
Jan 29, 2024

Conversation

sjaeckel
Copy link
Member

@sjaeckel sjaeckel commented Nov 1, 2023

Add support for SASL methods SCRAM-SHA1-PLUS and SCRAM-SHA256-PLUS.

Fixes #133

@sjaeckel sjaeckel marked this pull request as draft November 1, 2023 10:01
@sjaeckel sjaeckel changed the title WIP: SCRAM plus variants SCRAM plus variants Nov 1, 2023
@sjaeckel sjaeckel marked this pull request as ready for review November 2, 2023 11:13
@sjaeckel sjaeckel linked an issue Nov 2, 2023 that may be closed by this pull request
@sjaeckel sjaeckel requested a review from pasis November 8, 2023 12:08
@sjaeckel sjaeckel force-pushed the scram-plus-variants branch 3 times, most recently from d4fa39f to 8958408 Compare November 8, 2023 12:49
@sjaeckel sjaeckel changed the base branch from minor-improvements to master November 9, 2023 10:23
@sjaeckel sjaeckel force-pushed the scram-plus-variants branch 7 times, most recently from 0c098bd to 914f63b Compare November 9, 2023 14:44
This fixes #133

Signed-off-by: Steffen Jaeckel <[email protected]>
@sjaeckel sjaeckel merged commit bfd0872 into master Jan 29, 2024
48 checks passed
@sjaeckel sjaeckel deleted the scram-plus-variants branch January 29, 2024 09:04
@Neustradamus

This comment was marked as duplicate.

@sjaeckel sjaeckel added this to the next milestone Jan 31, 2024
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.

SCRAM-SHA-1-PLUS + SCRAM-SHA-256-PLUS + SCRAM-SHA-512-PLUS supports
2 participants