| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix: guard termios.h and FSetAttr/FGetAttr with HITLS_BSL_UI Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1557 | 1 个月前 | |
Optimize the code to reduce ROM space Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/575 | 8 个月前 | |
Supplementary Use Cases for Random Number Enhancement Co-authored-by: Lzhjian<liuzhijian24@huawei.com> # message auto-generated for no-merge-commit merge: !964 merge random into main Supplementary Use Cases for Random Number Enhancement Created-by: Lzhjian Commit-by: Lzhjian Merged-by: liwei3013 Description: <!-- Thanks for sending a pull request! Here are some tips for you: 1) If this is your first time, please read our contributor guidelines: https://gitcode.com/openHiTLS/openhitls/wiki/FAQ-社区需求贡献流程.md --> **What does this PR do / why do we need it**: **Self-checklist**:(**请自检,在[ ]内打上x**) + - [ ] **测试**:PR中的代码是否已有UT/ST测试用例进行充分的覆盖,新增测试用例是否随本PR一并上库或已经上库 + - [ ] **接口**:是否涉及对外接口变更,相应变更已得到接口评审组织的通过,API对应的注释信息已经刷新正确 + - [ ] **文档**:是否涉及官网文档修改,如果涉及请及时提交资料到Doc仓 <!-- **Special notes for your reviewers**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openHiTLS/openhitls!964 | 5 个月前 | |
Remove libboundscheck (securec) dependency and harden sensitive data cleansing Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1086 | 2 个月前 | |
Algorithm performance optimization and code refactoring. Co-authored-by: Dongjianwei001<dongjianwei1@huawei.com> # message auto-generated for no-merge-commit merge: !807 merge sync_main into main Algorithm performance optimization and code refactoring. Created-by: Dongjianwei001 Commit-by: Dongjianwei001 Merged-by: liwei3013 Description: Synchronize HiTLS code See merge request: openHiTLS/openhitls!807 | 6 个月前 | |
fix: guard termios.h and FSetAttr/FGetAttr with HITLS_BSL_UI Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1557 | 1 个月前 | |
fix: guard termios.h and FSetAttr/FGetAttr with HITLS_BSL_UI Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1557 | 1 个月前 | |
fix(pki/bsl): harden X509 verification, fix IPv6 string length, and add ASN.1 overflow check - Reject empty issuer DN with HITLS_X509_ERR_ISSUE_CERT_NOT_FOUND instead of silently skipping - Check validity period of partial-chain trust anchors before accepting them - Change HITLS_VerifyCb parameter from isPreverifyOk to errCode for better error diagnostics - Fix MAX_IP_STR_LEN from 39 to 45 for IPv4-embedded IPv6 address literals - Add overflow check in ASN.1 UTF-8 encoding to prevent outLen wrap-around - Fix KU check skipped when EKU is absent in purpose verification (RFC 5280 4.2.1.12) Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1423 | 1 个月前 | |
Supplementary Use Cases for Random Number Enhancement Co-authored-by: Lzhjian<liuzhijian24@huawei.com> # message auto-generated for no-merge-commit merge: !964 merge random into main Supplementary Use Cases for Random Number Enhancement Created-by: Lzhjian Commit-by: Lzhjian Merged-by: liwei3013 Description: <!-- Thanks for sending a pull request! Here are some tips for you: 1) If this is your first time, please read our contributor guidelines: https://gitcode.com/openHiTLS/openhitls/wiki/FAQ-社区需求贡献流程.md --> **What does this PR do / why do we need it**: **Self-checklist**:(**请自检,在[ ]内打上x**) + - [ ] **测试**:PR中的代码是否已有UT/ST测试用例进行充分的覆盖,新增测试用例是否随本PR一并上库或已经上库 + - [ ] **接口**:是否涉及对外接口变更,相应变更已得到接口评审组织的通过,API对应的注释信息已经刷新正确 + - [ ] **文档**:是否涉及官网文档修改,如果涉及请及时提交资料到Doc仓 <!-- **Special notes for your reviewers**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openHiTLS/openhitls!964 | 5 个月前 | |
fix:Clean up sensitive data and fix some code issues Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1497 | 1 个月前 | |
Algorithm performance optimization and code refactoring. Co-authored-by: Dongjianwei001<dongjianwei1@huawei.com> # message auto-generated for no-merge-commit merge: !807 merge sync_main into main Algorithm performance optimization and code refactoring. Created-by: Dongjianwei001 Commit-by: Dongjianwei001 Merged-by: liwei3013 Description: Synchronize HiTLS code See merge request: openHiTLS/openhitls!807 | 6 个月前 | |
fix(bsl/uio): support zero-length UDP datagrams - allow UDP UIO read to return success with readLen == 0 for valid empty datagrams - allow SAL sendto wrappers to send zero-length UDP datagrams - only record errno for sendto/recvfrom on real failures - add a UDP UIO regression testcase that sends and receives an empty datagram through SAL/UIO wrappers Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1444 | 1 个月前 | |
bin size optimization Co-authored-by: Ooohui<zhanghui160@huawei.com> # message auto-generated for no-merge-commit merge: !1151 merge main into main bin size optimization Created-by: Ooohui Commit-by: Ooohui Merged-by: liwei3013 Description: <!-- 感谢您提交 Pull Request!以下是一些提示: 1) 如果您是第一次提交,请阅读我们的贡献者指南:https://gitcode.com/openHiTLS/openhitls/wiki/FAQ-社区需求贡献流程.md --> **此 PR 的作用 / 为什么需要它**: **自检清单**: - [ ] **测试**:代码是否已有UT/ST测试用例覆盖,新增测试用例是否随本PR一并上库 - [ ] **接口**:是否涉及对外接口变更,变更已通过接口评审 - [ ] **文档**:是否涉及文档修改 <!-- **给审查者的特别说明**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openHiTLS/openhitls!1151 | 3 个月前 | |
Remove libboundscheck (securec) dependency and harden sensitive data cleansing Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1086 | 2 个月前 | |
fix(crypto/bsl): fix bsl and ml-kem issue Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1424 | 1 个月前 | |
fix(crypto/bsl): fix bsl and ml-kem issue Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/1424 | 1 个月前 | |
Algorithm performance optimization and code refactoring. Co-authored-by: Dongjianwei001<dongjianwei1@huawei.com> # message auto-generated for no-merge-commit merge: !807 merge sync_main into main Algorithm performance optimization and code refactoring. Created-by: Dongjianwei001 Commit-by: Dongjianwei001 Merged-by: liwei3013 Description: Synchronize HiTLS code See merge request: openHiTLS/openhitls!807 | 6 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 8 个月前 | ||
| 5 个月前 | ||
| 2 个月前 | ||
| 6 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 5 个月前 | ||
| 1 个月前 | ||
| 6 个月前 | ||
| 1 个月前 | ||
| 3 个月前 | ||
| 2 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 6 个月前 |