Нема описа

Jonathan Turner 3ac81fb2b3 fixed integrity checksum bug пре 9 година
asn1tools ed0da60fb0 ASReq working against kdc server пре 9 година
client 3ac81fb2b3 fixed integrity checksum bug пре 9 година
config f1a65e68b4 constants refactor пре 9 година
crypto 3ac81fb2b3 fixed integrity checksum bug пре 9 година
iana cfdfac0fce refactor constants пре 9 година
keytab ab8bb5c8bf client пре 9 година
messages 3ac81fb2b3 fixed integrity checksum bug пре 9 година
testdata f14c76358a KRBError пре 9 година
testenv 8c8a620d09 minor fix пре 9 година
types f1a65e68b4 constants refactor пре 9 година
.gitignore 95ab435b4c initial commit пре 9 година
LICENSE caee2dc83a Initial commit пре 9 година
README.md 16608b7634 experimenting with Negotiation of FAST and Detecting Modified Requests пре 9 година
debug.go 3ac81fb2b3 fixed integrity checksum bug пре 9 година

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