*** BLURB HERE ***
Chenghai Huang (4): uadk_provider/aead: cleanup functions in aead uadk_provider: fix the fork function of the digest uadk_provider: fix the ctx copy function of the digest uadk_provider: code cleanup for digest and aead
Weili Qian (3): uadk_provider/ecdsa: support ecdsa signature and verify uadk_async: check type and ctx in task uadk_provider: use default provider to get random data
Zhiqi Song (4): uadk_engine/rsa: fix memory leak of pkey meth uadk_engine: fix memory leak in fork scene uadk_provider: support X25519 uadk_engine/rsa: add rsa finish method
src/Makefile.am | 2 +- src/uadk_async.c | 5 +- src/uadk_engine_init.c | 2 +- src/uadk_prov.h | 5 + src/uadk_prov_aead.c | 92 ++- src/uadk_prov_cipher.c | 3 + src/uadk_prov_der_writer.c | 112 +++- src/uadk_prov_der_writer.h | 2 + src/uadk_prov_digest.c | 235 ++++++-- src/uadk_prov_ecdsa.c | 1151 ++++++++++++++++++++++++++++++++++++ src/uadk_prov_ecx.c | 517 ++++++++++++++-- src/uadk_prov_init.c | 17 +- src/uadk_prov_pkey.c | 28 +- src/uadk_prov_pkey.h | 3 + src/uadk_rsa.c | 11 + 15 files changed, 2003 insertions(+), 182 deletions(-) create mode 100644 src/uadk_prov_ecdsa.c