文件最后提交记录最后更新时间
feat(apps): refine enc command output and fixes Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/102425 天前
fix(auth): reject NULL ctx in HITLS_AUTH_OtpCtxCtrl Fix potential null pointer dereference risk in HITLS_AUTH_OtpCtxCtrl Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/11682 个月前
Fixed missing validation and memory issues Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/15976 天前
crypto: remove unused FIPS provider and harden MdMB/RSA checks - remove fips_prov sources and HITLS_CRYPTO_CMVP_FIPS build/test wiring - keep CMVP selftest guards scoped to ISO19790 and SM providers - validate CRYPT_EAL_MdMB update/final state transitions - check RSA param value/valueLen before reading MD and MGF IDs Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/13201 个月前
fix:Fixing some issues,See details for the list. List of issues: 1: The certificate time check is not considered an error if there is no callback return value of 0 at the lower level. 2: Some comment issues. 3: The provider initialization is not protected by a lock. 4: Some functions lack parameter checks. Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/14711 个月前
fix(xmss): harden BDS state persistence and import Encode BDS state using a stable fixed-field big-endian format. Validate imported state and commit private key updates atomically. Add persistence, invalid-state, cross-layer and long-run tests. Signed-off-by: gengminqi <gengminqi@huawei.com> Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/159113 天前
Add SAN URI-ID and SRV-ID support for X.509 certificates Body Extend X.509 SAN handling to support URI-ID and SRV-ID per RFC 6125, including parsing, generation, and identity verification. Verification runs only when the corresponding SAN entries are present in the certificate. Add public verification helpers for URI-ID and SRV-ID, and register the id-on-dnsSRV OID for SRVName handling. Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/15926 天前
Fix some code issues and comments 1、Fix macro wrapping of ParseHandShakeMSG function 2、Fix HITLS_CRYPT_Decrypt exception branch handling 3、Limit stored groups, key shares, and signature algorithms during parsing Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/16007 天前