diff options
author | Lei He <helei.sig11@bytedance.com> | 2022-05-25 17:01:13 +0800 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2022-05-26 11:41:49 +0100 |
commit | 99d423f10c636c39405924e68584f50f78a0bb8c (patch) | |
tree | 4f7f1eeca23e0bf107f1c1e3b16132c3751423a6 /crypto/meson.build | |
parent | db5ca5fbfa6597ac9dd1ae40f986696db9c8b9dd (diff) |
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 <pizhenwei@bytedance.com>
Signed-off-by: lei he <helei.sig11@bytedance.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'crypto/meson.build')
-rw-r--r-- | crypto/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/meson.build b/crypto/meson.build index 313f935f27..b8152ae7cb 100644 --- a/crypto/meson.build +++ b/crypto/meson.build @@ -6,6 +6,7 @@ crypto_ss.add(files( 'block-qcow.c', 'block.c', 'cipher.c', + 'der.c', 'hash.c', 'hmac.c', 'ivgen-essiv.c', |