From: parm64 <parm64@huawei.com> Weili Qian (3): uadk_provider/sm2: fix compilation warning uadk_engine: add asynchronous request sending return value check uadk_provider: modify the return value check for asynchronous request sending Zhushuai Yin (2): uadk_provider: asynchronous SEC switching to software computing is supported uadk_provider: asynchronous aead switching to software computing is supported lizhi (2): uadk_provider/ecdh: ensure proper ECDH key length and add RSA-PSS query function uadk_provider/rsa: add input length validation and initialization parameter checks src/uadk_dh.c | 11 +++-- src/uadk_ec.c | 15 ++++++- src/uadk_pkey.c | 11 +++-- src/uadk_prov_aead.c | 15 +------ src/uadk_prov_cipher.c | 43 ++++++++++--------- src/uadk_prov_dh.c | 7 ++- src/uadk_prov_digest.c | 47 +++++++++------------ src/uadk_prov_ecdh_exch.c | 6 ++- src/uadk_prov_hmac.c | 49 +++++++++------------ src/uadk_prov_pkey.c | 7 ++- src/uadk_prov_rsa.c | 66 +++++++++++++++++++++++++---- src/uadk_prov_rsa.h | 4 +- src/uadk_prov_rsa_enc.c | 25 ++++++----- src/uadk_prov_rsa_kmgmt.c | 12 +++++- src/uadk_prov_rsa_sign.c | 14 +++++- src/uadk_prov_sm2_kmgmt.c | 2 +- src/uadk_rsa.c | 89 ++++++++++++++++++++++++++++++++------- 17 files changed, 278 insertions(+), 145 deletions(-) -- 2.43.0