| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
refactor: rework api metrics and scope reporting to PQC algorithms Trim the JS APIS_NAME whitelist to the create* factories plus KEM methods, drop the now-dead HistogramScopeGuard usages, delete the native metrics module, and scope create* reporting to PQC algorithms. Co-Authored-By: Agent Signed-off-by: kang1024 <yangjiankang3@huawei.com> | 5 天前 | |
fix: resolve static analysis warnings - Fix OPENSSL_clear_free() missing size argument in ecc_common_asy_key_generator_openssl.c - Fix NULL pointer dereference on ctx->password in asym_key.c Co-Authored-By: Agent Signed-off-by: kang1024 <yangjiankang3@huawei.com> | 2 个月前 | |
fix: correct PQC sign/verify algo check and fix mac params memory leak - Remove "ML-KEM" from IsPqcSignVerifyAlgorithm since ML-KEM is a KEM algorithm, not a signature algorithm; it never reaches HcfSignCreate. - Update the unit test to move "ML-KEM" to the negative case list. - Fix memory leak in GetStringMacParams: free the allocated paramsSpec when mdNameCopy malloc or memcpy_s fails on the error paths. Co-Authored-By: Agent Signed-off-by: kang1024 <yangjiankang3@huawei.com> | 5 天前 |