Hello,

I am implementing some NIO based code with SSL support, using SSLEngine.

Working nicely along, I ran into a NullPointerException inside SSLEngine during SSL handshaking.

This bug is described here:

http://code.google.com/p/android/issues/detail?id=4914

and is reported as fixed in Froyo.

However, I'm building my app for the devices that are out there, starting with 1.5.

Would anyone have any suggestions for working around this bug, instead of limiting the app to Froyo and greater?

It's certainly possible to use SSLSocket, but they don't support non-blocking operation, and so I'd rather not go down that route.

--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to