Нет описания

Jonathan Turner 0fdb91d2c6 refactor re encryptionkey 9 лет назад
asn1tools ed0da60fb0 ASReq working against kdc server 9 лет назад
client 0fdb91d2c6 refactor re encryptionkey 9 лет назад
config f6b747e444 tgs ex work 9 лет назад
credentials f7465a49d8 client creds 9 лет назад
crypto 0fdb91d2c6 refactor re encryptionkey 9 лет назад
iana cfdfac0fce refactor constants 9 лет назад
keytab 0fdb91d2c6 refactor re encryptionkey 9 лет назад
messages 0fdb91d2c6 refactor re encryptionkey 9 лет назад
testdata f14c76358a KRBError 9 лет назад
testenv 8c8a620d09 minor fix 9 лет назад
types 0fdb91d2c6 refactor re encryptionkey 9 лет назад
.gitignore 95ab435b4c initial commit 9 лет назад
LICENSE caee2dc83a Initial commit 9 лет назад
README.md f6b747e444 tgs ex work 9 лет назад
debug.go 8b13b7dc8b tgs ex work 9 лет назад

README.md

gokrb5

This is work in progress and does not yet work...

GoDoc

Compatibility

Go version 1.8+ is needed.

References

RFCs

Useful Links

Thanks

  • Greg Hudson from the MIT Consortium for Kerberos and Internet Trust for providing useful advice.

Known Issues

Issue Worked around? References
Golang's ASN1 package cannot unmarshal into slice of asn1.RawValue Yes https://github.com/golang/go/issues/17321
Golang's ASN1 package cannot marshal into a GeneralString Yes - using https://github.com/jcmturner/asn1 https://github.com/golang/go/issues/18832
Golang's ASN1 package cannot marshal into slice of strings and pass stringtype parameter tags to members Yes - using https://github.com/jcmturner/asn1 https://github.com/golang/go/issues/18834
Golang's ASN1 package cannot marshal with application tags Yes