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>
Showing
- crypto/der.c 189 additions, 0 deletionscrypto/der.c
- crypto/der.h 81 additions, 0 deletionscrypto/der.h
- crypto/meson.build 1 addition, 0 deletionscrypto/meson.build
- tests/unit/meson.build 1 addition, 0 deletionstests/unit/meson.build
- tests/unit/test-crypto-der.c 290 additions, 0 deletionstests/unit/test-crypto-der.c
crypto/der.c
0 → 100644
crypto/der.h
0 → 100644
tests/unit/test-crypto-der.c
0 → 100644
Please register or sign in to comment