summaryrefslogtreecommitdiff
path: root/libpurple/ciphers
Commit message (Expand)AuthorAgeFilesLines
* Merged default branchAnkit Vani2013-07-131-3/+1
|\
| * Fix pre-processing directives to consistently only inclde code that will be u...Daniel Atallah2013-07-111-3/+1
* | Merged default branchAnkit Vani2013-07-131-1/+1
|\ \ | |/
| * fix warning with gnutls 2.12Daniel Atallah2013-07-111-1/+1
* | Removed reserved fields from instance structs.Ankit Vani2013-07-0210-50/+18
* | Included enums.h in AES, DES and DES3 cipher to use the PURPLE_TYPE_BATCH_MOD...Ankit Vani2013-06-243-0/+3
* | Merged with default branchAnkit Vani2013-06-222-2/+18
|\ \ | |/
| * ciphers: Fix DES sanity checking - this makes MSN work againDaniel Atallah2013-06-211-14/+14
* | Re-link libpurple-ciphers.la to libpurple when it has changedAnkit Vani2013-06-201-1/+0
* | Removed set_iv method from HMAC cipher, since no hash implements itAnkit Vani2013-06-161-9/+0
* | Refactor the codebase to use PurpleHashAnkit Vani2013-06-162-4/+4
* | Split PurpleCipher into PurpleCipher and PurpleHash. Hashes will subclass Pur...Ankit Vani2013-06-1622-362/+362
* | Fixed DES and DES3 ciphers according to the test suite.Ankit Vani2013-06-162-20/+3
* | Removed finalize from PurpleCipher, and fixed appropriate finalize methods fo...Ankit Vani2013-06-152-2/+6
* | Removed get_key_len from rc4Ankit Vani2013-06-141-12/+0
* | Removed call to reset from DES3 cipher since it is not implementedAnkit Vani2013-06-141-2/+0
* | Added g_object_notify for property changesAnkit Vani2013-06-143-0/+4
* | Added reset at every cipher's initializationAnkit Vani2013-06-143-8/+4
* | Added get_name method to all PurpleCiphersAnkit Vani2013-06-1410-6/+70
* | GObjectified the AES cipher as PurpleAESCipherAnkit Vani2013-06-142-161/+313
* | Updated the property name batchMode to batch_mode used in g_object_notify.Ankit Vani2013-06-141-1/+1
* | Changed property string batchMode to batch_modeAnkit Vani2013-06-141-1/+1
* | GObjectified PBKDF2 cipher as PurplePBKDF2CipherAnkit Vani2013-06-142-167/+322
* | Unref the hash function when finalizing PurpleHMACCipher. reset is called by ...Ankit Vani2013-06-141-2/+3
* | GObjectified the HMAC cipher as PurpleHMACCipherAnkit Vani2013-06-142-160/+327
* | Added get_block_size to PurpleMD4CipherAnkit Vani2013-06-141-2/+10
* | GObjectified gchecksum.c as PurpleSHA1Cipher, PurpleSHA256Cipher and PurpleMD...Ankit Vani2013-06-148-145/+769
* | GObjectify the MD4 hashAnkit Vani2013-06-142-160/+222
* | GObjectify the DES and Triple-DES ciphersAnkit Vani2013-06-135-680/+1016
* | GObjectify RC4 cipher as PurpleRC4CipherAnkit Vani2013-06-132-82/+266
* | GObjectify the PurpleCipher structureAnkit Vani2013-06-131-66/+0
|/
* Merge with mainTomasz Wasilczyk2013-06-094-1/+930
|\
| * AES supportTomasz Wasilczyk2013-05-093-1/+602
| * PBKDF2 supportTomasz Wasilczyk2013-05-073-0/+328
* | Fix some minor type warnings.Elliott Sales de Andrade2013-05-241-4/+4
|/
* ciphers cleanup: hmac - correctly set up after resetting stateTomasz Wasilczyk2013-05-061-8/+11
* ciphers cleanup: warningsTomasz Wasilczyk2013-05-066-3/+11
* ciphers cleanup: add reset state callbackTomasz Wasilczyk2013-05-065-6/+23
* ciphers cleanup: encryption and decryption lengthsTomasz Wasilczyk2013-05-055-81/+119
* ciphers cleanup: get key sizeTomasz Wasilczyk2013-05-055-1/+17
* ciphers cleanup: salt and digest lengthsTomasz Wasilczyk2013-05-055-21/+53
* ciphers cleanup: passing keys with length by defaultTomasz Wasilczyk2013-05-055-63/+12
* dos2unix ciphers.h, my badTomasz Wasilczyk2013-05-011-38/+38
* Fix warnings for ciphersTomasz Wasilczyk2013-04-147-0/+46
* Remove unnecessary GLIB_CHECK_VERSION call.Mark Doliner2013-01-091-6/+0
* Remove more unnecessary calls to GLIB_CHECK_VERSION.Mark Doliner2013-01-095-899/+1
* Named initializers and most other C99isms don't work in Visual C++ .NET 2005 inFlorian Qu?ze2011-03-138-65/+162
* Fix compilation on glib < 2.16. Somehow a trailing semicolon got lost.Mark Doliner2011-02-221-2/+2
* rc4.c and sha1.c needs to include libpurple/util.h as wellGary Kramlich2011-02-172-0/+2
* hmac.c needs to include libpurple/util.hGary Kramlich2011-02-171-0/+2