文件最后提交记录最后更新时间
Standardize the naming of external structures Co-authored-by: jchx<chenqi180@huawei.com> # message auto-generated for no-merge-commit merge: !1146 merge cms into main Standardize the naming of external structures Created-by: jchx Commit-by: jchx Merged-by: liwei3013 Description: <!-- 感谢您提交 Pull Request!以下是一些提示: 1) 如果您是第一次提交,请阅读我们的贡献者指南:https://gitcode.com/openHiTLS/openhitls/wiki/FAQ-社区需求贡献流程.md --> **此 PR 的作用 / 为什么需要它**: **自检清单**: - [ ] **测试**:代码是否已有UT/ST测试用例覆盖,新增测试用例是否随本PR一并上库 - [ ] **接口**:是否涉及对外接口变更,变更已通过接口评审 - [ ] **文档**:是否涉及文档修改 <!-- **给审查者的特别说明**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openHiTLS/openhitls!11463 个月前
Fix: Resolve double free and HITLS_CFG_SetNoClientCertSupport annotation issues -The SetHmacMdAttr function's internal exception branch and calling function exception branch both release ctx, which can lead to the double free problem -The value of the HITLS_CFG_SetNoClientCertSupport function is isSupportNoClientCert, which defaults to true. In the default scenario, the client does not set a certificate, and the server verification passes. However, the comments do not match the actual function Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/13911 个月前
openhitls repo init1 年前
Standardize the naming of external structures Co-authored-by: jchx<chenqi180@huawei.com> # message auto-generated for no-merge-commit merge: !1146 merge cms into main Standardize the naming of external structures Created-by: jchx Commit-by: jchx Merged-by: liwei3013 Description: <!-- 感谢您提交 Pull Request!以下是一些提示: 1) 如果您是第一次提交,请阅读我们的贡献者指南:https://gitcode.com/openHiTLS/openhitls/wiki/FAQ-社区需求贡献流程.md --> **此 PR 的作用 / 为什么需要它**: **自检清单**: - [ ] **测试**:代码是否已有UT/ST测试用例覆盖,新增测试用例是否随本PR一并上库 - [ ] **接口**:是否涉及对外接口变更,变更已通过接口评审 - [ ] **文档**:是否涉及文档修改 <!-- **给审查者的特别说明**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> See merge request: openHiTLS/openhitls!11463 个月前
feat: ADD TLS CRL support Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/4869 个月前
feat(crypto/benchmark/chore): Add x25519 armv8 NEON interleave implementation - Add x25519 armv8 NEON interleave implementation - Refactor benchmark framework to support multiple benchmark methods - CMake now supports user overwrite option and merge to preset profiles - Update related docs Cherry-picked from: https://gitcode.com/openHiTLS/openhitls/merge_requests/12831 个月前