Richard Kirk
Results
1
issues of
Richard Kirk
createSocket with consumed InputStream and com.sun.net.ssl.requireCloseNotify throws SocketException
1
When the createSocket factory method is used with a non-null `InputStream consumed` argument, a [SequenceInputStream is created](https://github.com/bcgit/bc-java/blob/main/tls/src/main/java/org/bouncycastle/jsse/provider/ProvSSLSocketWrap.java#L593). One consideration with using SequenceInputStream is the following > After each input stream...
enhancement