summaryrefslogtreecommitdiff
path: root/src/scram.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Use crypto:hash/2 functionPeter Lemenkov2017-02-131-1/+1
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-11/+3
|\
| * Use crypto:exor/2 instead of hand-crafted bxorEvgeniy Khramtsov2017-01-171-11/+3
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-1/+1
* Revert "Avoid crypto:hmac/3 call for R15B compatibility"Christophe Romain2015-10-071-3/+1
* Avoid crypto:hmac/3 call for R15B compatibilityHolger Weiss2015-03-211-1/+3
* Removed deprecated calls to crypto:sha_mac in scram.erlAlexey Shchepin2015-03-201-7/+10
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Do not use functions from crypto module wherever possibleEvgeniy Khramtsov2013-11-051-1/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-34/+39
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Fix SCRAM auth of uppercase passwords (EJAB-1196)Badlop2011-09-051-1/+2
* Replace calls of OTP's Binary, since they would require R14Badlop2011-09-041-10/+10
* Indicate license and copyright (thanks to Stephen Röttger)(EJAB-1196)Badlop2011-08-161-0/+26
* Preliminary patch for SASL SCRAM-SHA-1 (thanks to Stephen Röttger)(EJAB-1196)Badlop2011-08-161-0/+55