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.
出于调试的目的,我正在寻找一种以人类友好的方式打印 SSL 结构的少数重要内容的方法。openssl 库中是否已经存在执行此操作的函数?
在某些情况下,我的自定义私钥方法提供程序中的 SSL 握手失败,我一直在寻找打印迄今为止在连接上交换的 SSL 参数的方法。
例如,TLS 版本、选择的密码等