aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dh_speed.c
Commit message (Collapse)AuthorAgeFilesLines
* dh-speed: Compare the shared secrets for equality after testMartin Willi2016-11-141-3/+7
|
* dh-speed: Include the get_my_public_value() call in public exponent timingMartin Willi2016-11-141-4/+4
| | | | | This fixes results where a DH backend does not generate the public value in the constructor internally.
* dh-speed: Add an identifier to test curve25519 performanceMartin Willi2016-11-141-0/+1
|
* diffie-hellman: Add a bool return value to set_other_public_value()Martin Willi2015-03-231-3/+2
|
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-231-2/+3
|
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* plugin-loader: Removed unused path argument of load() methodTobias Brunner2013-06-281-1/+1
| | | | | Multiple additional search paths can be added with the add_path() method.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Added GPL header to scriptsTobias Brunner2012-06-291-0/+14
|
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-191-13/+16
|
* pass NULL to library_init() to load settings from default fileMartin Willi2009-09-101-1/+1
|
* use NULL to load plugins from default plugin directoryMartin Willi2009-09-101-1/+1
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-12/+12
|
* moved Diffie-Hellman speed test to a standalone programMartin Willi2009-06-101-0/+129
This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.