将 Cipher Suite 添加到 Android/Harmony Jsse
因此 Harmony JSSE 没有我连接到服务器所需的密码套件。它不支持 TLS_ECDHE_ECDSA_WITH_AES_256_SHA。是否可以(如果可以,如何)添加对该套件的支持?我有 Harmony JSSE 的源代码,我可以添加该密码套件的代码吗?有没有更简单的方法来添加它?
谢谢!
So Harmony JSSE doesn't have the ciphersuite that I need to connect to my server. It has no support for TLS_ECDHE_ECDSA_WITH_AES_256_SHA. Is it possible (and if so, how) to add in support for that suite? I have the source for harmony JSSE, can I just add in the code for that cipher suite? Is there an easier way to add it?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,已经很久了,我终于弄清楚了。
有一个库 SpongyCastle 基本上是 Android 的完整 BouncyCastle。它有我需要的正确密码套件。
Ok, it's been long enough and I finally figured it out.
There is a library, SpongyCastle that is basically the full BouncyCastle for android. It has the proper ciphersuite that I need.