7
1
Fork
You've already forked sasl
3
An implementation of the Simple Authentication and Security Layer (SASL). https://mellium.im/sasl/
  • Go 100%
Sam Whited e0859857b4
All checks were successful
ci/woodpecker/push/dco Pipeline was successful
ci/woodpecker/push/test/2 Pipeline was successful
ci/woodpecker/push/test/1 Pipeline was successful
ci/woodpecker/push/validate Pipeline was successful
Bump minimum required version to 1.24
This version had the pbkdf2 package introduced which we now depend on.
Signed-off-by: Sam Whited <sam@samwhited.com>
2026年06月16日 07:57:33 -04:00
.woodpecker internal/gsasl: use AddCleanup on gsasl session 2026年06月15日 06:47:17 -04:00
docs docs: update docs and funding 2021年08月23日 20:43:38 -04:00
internal/gsasl internal/gsasl: use AddCleanup on gsasl session 2026年06月15日 06:47:17 -04:00
testdata/fuzz sasl: Add initial SCRAM server support 2023年07月22日 16:37:07 +03:00
.gitignore Start using dep for vendoring 2017年08月08日 00:24:15 -05:00
anonymous.go sasl: implement the ANONYMOUS mechanism 2024年08月29日 06:06:40 -04:00
anonymous_test.go sasl: implement the ANONYMOUS mechanism 2024年08月29日 06:06:40 -04:00
CHANGELOG.md all: bump deps and release version 0.3.2 2024年09月11日 07:15:36 -04:00
DCO all: add DCO and check for it in CI 2020年04月01日 16:44:37 -04:00
doc.go .woodpecker: use Codeberg CI (Woodpecker) 2022年07月11日 11:09:15 -04:00
example_plain_test.go sasl: fix some file headers 2022年08月03日 09:33:25 -04:00
example_xoauth2_test.go sasl: fix some file headers 2022年08月03日 09:33:25 -04:00
go.mod Bump minimum required version to 1.24 2026年06月16日 07:57:33 -04:00
go.sum sasl: migrate to using stdlib's pbkdf2 pkg 2026年06月16日 07:52:06 -04:00
LICENSE all: rename LICENSE.md to LICENSE 2020年04月01日 09:26:30 -04:00
mechanism.go sasl: implement the ANONYMOUS mechanism 2024年08月29日 06:06:40 -04:00
negotiator.go sasl: Add initial SCRAM server support 2023年07月22日 16:37:07 +03:00
nonce.go .woodpecker: use Codeberg CI (Woodpecker) 2022年07月11日 11:09:15 -04:00
nonce_test.go all: run gofmt and fix linter issues 2022年07月11日 11:09:46 -04:00
options.go sasl: Add initial SCRAM server support 2023年07月22日 16:37:07 +03:00
plain.go .woodpecker: use Codeberg CI (Woodpecker) 2022年07月11日 11:09:15 -04:00
README.md .woodpecker: use Codeberg CI (Woodpecker) 2022年07月11日 11:09:15 -04:00
sasl_integration_test.go sasl: integration testing against libgsasl 2022年08月03日 09:29:38 -04:00
sasl_internal_test.go sasl: add Nonce option for use in testing 2022年08月02日 07:32:16 -04:00
sasl_test.go sasl: fix early return in new state machine 2022年12月28日 07:43:34 -05:00
scram_client.go sasl: migrate to using stdlib's pbkdf2 pkg 2026年06月16日 07:52:06 -04:00
scram_server.go sasl: migrate to using stdlib's pbkdf2 pkg 2026年06月16日 07:52:06 -04:00
scram_test.go sasl: migrate to using stdlib's pbkdf2 pkg 2026年06月16日 07:52:06 -04:00

SASL

Issue Tracker Docs Chat License

A Go library implementing the Simple Authentication and Security Layer (SASL) as defined by RFC 4422.

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the file LICENSE.md.