Tagged Questions

0
votes
1answer
545 views

SSL Session reuse with SChannel (Windows)

I have a program that use schannel.dll to make a SSL connection to remote server. But I'd like to disconnect from server often and reconnect without the need to renegotiate shared key again. I know ...