]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/gcrypt/gcrypt_dh.c
Update copyright headers after acquisition by secunet
[thirdparty/strongswan.git] / src / libstrongswan / plugins / gcrypt / gcrypt_dh.c
2022-06-28  Tobias BrunnerUpdate copyright headers after acquisition by secunet
2018-09-12  Tobias BrunnerMerge branch 'botan-plugin'
2018-09-12  Tobias Brunnergcrypt: Make generic DH constructor static
2018-05-23  Tobias BrunnerUnify format of HSR copyright statements
2017-09-18  Tobias BrunnerDefine MODP_CUSTOM constructors as variadic functions
2015-04-15  Martin WilliMerge branch 'dh-test-vectors'
2015-04-15  Martin Willigcrypt: Support setting private value and testing of...
2015-03-23  Martin WilliMerge branch 'dh-checks'
2015-03-23  Martin Willidiffie-hellman: Verify public DH values in backends
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...
2015-03-23  Martin Willidiffie-hellman: Use bool instead of status_t as get_sha...
2014-12-23  Tobias Brunnercrypto: Define MODP_CUSTOM outside of IKE DH range
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-07-16  Tobias BrunnerCheck rng return value when generating DH secret in...
2010-09-03  Martin WilliAdded support for MODP_CUSTOM to gcrypt plugin
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-10  Martin WilliMigraded gcrypt plugin to INIT/METHOD macros
2010-04-08  Martin WilliStore DH generator in a chunk, hide non-public data...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-03-09  Tobias BrunnerProvide the Diffie Hellman parameters from a central...
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-06-09  Martin Willigcrypt mpi based Diffie-Hellman implementation