Skip to content

sasl: clear canceled mechanism instead of toggling it#18573

Closed
MegaManSec wants to merge 1 commit into
curl:masterfrom
MegaManSec:bf
Closed

sasl: clear canceled mechanism instead of toggling it#18573
MegaManSec wants to merge 1 commit into
curl:masterfrom
MegaManSec:bf

Conversation

@MegaManSec
Copy link
Copy Markdown
Contributor

Use &= ~authused in SASL_CANCEL (was ^=) to actually remove the offending mechanism and avoid re-enabling a disabled mech on retry.

Use &= ~authused in SASL_CANCEL (was ^=) to actually remove the offending
mechanism and avoid re-enabling a disabled mech on retry.
@bagder bagder closed this in a80abc4 Sep 18, 2025
@bagder
Copy link
Copy Markdown
Member

bagder commented Sep 18, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants