aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/pubkey_speed.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add global config namespaceTobias Brunner2014-02-121-1/+1
|
* pubkey_speed: Add header and fix usageTobias Brunner2013-09-041-2/+15
|
* 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
|
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-5/+5
|
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-3/+2
|
* 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-13/+13
|
* updated pubkey_speed test to use pem pluginMartin Willi2009-08-261-7/+1
|
* fixed compiler warningMartin Willi2009-06-191-2/+2
|
* moved publickey speed test to a standalone programMartin Willi2009-06-101-0/+148
This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.