PGSSAPI lets you selectively plug external GSSAPI security libraries into applications without having to recompile the application each time. It decouples applications from particular GSSAPI implementations and allows you to combine implementations.
The project works by wrapping and dispatching standard GSS calls to libraries that you would otherwise directly link against. It dynamically loads GSS libraries, selecting which one to dispatch to by configuration file or by examining the standard header of GSS network tokens.
What's New in This Release:
· In this alpha release not every GSS operation wrapper has been implemented.
· The focus has been on supporting both versions 1 and 2 of the GSSAPI (RFC1509 and RFC 2744).
· A test/demo tool included with the sources shows gss_init_sec_context and gss_accept_sec_context working sufficiently to build a security context.
Product's homepage