ntlm - How to create initial SPNEGO (GSSAPI) using Windows SSPI Netogiate provider -


i need create initial spnego (gssapi) packet send on raw tcp. handshake ntlmssp, though that's technically not issue (it hypothetically kerberos). have worked through microsoft sspi sample, bytes out of initializesecuritycontext() start "ntlmssp". need spnego wrapper around that. found ancient "spnego token handler api" 2002, can't think isn't right , should "easier". i'll use token handler api if that's necessary, i'd feel better if told me that's way construct spnego/gssapi security blob scratch using windows apis. or perhaps better use heimdal or mit krb5? can go way if expedient, pulls more dependency baggage project prefer. code c/c++.


Comments