]> git.ipfire.org Git - thirdparty/strongswan.git/commit
github: Prefer third-party crypto lib's implementations over ours
authorTobias Brunner <tobias@strongswan.org>
Wed, 28 Sep 2022 15:17:56 +0000 (17:17 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 28 Sep 2022 15:17:56 +0000 (17:17 +0200)
commit895597817abe6672a437dd731d215fa0f6348bc0
tree2a6b81cfe151c25551ce36dff134543653330034
parentb05a8927d9a40b238cb91b662d8503ce29b7bdf6
github: Prefer third-party crypto lib's implementations over ours

If e.g. the hmac plugin is loaded before the third-party crypto lib
plugin, we might not use the latter's HMAC implementation in some
cases (e.g. in the libtls tests).
scripts/test.sh