Android设备中的DTLS握手失败

时间:2015-11-04 08:31:36

标签: android openssl webrtc handshake dtls

我正在尝试使用 OpenFileDialog dlg = new OpenFileDialog(); dlg.Filter = "pdf files (*.pdf) |*.pdf;"; dlg.ShowDialog(); if (dlg.FileName != null) { axAcroPDF1.setShowToolbar(true); axAcroPDF1.LoadFile(dlg.FileName); } 库在我的Android客户端中实现DTLS。

同样不会在iOS中造成任何错误,而在Android中...... DTLS握手失败会产生以下错误 openssl/bio.h

我不明白这个错误,有没有人在此之前尝试过这个或遇到过这个问题?没有通过谷歌找到太多帮助

1 个答案:

答案 0 :(得分:0)

我在更改DTLS代码后得到了DTLS握手工作,之前使用OpenSSL TO BoringSSL.I将所有函数签名从OpenSSL更改为BoringSSL。