OpenSSL 1.0:删除椭圆曲线扩展

发布于 2024-08-31 11:56:46 字数 271 浏览 3 评论 0原文

有什么方法可以删除椭圆曲线扩展 - elliptic_curves 和 ec_point_formats?

(通过 SSL_CTX_set_options 等函数,使用 SSL_OP_NO_TICKET 作为 SessionTicket 扩展,或者通过条件编译,或其他有效的东西...)

提前谢谢您!

Is there any way to remove the elliptic curves extension - elliptic_curves and ec_point_formats?

(Via function like SSL_CTX_set_options with SSL_OP_NO_TICKET for the SessionTicket extension, or by conditional compilation, or something else that works...)

Thank you in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

森末i 2024-09-07 11:56:46

条件编译是可能的 -
运行配置脚本时,需要使用附加标志来运行它:
perl 配置 VC-WIN32 no-ec [no-ecdh] [no_ecdsa]

It's possible with conditional compilation -
When running the Configure script, it's needed to run it with additional flags:
perl Configure VC-WIN32 no-ec [no-ecdh] [no_ecdsa]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文