OpenSSL 1.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
条件编译是可能的 -
运行配置脚本时,需要使用附加标志来运行它:
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]