Hi security-dev,
I'd like to revive this 7.5 year old thread for discussion as I have
seen seen several high throughput applications using
`SSLSocket.addHandshakeCompletedListener(HandshakeCompletedListener)`
where the "HandshakeCompletedNotify-Thread" created at
https://github.com/openjdk/jdk/blo
Hello,
I have now submitted my OCA, how can we proceed here?
Am 17.01.2013, 02:19 Uhr, schrieb Bernd Eckenfels
:
Am 16.01.2013, 05:04 Uhr, schrieb Xuelei Fan :
I agree with you that create new threads in SSLSocket implementation is
not good. The application is the better place to decide wh
Hello Xuelei, List,
thanks for taking the time to comment:
Am 16.01.2013, 05:04 Uhr, schrieb Xuelei Fan :
I agree with you that create new threads in SSLSocket implementation is
not good. The application is the better place to decide what's the
right thread model.
For the same reason, usi
Hi Bernd,
I agree with you that create new threads in SSLSocket implementation is
not good. The application is the better place to decide what's the
right thread model. For the same reason, using Executor in SSLSocket
implementation might not be an option from my understanding. Some
applications
Hello,
(Line numbers are relative to:
http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/733885f57e14/src/share/classes/sun/security/ssl/SSLSocketImpl.java
)
while investigating the DOS resilience of SSLSocket with the Sun JSSE
Implementation (see other mail) I found out, that the SSLSocketImp