Re: [PATCH v2 2/4] crypto: Support DER encodings

2022-10-11 Thread Daniel P . Berrangé
On Sat, Oct 08, 2022 at 04:50:28PM +0800, Lei He wrote: > Add encoding interfaces for DER encoding: > 1. support decoding of 'bit string', 'octet string', 'object id' > and 'context specific tag' for DER encoder. > 2. implemented a simple DER encoder. > 3. add more testsuits for DER encoder. > > S

[PATCH v2 2/4] crypto: Support DER encodings

2022-10-08 Thread Lei He
Add encoding interfaces for DER encoding: 1. support decoding of 'bit string', 'octet string', 'object id' and 'context specific tag' for DER encoder. 2. implemented a simple DER encoder. 3. add more testsuits for DER encoder. Signed-off-by: lei he --- crypto/der.c | 307