Richard Kirk

Results 1 issues of Richard Kirk

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