[Bug libgcj/34313] SSLEngine for NIO - socket connection not working

2016-10-03 Thread gnu_andrew at member dot fsf.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34313 Andrew John Hughes changed: What|Removed |Added CC||gnu_andrew at member dot fsf.org

[Bug libgcj/34313] SSLEngine for NIO - socket connection not working

2016-09-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34313 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug libgcj/34313] SSLEngine for NIO - socket connection not working

2007-12-17 Thread csm at gnu dot org
--- Comment #1 from csm at gnu dot org 2007-12-17 23:27 --- Jessie is not using NIO. At least, it shouldn't be. Something is calling 'getChannel' on an SSLSocket, which doesn't make sense (you cannot use SSL that way). The JDK returns 'null' if you call getChannel on an SSLSocket, but