Bug#892286: RFP: python3-aiosasl -- pure python generic asyncio SASL library

2018-03-08 Thread Jonas Wielicki
> Supported SASL mechanisms
>  - PLAIN: authenticate with plaintext password (RFC 4616)
>  - ANONYMOUS: anonymous "authentication" (RFC 4505)
>  - SCRAM-SHA-1, SCRAM-SHA-224, , SCRAM-SHA-512, SCRAM-SHA-384,
>and SCRAM-SHA-256: Salted Challenge Response Authentication
>(RFC 5802), (and the -PLUS variants with channel binding).

The currently released version does not have support for -PLUS, so I suggest 
to use (for now):

> Supported SASL mechanisms
>  - PLAIN: authenticate with plaintext password (RFC 4616)
>  - ANONYMOUS: anonymous "authentication" (RFC 4505)
>  - SCRAM-SHA-1, SCRAM-SHA-224, SCRAM-SHA-512, SCRAM-SHA-384,
>and SCRAM-SHA-256: Salted Challenge Response Authentication
>(RFC 5802), without channel binding (-PLUS variants)

kind regards,
Jonas



Bug#892286: RFP: python3-aiosasl -- pure python generic asyncio SASL library

2018-03-07 Thread W. Martin Borgert
Package: wnpp
Severity: wishlist

* Package name: python3-aiosasl
  Version : v0.3.1
  Upstream Author : Jonas Wielicki 
* URL : https://github.com/horazont/aiosasl
* License : LGPL3
  Programming Lang: Python
  Description : pure python generic asyncio SASL library

aiosasl provides a generic, asyncio-based SASL library. It can
be used with any protocol, provided the neccessary interface
code is provided by the application or protocol implementation.

Supported SASL mechanisms
 - PLAIN: authenticate with plaintext password (RFC 4616)
 - ANONYMOUS: anonymous "authentication" (RFC 4505)
 - SCRAM-SHA-1, SCRAM-SHA-224, , SCRAM-SHA-512, SCRAM-SHA-384,
   and SCRAM-SHA-256: Salted Challenge Response Authentication
   (RFC 5802), (and the -PLUS variants with channel binding).