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

(WIP) SASL SCRAM #1706

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Commits on Oct 21, 2024

  1. Implement SASL_MECHANISM_SCRAM_SHA_256 and SASL_MECHANISM_SCRAM_SHA_512

    State machine for sasl scram
    Add Tcl_TraceVar() for sasl-mechanism
    Modularized sasl stuff into sasl.c / Refactor
    Updated doc
    Set sasl-username to username, if not set
    Enhance logging
    Leave got900() in servmsg.c instead of sasl.c
    Constant time memory comparison
    Update valid cap sasl mechanism list on server 908
    Handle SASL AUTHENTICATE server error
    pre sasl mechanism ECDH-X25519-CHALLENGE
    Michael Ortmann authored and michaelortmann committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4c0d051 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    63e8e7c View commit details
    Browse the repository at this point in the history