| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(apps): correct TLS cert, cipher names, and KDF listing Load TLS certificate/key pairs for client and server authentication. Accept HITLS_* cipher names and list valid KDF algorithms. Update CLI documentation and regression tests. Fix #203 Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1691 | 1 个月前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
fix:Remove some redundant function. Co-authored-by: hs6246<zhengzeyang@huawei.com> # message auto-generated for no-merge-commit merge: !932 merge fix into main fix:Remove some redundant function. Created-by: hs6246 Commit-by: hs6246 Merged-by: liwei3013 Description: fix:Remove some redundant function. See merge request: openHiTLS/openhitls!932 | 8 个月前 | |
fix:Remove some redundant function. Co-authored-by: hs6246<zhengzeyang@huawei.com> # message auto-generated for no-merge-commit merge: !932 merge fix into main fix:Remove some redundant function. Created-by: hs6246 Commit-by: hs6246 Merged-by: liwei3013 Description: fix:Remove some redundant function. See merge request: openHiTLS/openhitls!932 | 8 个月前 | |
feat:TLS protocol features related to SM series Co-authored-by: tianshenqi<tianshenqi@h-partners.com> # message auto-generated for no-merge-commit merge: merge TLS-cut into main feat:TLS protocol features related to SM series Created-by: tianshenqi Commit-by: tianshenqi Merged-by: liwei3013 Description: feat: Add command-line TLS protocol function. Merge branch 'main' of gitcode.com:tianshenqi/openhitls into TLS feat:TLS protocol features related to SM series See merge request: openHiTLS/openhitls!507 | 11 个月前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
fix:Remove some redundant function. Co-authored-by: hs6246<zhengzeyang@huawei.com> # message auto-generated for no-merge-commit merge: !932 merge fix into main fix:Remove some redundant function. Created-by: hs6246 Commit-by: hs6246 Merged-by: liwei3013 Description: fix:Remove some redundant function. See merge request: openHiTLS/openhitls!932 | 8 个月前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
feat:APP MAC and KDF function Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/436 | 1 年前 | |
Modify sm code style. Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/477 | 1 年前 | |
Remove algorithms print. | 7 个月前 | |
feat:APP MAC and KDF function Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/436 | 1 年前 | |
fix: harden file permissions for sensitive data and add input validation - Introduce HITLS_APP_UioOpenPrivate to create key files with 0600 permissions, replacing open-then-chmod pattern to avoid TOCTOU race - Migrate key/PKCS12/rand output paths to use private file creation - Refactor PKCS12 generation to use GenBuff + private UIO write - Add null check for confirmP.data in SPAKE2+ RespDerive - Add max length validation for private pass token challenge requests - Reject AEAD ciphers in enc command explicitly - Add 30s handshake timeout on accepted TCP connections Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1625 | 2 个月前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
feat: Add asymmetric-related function. Co-authored-by: tianshenqi<tianshenqi@h-partners.com> # message auto-generated for no-merge-commit merge: merge sm2 into main feat: Add asymmetric-related function. Created-by: tianshenqi Commit-by: tianshenqi Merged-by: liwei3013 Description: feat: Add asymmetric-related function. See merge request: openHiTLS/openhitls!495 | 11 个月前 | |
feat(app): add prime command line with prime number generation and testing - Implement prime number generation and primality testing - Support decimal and hexadecimal input/output formats - Add safe prime generation option - Include 15 comprehensive test cases with cross-platform support - Add command-line interface with options: -generate, -bits, -safe, -hex, -checks Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/856 | 9 个月前 | |
feat:TLS protocol features related to SM series Co-authored-by: tianshenqi<tianshenqi@h-partners.com> # message auto-generated for no-merge-commit merge: merge TLS-cut into main feat:TLS protocol features related to SM series Created-by: tianshenqi Commit-by: tianshenqi Merged-by: liwei3013 Description: feat: Add command-line TLS protocol function. Merge branch 'main' of gitcode.com:tianshenqi/openhitls into TLS feat:TLS protocol features related to SM series See merge request: openHiTLS/openhitls!507 | 11 个月前 | |
App adds SM function. Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/477 | 1 年前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
fix(apps): correct TLS cert, cipher names, and KDF listing Load TLS certificate/key pairs for client and server authentication. Accept HITLS_* cipher names and list valid KDF algorithms. Update CLI documentation and regression tests. Fix #203 Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1691 | 1 个月前 | |
feat: Add cross-platform support for Darwin/macOS **Core Platform Support:** - Add Darwin/macOS platform detection and conditional compilation - Implement platform-specific library extensions (.dylib for macOS, .so for Linux) - Enhanced dynamic library loading with cross-platform error handling - Platform-optimized time functions (clock_gettime_nsec_np for macOS) - Add App module support for Darwin/macOS **Threading & Synchronization:** - BSL: Migrate from simple integer flags to proper pthread_once_t implementation - Add BSL_SAL_OnceControl type with platform-specific implementations - Implement thread-safe one-time initialization across platforms - Fix memory initialization patterns for thread-once controls **Build System Improvements:** - Remove GNU ld-specific flags for test-framework use c function pointer replace or stub_utils.h to hook target function - Boundcheck components will linked as static library for tests, reduce tests dynamic library deps - Update CMake configurations for Darwin support **Test Framework Enhancements:** - Replace jmp_buf with sigjmp_buf for better signal handling - Update time handling to avoid platform-specific gmtime issues - Improve entropy test stability across platforms - Add proper RAND initialization/deinitialization **Entropy & Cryptographic Updates:** - Temporarily disable CPU jitter entropy on macOS (pending validation) - Add cross-platform entropy source management - Update DRBG configuration for improved compatibility - Enhance hardware entropy detection and handling **Network & I/O:** - Extend POSIX network functions to support both Linux and Darwin - Add file accessibility checks before dynamic loading - Improve error handling for symbol resolution across platforms - Update socket and I/O operations for cross-platform compatibility Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/677 | 10 个月前 | |
fix(apps): correct TLS cert, cipher names, and KDF listing Load TLS certificate/key pairs for client and server authentication. Accept HITLS_* cipher names and list valid KDF algorithms. Update CLI documentation and regression tests. Fix #203 Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1691 | 1 个月前 | |
fix:Remove some redundant function. Co-authored-by: hs6246<zhengzeyang@huawei.com> # message auto-generated for no-merge-commit merge: !932 merge fix into main fix:Remove some redundant function. Created-by: hs6246 Commit-by: hs6246 Merged-by: liwei3013 Description: fix:Remove some redundant function. See merge request: openHiTLS/openhitls!932 | 8 个月前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 | |
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/415 | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 2 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 9 个月前 | ||
| 11 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 个月前 | ||
| 10 个月前 | ||
| 1 个月前 | ||
| 8 个月前 | ||
| 1 年前 | ||
| 1 年前 |