2
votes
2answers
120 views
Dealing with SEC_I_RENEGOTIATE and TLS1_ALERT_NO_RENEGOTIATION in SChannel
I'm working with SChannel at the moment for an async (IOCP) based server and I've got most things working fine but I'm having a problem with renegotiation. Specifically, when peer A sends peer B a …
2
votes
2answers
386 views
Getting ASN.1 Issuer strings from PEM files?
I recently came across an issue with Windows 2003 (apparently it also exists in other versions too), where if an SSL/TLS server is requesting client certificate authentication and it has more than …
0
votes
0answers
74 views
EncryptMessage returns SEC_E_INVALID_TOKEN
Hi
When using the EncryptMessage (SChannel) from the win32 API with a valid context, I am supplying the four buffers in the correct order I get the SEC_E_INVALID_TOKEN response which according to the …
0
votes
1answer
133 views
SSL Session reuse with SChannel (Windows)
Hello
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 …
