| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix ARMv7 SM2 infinite loop, concurrency issues, and API safety annotations - Fix ECP_Sm2FpInv/ECP_Sm2FnInv infinite loop when q==0 or q==modulus - Fix ECP_Sm2PointToAffineCore missing infinity point check before FpInv - Fix ECP_Sm2OrderInv missing a==N check - Fix ECP_SM2FpPut pointer comparison bug breaking BN size calculation - Fix ECP_Sm2PointMulCore static buffers not thread-safe - Add safety annotations for SM4-XTS key setters, CRYPT_CTRL_SET_SM2_K, CRYPT_CTRL_GET_SM2_RANDOM, and CRYPT_EAL_ProviderUnload - Add 5 ARMv7-specific test cases for edge case coverage Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1414 | 2 个月前 | |
normalize: add .gitattributes and convert CRLF to LF across repo Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1667 | 21 天前 | |
Support Pure cmake build build: Migrate build system from Python/JSON/CMake hybrid to pure CMake The previous build system mixed Python scripts and JSON configuration files with CMake, scattering build logic across multiple languages and formats. This made the system hard to understand and maintain, and required a Python interpreter at configure time. The build system has been rewritten entirely in CMake. Feature flags, dependency resolution, platform detection, compiler options, and config-header generation are now all expressed natively in CMake. For more details, see the "Build and Installation" section in README.md. | 4 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 21 天前 | ||
| 4 个月前 |