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.
我正在尝试使用openssl/bio.h库在我的 Android 客户端中实现 DTLS。
openssl/bio.h
同样在 iOS 中不会导致任何错误,而在 Android 中..DTLS 握手失败会给出以下错误 ssl3_write_pending:BIO_NOT_SET
ssl3_write_pending:BIO_NOT_SET
我不明白这个错误,有没有人尝试过这个或者遇到过这个问题?通过谷歌没有找到太多帮助
在更改我的 DTLS 代码后,我得到了 DTLS 握手工作,该代码之前使用 OpenSSL 到 BoringSSL。我将所有函数签名从 OpenSSL 更改为 BoringSSL。