From 99d423f10c636c39405924e68584f50f78a0bb8c Mon Sep 17 00:00:00 2001 From: Lei He Date: Wed, 25 May 2022 17:01:13 +0800 Subject: crypto: add ASN.1 DER decoder Add an ANS.1 DER decoder which is used to parse asymmetric cipher keys Signed-off-by: zhenwei pi Signed-off-by: lei he Signed-off-by: Daniel P. Berrangé --- tests/unit/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/meson.build') diff --git a/tests/unit/meson.build b/tests/unit/meson.build index 264f2bc0c8..5a7993e56c 100644 --- a/tests/unit/meson.build +++ b/tests/unit/meson.build @@ -78,6 +78,7 @@ if have_block 'test-crypto-hmac': [crypto], 'test-crypto-cipher': [crypto], 'test-crypto-secret': [crypto, keyutils], + 'test-crypto-der': [crypto], 'test-authz-simple': [authz], 'test-authz-list': [authz], 'test-authz-listfile': [authz], -- cgit v1.2.3-55-g7522