aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt/gcrypt_hasher.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Add a return value to hasher_t.reset()Martin Willi2012-07-161-1/+2
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-6/+3
* Add a return value to hasher_t.get_hash()Martin Willi2012-07-161-1/+2
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-6/+8
* Migraded gcrypt plugin to INIT/METHOD macrosMartin Willi2010-08-101-29/+19
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-1/+1
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-8/+8
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-0/+3
* gcrypt hasher implementationMartin Willi2009-06-091-0/+151