1SASL::SCRAM(n) Simple Authentication and Security Layer (SASL) SASL::SCRAM(n)
2
3
4
5______________________________________________________________________________
6
8 SASL::SCRAM - Implementation of SASL SCRAM mechanism for Tcl
9
11 package require Tcl 8.2
12
13 package require SASL::SCRAM ?0.1?
14
15______________________________________________________________________________
16
18 This package provides the SCRAM authentication mechanism for the Simple
19 Authentication and Security Layer (SASL).
20
21 Please read the documentation for package sasl for details.
22
24 [1] Newman, C. et al., "Salted Challenge Response Authentication
25 Mechanism (SCRAM) SASL and GSS-API Mechanisms", RFC 5802, July
26 2010, (http://www.ieft.org/rfc/rfc5802.txt)
27
29 Sergei Golovan
30
32 This document, and the package it describes, will undoubtedly contain
33 bugs and other problems. Please report such in the category sasl of
34 the Tcllib Trackers [http://core.tcl.tk/tcllib/reportlist]. Please
35 also report any ideas for enhancements you may have for either package
36 and/or documentation.
37
38 When proposing code changes, please provide unified diffs, i.e the out‐
39 put of diff -u.
40
41 Note further that attachments are strongly preferred over inlined
42 patches. Attachments can be made by going to the Edit form of the
43 ticket immediately after its creation, and then using the left-most
44 button in the secondary navigation bar.
45
47 SASL, SCRAM, authentication
48
50 Networking
51
53 Copyright (c) 2013 Sergei Golovan <sgolovan@nes.ru>
54
55
56
57
58tcllib 0.1 SASL::SCRAM(n)