]> git.eshelyaron.com Git - emacs.git/commit
Implement SCRAM-SHA-1 SASL mechanism
authorMagnus Henoch <magnus.henoch@gmail.com>
Fri, 13 Feb 2015 08:54:57 +0000 (19:54 +1100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 13 Feb 2015 08:57:56 +0000 (19:57 +1100)
commite7d21b4ab11e73c709420eeeb32ffe2421fafe98
tree67ce2998e3b6c8540e0c468012cdd4d4ce34f4e2
parentf61c87f12a36bb2063c25b6742380b5916618ab5
Implement SCRAM-SHA-1 SASL mechanism

Fixes: debbugs:17636
* lisp/net/sasl-scram-rfc.el: New file.

* lisp/net/sasl.el (sasl-mechanisms): Remove SCRAM-MD5.  Add
SCRAM-SHA-1 first.
(sasl-mechanism-alist): Remove SCRAM-MD5 entry.  Add SCRAM-SHA-1
entry.

* test/automated/sasl-scram-rfc-tests.el: New file.
lisp/ChangeLog
lisp/net/sasl-scram-rfc.el [new file with mode: 0644]
lisp/net/sasl.el
test/ChangeLog
test/automated/sasl-scram-rfc-tests.el [new file with mode: 0644]