]> git.ipfire.org Git - thirdparty/strongswan.git/history - scripts/dh_speed.c
github: Use tpm2-tss 3.2.3 for tests
[thirdparty/strongswan.git] / scripts / dh_speed.c
2023-01-06  Tobias Brunnerdh-speed: Dynamically look up KE method
2023-01-06  Tobias Brunnerdh-speed: Don't reuse DH object
2022-06-29  Tobias BrunnerMerge branch 'multi-ke-backport'
2022-06-29  Tobias BrunnerRename diffie_hellman_t to key_exchange_t and change...
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2018-11-30  Tobias BrunnerMerge branch 'openssl-25519/448'
2018-11-30  Tobias Brunnerdh-speed: Add curve448 keyword
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2016-11-14  Martin Willidh-speed: Compare the shared secrets for equality after...
2016-11-14  Martin Willidh-speed: Include the get_my_public_value() call in...
2016-11-14  Martin Willidh-speed: Add an identifier to test curve25519 performance
2015-03-23  Martin WilliMerge branch 'dh-checks'
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to set_other_pu...
2015-03-23  Martin Willidiffie-hellman: Add a bool return value to get_my_publi...
2014-02-12  Tobias BrunnerMerge branch 'modular-load'
2014-02-12  Tobias Brunnerlib: Add global config namespace
2013-06-28  Tobias Brunnerplugin-loader: Removed unused path argument of load...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-06-29  Tobias BrunnerAdded GPL header to scripts
2010-04-19  Martin WilliAdded support for DH groups 22, 23 and 24, patch contri...
2009-09-10  Martin Willipass NULL to library_init() to load settings from defau...
2009-09-10  Martin Williuse NULL to load plugins from default plugin directory
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-06-10  Martin Willimoved Diffie-Hellman speed test to a standalone program