Tagged Questions
0
votes
1answer
86 views
Can I get a SOCKET using SChannel?
I'd like to use SChannel or some other Microsoft API to support TLS for my TCP/IP application. Ideally what I'd like to do is use SChannel to create a kind of TLS tunnel within my app so I can pass ...
0
votes
1answer
531 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 ...