gotosocial/vendor/mellium.im/sasl
Tobi Smethurst 98263a7de6
Grand test fixup (#138)
* start fixing up tests

* fix up tests + automate with drone

* fiddle with linting

* messing about with drone.yml

* some more fiddling

* hmmm

* add cache

* add vendor directory

* verbose

* ci updates

* update some little things

* update sig
2021-08-12 21:03:24 +02:00
..
.gitignore Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
bitbucket-pipelines.yml Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
doc.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
go.mod Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
go.sum Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
LICENSE.md Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
Makefile Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
mechanism.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
negotiator.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
nonce.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
options.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
plain.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
README.md Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
scram.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
xor_generic.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00
xor_unaligned.go Grand test fixup (#138) 2021-08-12 21:03:24 +02:00

SASL

GoDoc License

Buy Me A Coffee

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

Issues and feature requests

To file a bug report, please use the issue tracker.

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.