Skip to content

Version 8

Compare
Choose a tag to compare
@jcmturner jcmturner released this 31 Jan 20:23
· 58 commits to master since this release
0b0d9d7
  • Introduce v8 using Go modules for dependencies
  • Client.Key function takes a kvno for which key to return
  • Removed stutter on creating client functions
  • Removed stutter on creating config functions
  • Removed stutter from krberror New func
  • Credentials now has method to get AD additional details
  • Credentials can now be marshalled/unmarshalled to support sessions
  • Store marshalled credentials bytes in http request context
  • Support for server side sessions in SPNEGO
  • Return kvno from keytab GetEncryptionKey method
  • APREQ verify takes point so calling code can access decrypted parts if needs be