| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Optimize the code to reduce ROM space Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/575 | 8 个月前 | |
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/1592 | 11 天前 | |
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 个月前 |