aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_hasher.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: Use proper EVP macro to determine size of a hashTobias Brunner2016-04-151-1/+1
* Use standard unsigned integer typesAndreas Steffen2016-03-241-1/+1
* Use centralized hasher names in openssl pluginMartin Willi2012-07-171-52/+2
* Add a return value to hasher_t.reset()Martin Willi2012-07-161-4/+8
* 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-3/+10
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-6/+8
* Migrated remaining classes in openssl plugin to INIT/METHOD macrosMartin Willi2010-08-101-29/+19
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-14/+14
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-0/+1
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* adding MD4 and DES (ECB) to openssl pluginTobias Brunner2009-02-181-1/+2
* simplified the OpenSSL hasher a bitTobias Brunner2008-04-301-11/+3
* OpenSSL hasher does not need an internal buffer anymoreTobias Brunner2008-04-301-44/+21
* added wrapper for OpenSSL hashersTobias Brunner2008-04-281-0/+216