This PR adds some necessary functionality for using gokrb5 in the server-side code of a GSS-API server.And some additional client-side functionality (i.e. writing and handling credential caches) Specifically:
Creation and marshaling of APRep packets.
Support for generating and serializing kerberos credential caches
Ability to get kerberos ticket from a credential delegation from the client, and embed it into the credential cache
The generated credential cache file format follows the MIT standard
This PR adds some necessary functionality for using gokrb5 in the server-side code of a GSS-API server.And some additional client-side functionality (i.e. writing and handling credential caches) Specifically:
The generated credential cache file format follows the MIT standard