tls
Make Socket connection secure with TLS.
TODO: report YT issue
Make Socket connection secure with TLS using TLSConfig.
Make Socket connection secure with TLS.
suspend fun Connection.tls(coroutineContext: CoroutineContext, block: TLSConfigBuilder.() -> Unit): Socket
expect suspend fun Socket.tls(coroutineContext: CoroutineContext, block: TLSConfigBuilder.() -> Unit): Socket
Make Socket connection secure with TLS configured with block.
suspend fun Socket.tls(coroutineContext: CoroutineContext, trustManager: X509TrustManager? = null, randomAlgorithm: String = "NativePRNGNonBlocking", cipherSuites: List<CipherSuite> = CIOCipherSuites.SupportedSuites, serverName: String? = null): Socket
Make Socket connection secure with TLS.
Make Socket connection secure with TLS using TLSConfig.
actual suspend fun Socket.tls(coroutineContext: CoroutineContext, block: TLSConfigBuilder.() -> Unit): Socket
Make Socket connection secure with TLS configured with block.
Make Socket connection secure with TLS using TLSConfig.
actual suspend fun Socket.tls(coroutineContext: CoroutineContext, block: TLSConfigBuilder.() -> Unit): Socket
Make Socket connection secure with TLS configured with block.