Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-03-12 | Make ByteArray an std::vector<unsigned char>. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2011-02-08 | Initialize variable to avoid GCC 4.4 warning. | Remko Tronçon | |
2010-12-11 | Added SCRAM-SHA-1-PLUS support. | Remko Tronçon | |
Release-Notes: Swift now supports SCRAM-SHA-1-PLUS authentication. | |||
2010-12-10 | Added TLS channel binding support to SCRAMSHA1ClientAuthenticator. | Remko Tronçon | |
2010-11-11 | Added server identity check. | Remko Tronçon | |
2010-06-03 | Distinguish an empty SASL message from no SASL message. | Remko Tronçon | |
2010-04-08 | Added copyrights to Swiften. | Kevin Smith | |
2010-03-28 | Moving submodule contents back. | Remko Tronçon | |
2010-03-28 | Removing submodules. | Remko Tronçon | |
2010-03-28 | Moved Swiften to a separate module. | Remko Tronçon | |
2010-03-04 | Fix problem with SCRAM-SHA1 final message in <challenge/>. | Remko Tronçon | |
2009-11-27 | Added MD5 hashing algorithm. | Remko Tronçon | |
Moved 'hexifying' of hashes into its own class, such that it can be shared between all hashes. | |||
2009-11-22 | Fix bug in SCRAM-SHA-1 authzid handling. | Remko Tronçon | |
2009-11-22 | Add support for authorization ID to SCRAM-SHA-1. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 test for invalid iteration count. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 test for initial server challenge. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 unit test for final server message. | Remko Tronçon | |
2009-11-22 | Stringprep SCRAM-SHA-1 authcid. | Remko Tronçon | |
2009-11-22 | Added SCRAM-SHA-1 unit test. | Remko Tronçon | |
2009-11-21 | Implemented SCRAM-SHA-1 for real now. | Remko Tronçon | |
Still need to do some cleanup and polishing. | |||
2009-11-20 | Implement SCRAM-SHA1. | Remko Tronçon | |
Actually found out that I implemented the old RFC. Need to reimplement SCRAM-SHA1 from scratch based on http://tools.ietf.org/html/draft-ietf-sasl-scram-10 Disabling for now. | |||
2009-11-20 | Abstracting authenticators. | Remko Tronçon | |
2009-11-19 | Added missing files of previous commit. | Remko Tronçon | |