Windows error 0x80090318, -2146893032

Detailed Error Information

SEC_E_INCOMPLETE_MESSAGE[1]

MessageThe supplied message is incomplete. The signature was not verified.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode9 (0x009)
NameFACILITY_SSPI[2][1]
DescriptionThe source of the error code is the Security API layer.[2][1]
Error Code792 (0x0318)

Questions

0votes
0answers

DecryptMessage returning SEC_E_UNSUPPORTED_FUNCTION

I have compiled libstrophe as a DLL for Windows. During authorisation with the Jabber server DecryptMessage() is called three times as stanzas are passed back and forth. On the first two calls it returns 0 (SEC_E_OK), but on the third call it returns 0x80090302 (SEC_E_UNSUPPORTED_FUNCTION). The problem is, according to [...] read more
c++
encryption
xmpp
authorization
libstrophe

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0