OpenSSL 正在考虑弃用 TLS 1.0 和 TLS 1.1 协议。目前,这些协议在运行时被禁用,需要通过降低 SSL 安全级别值来启用。计划在未来的 4.0 版本(预计在未来 12-18 个月内发布)中,在构建时明确禁用 TLS 1.0/1.1,并考虑在未来主要版本中完全移除相关代码。默认配置可以被覆盖以重新启用 TLS 1.0/1.1。 社区提出的问题包括: 1. 发行版/用户是否对这一时间框架内的方法感到满意? 2. OpenSSL 构建者是否会使用默认配置(在 4.0 中禁用 TLS 1.0/1.1),还是会在他们的构建中重新启用这些协议? 3. 如果重新启用已弃用的协议,什么样的警告机制可以合理地通知用户这些协议将在未来某个时间点被移除,从而促使用户更新到更安全的协议? 欢迎社区提供对这些问题的反馈。 原文链接: https://www.openwall.com/lists/oss-security/2024/08/06/1 标签: #OpenSSL#网络安全#TLS #AIGC
DN42 access 本服务为那些无法轻松访问自身网络的用户以及希望体验 dn42 但又不想承担维护自有网络成本的用户提供 dn42 连接 默认情况下,地址从/96地址块中分配,如果您希望租用独立的/96前缀或更大的地址空间,请按照联系方式联系我 所有公开的PoP均已屏蔽来自中国境内的 IP 地址。如果您确实需要dn42 access,请与我联系并提供合理的理由 该服务由AS4242423377提供 - - - - - - - The service provides DN42 connectivity to members who cannot easily access their own networks, as well as to those who would like to explore DN42 without the overhead of maintaining their own network. By default, addresses are allocated from a /96 block. If you wish to lease a dedicated /96 prefix or a larger address space, please contact me using the methods provided in the contact information. All publicly accessible PoP are blocked for IPs originating from within China. DN42 access from within China is not publicly available. If you genuinely require access, please contact me and provide a valid justification. Hosted by AS4242423377. Policy 本服务需要花费时间和金钱才能运行,但为了您的利益,我们免费提供。使用本服务是一种特权,而非权利。您必须合理使用本服务,以确保其他用户也能继续享受同样的便利。任何滥用、误用或干扰服务或其他用户的行为都可能导致您的访问权限立即被暂停或终止。 滥用行为包括但不限于: - 过度使用资源 - 黑客攻击、病毒、木马等,或任何其他可能损害服务或对服务及其用户造成风险的干扰行为 - 传播可能导致民事或刑事责任的不良内容 - - - - - - - This service require real time and financial resources to operate, yet are provided free of charge for your benefit. Access to the services is a privilege, not a right. You must use the services responsibly and considerately to ensure that other users can continue to enjoy the same opportunities. Any misuse, abuse, or activities that disrupt the service or other users may result in immediate suspension or termination of access. Abuse could include, but is not limited to: - Excessive use of resources - Hacking, viruses, trojans etc or any other disruption that could harm or create risk to the services or its users - Distribution of objectional content that could create a civil or criminal liability PoP ## Toronto, Canada Prefix: fdb6:fc6a:e66c:724f:fad1:d2cf::/96 Zerotier: 4753cf475f65b0fb ## Los Angeles, USA coming soon #announcement#service
Hashtags
找到 3 条相似帖子
搜索 #openssl
The State of OpenSSL for pyca/cryptography Python cryptography 模块的维护者 Paul Kehrer 和 Alex Gaynor 对 OpenSSL 提出了措辞严厉的批评。这些观点源于他们在 2025 年 10 月 OpenSSL 会议上的演讲。 他们详细阐述了 OpenSSL 代码库和测试中存在的问题,这些问题已导致 cryptography 团队重新评估是否继续使用该库。他们认为 OpenSSL 开发中的错误已变得非常严重,需要进行重大改变——要么改变 OpenSSL 本身,要么改变他们对它的依赖。 为此,他们宣布了两项具体措施: 1. 未来新增功能将不再强制要求 OpenSSL 实现。在认为合适的情况下,他们将添加仅支持 LibreSSL、BoringSSL 或 AWS-LC 的新 API。具体来说,预计新增的 ML-KEM 和 ML-DSA API 将仅在上述分支中可用,而不支持 OpenSSL。 2. 他们目前在其发布的二进制 wheel 包中静态链接了 OpenSSL 副本。现在已开始着手研究,如何将 wheel 包改为链接到 OpenSSL 的某个分支(如 LibreSSL 等)。 他们进一步表示,如果能成功将二进制 wheel 包切换到 OpenSSL 的某个分支,他们将开始考虑在何种情况下完全放弃对 OpenSSL 的支持。 原文链接:https://lwn.net/Articles/1054258/ #密码学#开源软件#Python#OpenSSL #AIGC Read more
@githubtrending · Post #14900 · 2025/07/02 14:30
#c_lang#cryptography#decryption#encryption#openssl#ssl#tls OpenSSL is a free, open-source toolkit that helps secure data by using strong encryption methods like TLS, SSL, and QUIC protocols. It includes libraries for cryptography and a command-line tool to create keys, certificates, encrypt data, and test security. OpenSSL is widely trusted and used by many software and websites to protect sensitive information during transmission, ensuring privacy and data integrity. It works on many operating systems and is regularly updated by a global community. Using OpenSSL helps you build secure applications and protect communications from cyber threats easily and reliably[1][3][5]. https://github.com/openssl/openssl