Açıklama Yok

Jonathan Turner cfdfac0fce refactor constants 9 yıl önce
asn1tools ed0da60fb0 ASReq working against kdc server 9 yıl önce
client ab8bb5c8bf client 9 yıl önce
config f1a65e68b4 constants refactor 9 yıl önce
crypto f1a65e68b4 constants refactor 9 yıl önce
iana cfdfac0fce refactor constants 9 yıl önce
keytab ab8bb5c8bf client 9 yıl önce
messages cfdfac0fce refactor constants 9 yıl önce
testdata f14c76358a KRBError 9 yıl önce
testenv ab8bb5c8bf client 9 yıl önce
types f1a65e68b4 constants refactor 9 yıl önce
.gitignore 95ab435b4c initial commit 9 yıl önce
LICENSE caee2dc83a Initial commit 9 yıl önce
README.md 16608b7634 experimenting with Negotiation of FAST and Detecting Modified Requests 9 yıl önce
debug.go cfdfac0fce refactor constants 9 yıl önce

README.md

gokrb5

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

GoDoc

References

RFCs

Useful Links

Thanks

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

Known Issues

Issue Worked around? References
Cannot unmarshal into slice of asn1.RawValue Yes https://github.com/golang/go/issues/17321
Cannot marshal into a GeneralString Yes - using https://github.com/jcmturner/asn1 https://github.com/golang/go/issues/18832
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
Cannot marshal with application tags Yes