Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-31 | Move newline handling for Base64 to VCard parser. IBB's Base64 won't have ↵ | Tobias Markmann | |
newlines. Change-Id: I700949ea572421972b53539b83c4d04ff4d368f0 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-08-31 | Fix Qt warnings in avatar loading and add multi-line support to Base64 decoder. | Tobias Markmann | |
Change-Id: I451cd5e8a0258e2b6c87fffd1996cdd7319847a4 License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. | |||
2013-04-27 | Removing third-party hash implementations. | Remko Tronçon | |
Using library/platform implementation instead. Change-Id: I2457c2dad80e6fdda023a7f31c3906ff10fe09ed | |||
2013-04-26 | Replace third-party Base64 by our own algorithm. | Remko Tronçon | |
Change-Id: I48037fbc475c84f55dd74054bceb187a4798244a | |||
2013-04-18 | Implemented different hexify. | Remko Tronçon | |
Change-Id: Iad114775661f5f8f11070acf203c559cbf69fade | |||
2013-04-18 | Replacing Base64 by LibTomCrypt implementation. | Remko Tronçon | |
Change-Id: I6c3fe2c7c8acfad9a2c811ff26e02cc952880c19 | |||
2013-03-04 | Qt5 support & warning fixes. | Remko Tronçon | |
Change-Id: I62c7d5ca44c915e36c797c798294b7c34b465514 | |||
2012-12-30 | Enable & fix pedantic CLang warnings. | Remko Tronçon | |
Change-Id: I70109624b4bd7aab9ba679a3eaabc225dd64a03a | |||
2012-10-03 | Include SafeByteArray in file that uses it | Kevin Smith | |
2012-09-17 | Support for building swiften as a DLL | Remko Tronçon | |
Added missing SWIFTEN_API declarations. Changed test infrastructure to extend path before running tests. | |||
2012-07-17 | Only acquire crypt context once on Windows. | Remko Tronçon | |
2012-07-14 | Initial DLL support for Swiften. | Remko Tronçon | |
All applications succesfully link against Swiften.dll. | |||
2012-02-28 | Make Swift more usable in a FIPS-140 environment | Kevin Smith | |
Don't allow DIGEST-MD5 when Windows is set to FIPS mode. Use platform-provided hashing for SHA1. | |||
2011-09-25 | Google Summer of Code 2011 Project: Adding support for Jingle File Transfers ↵ | Tobias Markmann | |
(XEP-0234), Jingle SOCKS5 Bytestreams Transport Method (XEP-0260), Jingle In-Band Bytestreams Transport Method (XEP-0261) and SOCKS5 Bytestreams (XEP-0065). License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-08-12 | Added missing include. | Remko Tronçon | |
2011-08-12 | Added HMAC-SHA256. | Remko Tronçon | |
2011-08-12 | Don't hard-code HMAC block size. | Remko Tronçon | |
2011-08-12 | Added SHA256. | Remko Tronçon | |
2011-08-12 | Refactored stringcodec functions to make them independent of hash algos. | Remko Tronçon | |
2011-06-13 | Added CppCheck script. | Remko Tronçon | |
Tweaked the sources to satisfy cppcheck. | |||
2011-06-03 | Limit the use of the SafeString type. | Remko Tronçon | |
2011-05-25 | Change include order so clang doesn't complain anymore. | Tobias Markmann | |
License: This patch is BSD-licensed, see http://www.opensource.org/licenses/bsd-license.php | |||
2011-05-18 | Introduce safe containers for storing passwords. | Remko Tronçon | |
2011-05-05 | Replace ByteArray by typedef. | Remko Tronçon | |
2011-05-02 | Add a generic erase() algorithm. | Remko Tronçon | |
2011-04-30 | Replace #icnlude "" by #include <> in Swiften. | Remko Tronçon | |
2011-04-18 | Fixed tests on windows. | Remko Tronçon | |
2011-04-18 | Make SHA1 stateful. | Remko Tronçon | |
Resolves: #814 | |||
2011-03-12 | Added optimized version of HMACSHA1 as comment. | Remko Tronçon | |
2011-03-12 | Simplified HMAC-SHA1 a bit. | Remko Tronçon | |
2011-02-14 | Removed Swift::String. | Remko Tronçon | |
2010-12-30 | Show certificate fingerprint in 'Trust certificate' dialog. | Remko Tronçon | |
2010-10-26 | Fix compliation problems with CLang. | Remko Tronçon | |
2010-06-09 | Enabled & fixed some more C++ warnings. | Remko Tronçon | |
2010-04-08 | Fix bug in copyrighter script that handled MD5 copyright incorrectly. | 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 | |
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-21 | Added PBKDF2 encoding. | Remko Tronçon | |
2009-11-19 | Added missing files of previous commit. | Remko Tronçon | |
2009-09-30 | Added SHA-1 and Base64 tests for empty input data. | Remko Tronçon | |
2009-08-22 | Fix expanded tab characters. | Remko Tronçon | |
2009-08-16 | Remove autoconf/make files. | Remko Tronçon | |
2009-06-20 | Fixed a bug where SHA1 would alter the input. | Remko Tronçon | |
2009-06-20 | Added SHA1::getHexHash(). | Remko Tronçon | |
2009-06-01 | Import. | Remko Tronçon | |