Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dh-speed: Compare the shared secrets for equality after test | Martin Willi | 2016-11-14 | 1 | -3/+7 |
| | |||||
* | dh-speed: Include the get_my_public_value() call in public exponent timing | Martin Willi | 2016-11-14 | 1 | -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 performance | Martin Willi | 2016-11-14 | 1 | -0/+1 |
| | |||||
* | diffie-hellman: Add a bool return value to set_other_public_value() | Martin Willi | 2015-03-23 | 1 | -3/+2 |
| | |||||
* | diffie-hellman: Add a bool return value to get_my_public_value() | Martin Willi | 2015-03-23 | 1 | -2/+3 |
| | |||||
* | lib: Add global config namespace | Tobias Brunner | 2014-02-12 | 1 | -1/+1 |
| | |||||
* | plugin-loader: Removed unused path argument of load() method | Tobias Brunner | 2013-06-28 | 1 | -1/+1 |
| | | | | | Multiple additional search paths can be added with the add_path() method. | ||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Added GPL header to scripts | Tobias Brunner | 2012-06-29 | 1 | -0/+14 |
| | |||||
* | Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten | Martin Willi | 2010-04-19 | 1 | -13/+16 |
| | |||||
* | pass NULL to library_init() to load settings from default file | Martin Willi | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | use NULL to load plugins from default plugin directory | Martin Willi | 2009-09-10 | 1 | -1/+1 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -12/+12 |
| | |||||
* | moved Diffie-Hellman speed test to a standalone program | Martin Willi | 2009-06-10 | 1 | -0/+129 |
This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29. |