[0131] 移除 Openssl 插件及相关加密通信功能#3378
Open
da-liii wants to merge 3 commits into
Open
Conversation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- 删除 src/Plugins/Openssl/ 目录下的 openssl.cpp 和 openssl.hpp - 移除 tm_link 中的 secret 成员、secure_server/secure_client 及加解密逻辑 - 移除 texmacs_client.cpp 中的 enter_secure_mode 实现 - 移除 client_server.hpp 中的 enter_secure_mode 声明 - 移除 client-base.scm 中的 enter-secure-mode 调用 - 移除 glue_basic.lua 中 enter-secure-mode 的 glue 定义 - 移除 glue-symbols.scm 中的 enter-secure-mode 符号 - 从 xmake.lua 中移除 src/Plugins/Openssl/**.cpp 编译引用 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
移除 Openssl 插件及其在 socket 通信链路中的加密功能调用,清理死代码。
src/Plugins/Openssl/openssl.cpp和openssl.hpptm_link中的secret成员变量、secure_server/secure_client方法及加解密逻辑texmacs_client.cpp中的enter_secure_mode实现及client_server.hpp中的声明client-base.scm中对enter-secure-mode的调用glue_basic.lua中enter-secure-mode的 glue 定义及glue-symbols.scm中的符号xmake.lua中移除src/Plugins/Openssl/**.cpp编译引用Test plan
xmake b stem编译通过🤖 Generated with Claude Code