kdc: support for GSS-API pre-authentication
Add support for GSS-API pre-authentication to the KDC, using a simplified variation of draft-perez-krb-wg-gss-preauth-02 that encodes GSS-API context tokens directly in PADATA, and uses FX-COOKIE for state management. More information on the protocol and implementation may be found in lib/gssapi/preauth/README.md.
This commit is contained in:
@@ -42,6 +42,7 @@
|
||||
#include <getarg.h>
|
||||
|
||||
typedef struct pk_client_params pk_client_params;
|
||||
typedef struct gss_client_params gss_client_params;
|
||||
struct DigestREQ;
|
||||
struct Kx509Request;
|
||||
|
||||
|
Reference in New Issue
Block a user