文件最后提交记录最后更新时间
fix:Refactor some functions in app module. Co-authored-by: hs6246<zhengzeyang@huawei.com> # message auto-generated for no-merge-commit merge: !914 merge main into main fix:Refactor some functions in app module. Created-by: hs6246 Commit-by: hs6246 Merged-by: liwei3013 Description: fix:Refactor some functions in app module. ![image.png](https://raw.gitcode.com/user-images/assets/4195561/a4952bd7-ee26-4e1a-bbbb-e8a1d18912b5/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/0a5502e4-8bc6-4f96-adce-0dc7a4813e2b/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/bbb02e64-cb25-49c4-8ebe-28d62443a39b/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/26ccf5ba-5ff5-4b18-b2ff-bc4cfec682fb/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/184c1132-c0ae-4607-a730-b7620efaa609/image.png 'image.png') See merge request: openHiTLS/openhitls!9146 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
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!9325 个月前
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!9325 个月前
fix:clean sensitive information and fix some functions Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/14011 个月前
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!5079 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
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!9325 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
feat:APP MAC and KDF function Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/43610 个月前
Modify sm code style. Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/4779 个月前
Remove algorithms print. Co-authored-by: dny<1836258114@qq.com> # message auto-generated for no-merge-commit merge: !1061 merge gm into main Remove algorithms print. Created-by: dny Commit-by: dny Merged-by: liwei3013 Description: <!-- 感谢您提交 Pull Request!以下是一些提示: 1) 如果您是第一次提交,请阅读我们的贡献者指南:https://gitcode.com/openHiTLS/openhitls/wiki/FAQ-社区需求贡献流程.md --> **此 PR 的作用 / 为什么需要它**: **自检清单**: - [x] **测试**:代码是否已有UT/ST测试用例覆盖,新增测试用例是否随本PR一并上库 - [x] **接口**:是否涉及对外接口变更,变更已通过接口评审 - [x] **文档**:是否涉及文档修改 <!-- **给审查者的特别说明**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openHiTLS/openhitls!10614 个月前
feat:APP MAC and KDF function Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/43610 个月前
refactor: make list traversal stateless and harden x509 verification add node-based BSL list helpers and migrate shared-list readers off curr-mutating macros precompute DN UTF-8 during parse and reuse cached values in X.509 compare/verify clean up app UIO ownership handling and expand PKI/TLS regression coverage Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/12332 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
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!4959 个月前
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/8566 个月前
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!5079 个月前
App adds SM function. Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/4779 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
fix:Refactor some functions in app module. Co-authored-by: hs6246<zhengzeyang@huawei.com> # message auto-generated for no-merge-commit merge: !914 merge main into main fix:Refactor some functions in app module. Created-by: hs6246 Commit-by: hs6246 Merged-by: liwei3013 Description: fix:Refactor some functions in app module. ![image.png](https://raw.gitcode.com/user-images/assets/4195561/a4952bd7-ee26-4e1a-bbbb-e8a1d18912b5/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/0a5502e4-8bc6-4f96-adce-0dc7a4813e2b/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/bbb02e64-cb25-49c4-8ebe-28d62443a39b/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/26ccf5ba-5ff5-4b18-b2ff-bc4cfec682fb/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/184c1132-c0ae-4607-a730-b7620efaa609/image.png 'image.png') See merge request: openHiTLS/openhitls!9146 个月前
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/6777 个月前
fix:Refactor some functions in app module. Co-authored-by: hs6246<zhengzeyang@huawei.com> # message auto-generated for no-merge-commit merge: !914 merge main into main fix:Refactor some functions in app module. Created-by: hs6246 Commit-by: hs6246 Merged-by: liwei3013 Description: fix:Refactor some functions in app module. ![image.png](https://raw.gitcode.com/user-images/assets/4195561/a4952bd7-ee26-4e1a-bbbb-e8a1d18912b5/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/0a5502e4-8bc6-4f96-adce-0dc7a4813e2b/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/bbb02e64-cb25-49c4-8ebe-28d62443a39b/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/26ccf5ba-5ff5-4b18-b2ff-bc4cfec682fb/image.png 'image.png') ![image.png](https://raw.gitcode.com/user-images/assets/4195561/184c1132-c0ae-4607-a730-b7620efaa609/image.png 'image.png') See merge request: openHiTLS/openhitls!9146 个月前
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!9325 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前
New command line added Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/41510 个月前