| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix security and correctness bugs - OTP: constant-time compare, cap validWindow to prevent DoS - PAKE: null checks, clear sensitive buffers, fix ECC_PARAM_N - DRBG: fix fork detection on failed reseed - CFB: add missing include - X509: use TLS-specific RSA PKCS#1v1.5 scheme Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1329 | 1 个月前 | |
fix:Fixing some APP and AUTH bugs fix app and auth module bugs from ai report,mainly involves the erasure of sensitive information and a few other issues. Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1377 | 1 个月前 | |
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 个月前 |