| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
refactor pki module 1. refactor x509 attribute to add callback for parsing and encoding 2. fix the bug of printing x509 distinguish name 3. support to sign or verify csr, cert, crl with sm2 userId # message auto-generated for no-merge-commit merge: merge main into main refactor pki module Created-by: JerryDevis Author-id: 900225 MR-id: 4358813 Commit-by: JerryDevis Merged-by: liwei3013 E2E-issues: Description: 1. refactor x509 attribute to add callback for parsing and encoding 2. fix the bug of printing x509 distinguish name 3. support to sign or verify csr, cert, crl with sm2 userId See merge request: openHiTLS/openhitls!61 | 1 年前 | |
Remove libboundscheck (securec) dependency and harden sensitive data cleansing Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1086 | 2 个月前 | |
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. | 2 个月前 |