aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/hashers
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed big endian bug in md5 hasherMartin Willi2007-02-281-1/+1
|
* merged EAP framework from branch into trunkMartin Willi2007-02-124-2/+80
| | | | | includes a lot of other modifications
* better split up of library files "types.h" & "definitions.h"Martin Willi2006-10-314-7/+1
| | | | | | | | | centralized all printf specifier character definitions reuse of arginfo handlers more cleanups fixed more AMD64 issues added DEBUG_LEVEL compile flag to exclude DBGn() statements
* moved typedefs to beginning of files to solve some include problemsMartin Willi2006-10-304-21/+15
| | | | | | | splitted authenticator to have a separate implementation for each auth_method_t using va_copy to clone va_lists, should fix proplems on AMD64 some other cleanups
* introduced new logging subsystem using bus:Martin Willi2006-10-182-20/+17
| | | | | | | passive listeners can register on the bus active listeners wait for signals actively multiplexing allows multiple listeners to receive debug signals a lot more...
* defined maximum hash sizeAndreas Steffen2006-09-251-0/+1
|
* public declaration of all HASH_SIZEs in hasher.hMartin Willi2006-09-204-14/+13
|
* added copyright notice to sha2_hasherMartin Willi2006-09-191-3/+3
| | | | included SHA2 in build process
* implemented sha2_hasher which supports SHA-256, SHA-384 and SHA-512Martin Willi2006-09-194-22/+727
|
* updated copyright informationMartin Willi2006-07-076-6/+12
|
* fixed compiler warningsMartin Willi2006-07-052-10/+9
|
* - added ipsec.conf template and man page backMartin Willi2006-05-181-27/+0
| | | | | | - removed old Makefiles - added new strongswan KDevelop project & startup hack
* (no commit message)Martin Willi2006-05-107-0/+1017