RFR 6722928: Support SSPI as a native GSS-API provider

Weijun Wang weijun.wang at oracle.com
Tue Apr 30 00:35:30 UTC 2019


I'll reply to your other comment in a separate mail.

> On Apr 29, 2019, at 8:35 PM, Michael Osipov <1983-01-06 at gmx.net> wrote:
> 
> I will try to setup a compile env after the next webrev and see how far
> I get. I have enough cross-realm stuff around here.

Please you can compile the current webrev. There is no need to compile OpenJDK if you find that part complicated. There is a command line at the beginning of sspi.cpp, you can just compile the single file and it also work with JDK 11 with these extra system properties

   -Dsun.security.jgss.lib=/path/to/the/dll -Dsun.security.jgss.native=true

I haven't really used the DLL with a C program.

Thanks,
Max


More information about the security-dev mailing list