Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 PC 上运行的服务器使用 LibreSSL 我在船上运行的客户端使用 wolfSSL 握手会成功吗?
不同的 TLS 实现可以一起工作,因为它们都实现了标准化的协议。这并不意味着它适用于所有情况,即在连接不同的 TLS 堆栈时以及连接相同的 TLS 堆栈时都会发生常见问题,例如没有共享密码、无效证书等。
换句话说,不存在因使用不同的 TLS 堆栈而导致的固有握手问题。但其他问题可能会导致握手失败。