jcmturner / gokrb5

Pure Go Kerberos library for clients and services
Apache License 2.0
729 stars 249 forks source link

Add support for creation / marshaling / enccryption of AP-REP messages #433

Open jake-scott opened 3 years ago

jake-scott commented 3 years ago

Fixes #432

Additional support for AP-REP messages. I added this to support a fuller GSS-API implementation that I'm working on (see https://github.com/jake-scott/go-gssapi/tree/v0)