I have statically linked the openssl libs. I am missing some initialization.
libraries that I am linking.
----------------------------------------
libeay32.lib msvcrt.lib oldnames.lib user32.lib advapi32.lib kernel32.lib fbopenssl.lib ssleay32.lib
should I be linking gss implementation.
Steve
since@opendemand.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
BTW what are you trying to achieve ? The newest MIT/Heimdal Kerberos release support SPNEGO natively. So fbopenssl is not anymore needed to convert SPNEGO tokens into GSSAPI/Keberos tokens.
Markus
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am having problems running test script working on win32.
I get a runtime access exception at.
makeSpnegoInitialToken
initialContextTokenBody = (GSSAPI_INITIAL_CONTEXT_TOKEN_BODY *)
GSSAPI_INITIAL_CONTEXT_TOKEN_new ();
I have statically linked the openssl libs. I am missing some initialization.
libraries that I am linking.
----------------------------------------
libeay32.lib msvcrt.lib oldnames.lib user32.lib advapi32.lib kernel32.lib fbopenssl.lib ssleay32.lib
should I be linking gss implementation.
Steve
since@opendemand.com
What compiler do you use ?
Markus
BTW what are you trying to achieve ? The newest MIT/Heimdal Kerberos release support SPNEGO natively. So fbopenssl is not anymore needed to convert SPNEGO tokens into GSSAPI/Keberos tokens.
Markus