Tagged Questions
0
votes
0answers
12 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
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 ...
-1
votes
0answers
14 views
Microsoft Windows SChannel SSPI Self test? [closed]
How would I go about this before making a connection?