aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/transforms
Commit message (Collapse)AuthorAgeFilesLines
* (no commit message)Jan Hutter2005-11-291-0/+2
|
* - diffie hellman code cleanedJan Hutter2005-11-292-59/+47
|
* - return value cleanupMartin Willi2005-11-2823-451/+238
|
* - added compution of all needed keys and also creation of needed Jan Hutter2005-11-282-1/+19
| | | | transform objects
* - changed prf_hmac_t to hmac_prf_tJan Hutter2005-11-285-28/+28
|
* - AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...Jan Hutter2005-11-285-0/+268
|
* - aes encryption with 128 successfully testedJan Hutter2005-11-281-185/+169
|
* - aes encryption working but code not cleanedJan Hutter2005-11-281-351/+322
|
* - wrote test for aes_cbc but encryption does not seem to work :-(Jan Hutter2005-11-283-32/+32
|
* - aes crypter written but not testedJan Hutter2005-11-283-12/+1609
|
* - moved hasher_*_t to *_hasher_tMartin Willi2005-11-276-57/+57
| | | | | - some logging improvements
* - code cleanupsMartin Willi2005-11-261-1/+1
|
* - began to implement aes_crypter_tJan Hutter2005-11-253-0/+144
|
* - moved algorithm definitions from payloads to corresponding transformsMartin Willi2005-11-2419-116/+374
| | | | | - cleanup of docs in transforms
* - fixed some docu issuesMartin Willi2005-11-241-3/+4
|
* - updated documentation, should be the referenceMartin Willi2005-11-242-31/+28
|
* - typedefs changedMartin Willi2005-11-2416-62/+77
|
* - Martin Willi2005-11-235-0/+120
|
* - created encoding packageMartin Willi2005-11-235-5/+4
|
* - changed include pathsMartin Willi2005-11-2318-29/+29
|
* - buffer pointer was not increasedJan Hutter2005-11-231-1/+3
|
* - bug in creating fixedJan Hutter2005-11-231-1/+1
|
* - hmac supports md5Martin Willi2005-11-231-0/+1
|
* - fixed some minor comment issuesMartin Willi2005-11-222-2/+2
|
* - prf_hmac_sha1 is now a generig prf_hmacMartin Willi2005-11-223-27/+31
| | | | | - supports md5
* - implemented md5 hasherMartin Willi2005-11-223-0/+463
| | | | | - tested
* - fixed freeing bugMartin Willi2005-11-221-7/+0
|
* - implemented, untestedMartin Willi2005-11-222-0/+259
|
* - added ability to append dataMartin Willi2005-11-222-16/+55
|
* - implementedMartin Willi2005-11-222-12/+63
| | | | | - not tested!
* - removed key from constructorMartin Willi2005-11-222-31/+47
| | | | | - added set_key method
* - definition of interface for singer and crypterMartin Willi2005-11-224-0/+202
| | | | | - not documented
* - removed key from constructorMartin Willi2005-11-224-7/+13
| | | | | - added set_key
* (no commit message)Jan Hutter2005-11-222-0/+139
|
* - moved to hmacMartin Willi2005-11-222-139/+0
|
* - fixed memleak in sha1Martin Willi2005-11-223-13/+13
|
* - implementation supporting SHA1Martin Willi2005-11-222-0/+302
| | | | | - UNtested
* - docMartin Willi2005-11-211-4/+18
| | | | | - reseting when result fetched
* - implementation of hasher_sha1Martin Willi2005-11-212-9/+237
| | | | | - tested
* - skeletons for:Martin Willi2005-11-218-0/+516
| | | | | | | | - prf - prf_hmac_sha1 - hasher - hasher_sha1
* - changed group_number type to diffie_hellman_group_tMartin Willi2005-11-182-2/+3
|
* - implemented all diffie hellman groupsJan Hutter2005-11-181-45/+255
| | | | | - diffie hellman tested
* - wrote diffie_hellman_t but not testedJan Hutter2005-11-182-0/+512