Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
424 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
918 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
9 views

Microsoft Windows SChannel SSPI Self test?

The question pertains to some specs that require the modules used for TLS perform a self test prior to use to validate that they have not been compromised. FIPS is one example. In the Open source ...
0
votes
1answer
877 views

Samba as PDC with Windows 7: Sometimes users get “no logon server found” error

I'm using Samba 3.5.4 as the PDC in my network with about 50 Windows 7 Clients. Everything seems to work fine, but sometimes users get an "There are currently no logon servers available to service the ...
0
votes
1answer
142 views

TransmitFile + SChannel

I'm using the TransmitFile API with I/O completion ports for an efficient multithreaded file server on Windows. This all works fine, but I've now also implemented secure sockets using SChannel. ...
0
votes
1answer
85 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
2answers
694 views

EncryptMessage returns SEC_E_INVALID_TOKEN

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
530 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 ...
-1
votes
0answers
12 views

Microsoft Windows SChannel SSPI Self test? [closed]

How would I go about this before making a connection?