Tcl Library Source Code

View Ticket
Login
Ticket UUID: b8f35b9883e825c23e00830ecd8f4aacbbd8ca4d
Title: SCRAM mechanism for SASL
Type: RFE Version:
Submitter: anonymous Created on: 2013-11-07 12:09:42
Subsystem: sasl Assigned To: aku
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2013-12-06 20:16:39
Resolution: Accepted Closed By: aku
    Closed on: 2013-12-06 20:16:39
Description:
I'd like to propose a basic implementation of SCRAM SASL mechanism for the SASL package (RFC-5802). It can be downloaded from http://sgolovan.nes.ru/tmp/scram-0.1.tar.gz and contains a separate package scram.tcl which implements the general algorithm and SCRAM-SHA-1 mechanism, and a very basic test suite (with only two tests).
User Comments: aku added on 2013-12-06 20:16:39:
Answers in mail.
- BSD
- Yes (pointed to tcllib-bugs for notifications).
- Document in sasl.man, mechanisms, RFC 5802.

Revision [38a2ed086c].
Committed.
Pushed.
With thanks.

aku added on 2013-12-06 18:53:20:
Questions:
- What license is the package under ?
- What are your plans regarding supporting this package?
- May I have some basic documentation ?
(outline of the externally visible API, how to use it, small code example, that kind of thing)