]> git.ipfire.org Git - thirdparty/strongswan.git/commit
libtls: unit tests with crypto libs need additional plugins
authorAndreas Steffen <andreas.steffen@strongswan.org>
Mon, 22 Aug 2022 12:33:00 +0000 (14:33 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 25 Aug 2022 08:51:05 +0000 (10:51 +0200)
commit77a15f55beb2d41f9a0459d3c36ccb0b542cc215
tree569f50582e6ca7bcf23734c1367ba1bbcbe4801c
parent9664ef4ba60fc303dd35d319222dda1dd1d2c8b9
libtls: unit tests with crypto libs need additional plugins

In order for libtls to run with the gcrypt libraryi, additionally the
random, pem, gcm, hmac, kdf, x509, constraints, and the curve2519
plugins are needed.

The botan library additionally need the hmac (for HMAC_MD5), x509 and
constraints plugins.

The wolfssl library additionally need the pkcs1, pkcs8, x509 and constraints
plugins.
scripts/test.sh