]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/crypto/crypto_tester.c
lib: All settings use configured namespace
[thirdparty/strongswan.git] / src / libstrongswan / crypto / crypto_tester.c
2014-02-12  Tobias Brunnerlib: All settings use configured namespace
2013-05-08  Tobias BrunnerMerge branch 'charon-cmd-pkcs12'
2013-05-08  Tobias BrunnerFix cleanup in crypto_tester if a crypter fails
2013-03-18  Martin WilliMerge branch 'stroke-counters'
2013-03-18  Martin WilliMerge branch 'stroke-timeout'
2013-03-07  Martin WilliMerge branch 'pt-tls'
2013-03-01  Martin WilliMerge branch 'multi-eap'
2013-03-01  Martin WilliMerge branch 'multi-cert'
2013-03-01  Martin WilliMerge branch 'systime'
2013-03-01  Martin WilliMerge branch 'ikev1-rekeying'
2013-03-01  Martin WilliMerge branch 'vip-shunts'
2013-03-01  Martin WilliMerge branch 'opaque-ports'
2013-03-01  Martin WilliMerge branch 'ikev1-mm-retransmits'
2013-03-01  Martin WilliMerge branch 'tfc-notify'
2013-02-28  Tobias BrunnerFix cleanup in crypto_tester if AEAD implementation...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-24  Tobias BrunnerMoved data structures to new collections subfolder
2012-09-28  Tobias BrunnerFixed RNG crypto tester
2012-07-16  Martin WilliTest reset() of hasher in crypto tester
2012-07-16  Martin WilliRefactored error handling in crypto tester
2012-07-16  Martin WilliSet a key before benching PRFs
2012-07-16  Martin WilliAdd a return value to hasher_t.allocate_hash()
2012-07-16  Martin WilliAdd a return value to hasher_t.get_hash()
2012-07-16  Martin WilliAdd a return value to crypter_t.set_key()
2012-07-16  Martin WilliAdd a return value to crypter_t.decrypt()
2012-07-16  Martin WilliAdd a return value to crypter_t.encrypt
2012-07-16  Tobias BrunnerCheck rng return value in crypto tester
2012-07-16  Martin WilliAdd a return value to prf_t.set_key()
2012-07-16  Martin WilliAdd a return value to prf_t.allocate_bytes()
2012-07-16  Martin WilliAdd a return value to prf_t.get_bytes()
2012-07-16  Martin WilliAdd a return value to signer_t.set_key()
2012-07-16  Martin WilliAdd a return value to signer_t.get_signature()
2012-07-16  Martin WilliAdd a return value to signer_t.allocate_signature()
2012-07-16  Martin WilliAdd a return value to aead_t.set_key()
2012-07-16  Martin WilliAdd a return value to aead_t.encrypt()
2012-05-14  Martin WilliUse correct integrity_algorithm_t enum type in bench_si...
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2012-01-30  Tobias BrunnerDisable crypto benchmarking if CLOCK_THREAD_CPUTIME_ID...
2011-04-08  Martin WilliFixed debug statement if algorithm benchmarking enabled
2010-12-25  Andreas Steffendisable AEAD crypto algorithm if no key size is supported
2010-12-25  Andreas Steffendisable crypto algorithm if no key size is supported
2010-12-25  Andreas Steffenlog if an AEAD algorithm does not support a given key...
2010-12-25  Andreas Steffenlog if a crypto algorithm does not support a given...
2010-12-18  Andreas Steffentrace back crypto algorithms to the plugins that regist...
2010-08-19  Martin WilliGive a benchmark point for each operation to compare...
2010-08-19  Martin WilliAdded AEAD support to crypto tester
2010-08-19  Martin WilliTest append mode for signers verify_signature
2010-08-16  Martin WilliImplemented algorithm benchmarking during registration
2010-08-16  Martin WilliMigrated crypto_tester to INIT/METHOD macros
2010-08-13  Martin WilliUse IV length of a crypter instead of block size for...
2010-08-13  Martin WilliReport the symbol name of a failed test vector
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-07-17  Andreas Steffenfix test vector error output
2009-07-17  Andreas Steffenshortened cypto test output
2009-06-17  Andreas Steffenremoved superfluous print argument
2009-06-16  Andreas Steffenreformatted crypto_test output
2009-06-16  Martin Williincreased verbosity of successful crypto tests
2009-06-16  Martin Williremoved one hierarchy level for crypto test options
2009-06-12  Martin Williadded support for stateful PRFs (such as the FIPS_PRF)
2009-06-11  Martin Williimplemented a crypto_tester class to test crypto algorithms