summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-08-12Don't hard-code HMAC block size.Remko Tronçon
2011-08-12Refactored stringcodec functions to make them independent of hash algos.Remko Tronçon
2011-07-12Merge branch 'swift-1.x'Remko Tronçon
2011-07-12Fixed bug with illegal resource in JID resulting in empty resource.Remko Tronçon
2011-06-13Added CppCheck script.Remko Tronçon
2011-06-03Limit the use of the SafeString type.Remko Tronçon
2011-05-25Change include order so clang doesn't complain anymore.Tobias Markmann
2011-05-22Removing obsolete safeClear in ClientAuthenticator.Remko Tronçon
2011-05-22Eagle mode.Kevin Smith
2011-05-18Introduce safe containers for storing passwords.Remko Tronçon
2011-05-05Replace ByteArray by typedef.Remko Tronçon
2011-04-30Replace #icnlude "" by #include <> in Swiften.Remko Tronçon
2011-04-18Jingle refactoring.Remko Tronçon
2011-03-16Added possibility to dynamically link Swiften.Remko Tronçon
2011-03-12Make ByteArray an std::vector<unsigned char>.Remko Tronçon
2011-02-14Removed Swift::String.Remko Tronçon
2011-02-08Initialize variable to avoid GCC 4.4 warning.Remko Tronçon
2011-01-24Added test suite registration checker.Remko Tronçon
2010-12-11Added SCRAM-SHA-1-PLUS support.Remko Tronçon
2010-12-10Added TLS channel binding support to SCRAMSHA1ClientAuthenticator.Remko Tronçon
2010-11-11Added server identity check.Remko Tronçon
2010-10-26Fix compliation problems with CLang.Remko Tronçon
2010-06-09Fixed potential bug in DIGEST-MD5 quote handling.Remko Tronçon
2010-06-03Distinguish an empty SASL message from no SASL message.Remko Tronçon
2010-05-08Added DIGEST-MD5 client authenticator.Remko Tronçon
2010-05-08Added DIGESTMD5Properties parsing.Remko Tronçon
2010-05-08Added DIGEST-MD5 properties.Remko Tronçon
2010-04-08Fix expanded tabs.Remko Tronçon
2010-04-08Added copyrights to Swiften.Kevin Smith
2010-03-28Moving submodule contents back.Remko Tronçon
2010-03-28Removing submodules.Remko Tronçon
2010-03-28Moved Swiften to a separate module.Remko Tronçon
2010-03-04Fix problem with SCRAM-SHA1 final message in <challenge/>.Remko Tronçon
2009-11-27Added MD5 hashing algorithm.Remko Tronçon
2009-11-22Fix bug in SCRAM-SHA-1 authzid handling.Remko Tronçon
2009-11-22Add support for authorization ID to SCRAM-SHA-1.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 test for invalid iteration count.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 test for initial server challenge.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 unit test for final server message.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 unit test for final client message.Remko Tronçon
2009-11-22Stringprep SCRAM-SHA-1 authcid.Remko Tronçon
2009-11-22Added SCRAM-SHA-1 unit test.Remko Tronçon
2009-11-21Implemented SCRAM-SHA-1 for real now.Remko Tronçon
2009-11-20Implement SCRAM-SHA1.Remko Tronçon
2009-11-20Abstracting authenticators.Remko Tronçon
2009-11-19Added missing files of previous commit.Remko Tronçon
2009-08-16Remove autoconf/make files.Remko Tronçon
2009-07-13Added PLAIN SASL message parsing.Remko Tronçon
2009-06-01Import.Remko Tronçon