简体   繁体   中英

DTLS Handshake Failure In Android Device

I am trying to implement DTLS in my Android client using openssl/bio.h library.

The same does not cause any errors in iOS, while in Android..the DTLS handshake failure gives the following error
ssl3_write_pending:BIO_NOT_SET

I do not understand that error, has anyone tried this before or faced this issue? Did not find much help through google

我将DTLS代码更改为DTLS握手,该代码之前是使用OpenSSL更改为BoringSSL。我将所有功能签名从OpenSSL更改为BoringSSL。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM