aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/sasl/README.md
blob: 9953921943fe547070d7235c9f66325a288439d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[![Build Status:master](https://api.travis-ci.org/cyrusimap/cyrus-sasl.svg?branch=master)](https://travis-ci.org/cyrusimap/cyrus-sasl)


## Cyrus SASL
This is the Cyrus SASL API implementation. It can be used on the client
or server side to provide authentication and authorization services.
See RFC 4422 for more information.

The latest version is available at:
https://github.com/cyrusimap/cyrus-sasl/releases

There's a mailing list for Cyrus SASL.  Subscribe by sending a message
to majordomo@lists.andrew.cmu.edu with the body "subscribe
cyrus-sasl". The mailing list is available via anonymous IMAP at
imap://cyrus.andrew.cmu.edu/archive.cyrus-sasl or via the web at
https://lists.andrew.cmu.edu/pipermail/cyrus-sasl/.

If you are looking to port SASLv1 applications to SASLv2, please see
doc/appconvert.html

Bugs can be searched/reported [on GitHub](https://github.com/cyrusimap/cyrus-sasl/issues),
but please also notify the mailing list.

## DOCUMENTATION

Please see doc/legacy/index.html for detailed documentation.