Bez popisu

Jonathan Turner ab00be31bf password decrypt před 9 roky
asn1tools ed0da60fb0 ASReq working against kdc server před 9 roky
client 9e1f4fdc81 Testing ref vectors před 9 roky
config ceb5659ec0 parsing krb5.conf před 9 roky
crypto 6bd275dcff password decrypt před 9 roky
keytab be5a4d8239 decrypt refactor před 9 roky
messages ab00be31bf password decrypt před 9 roky
testdata f14c76358a KRBError před 9 roky
testenv f24fe484d4 test decrypt před 9 roky
types 6bd275dcff password decrypt před 9 roky
.gitignore 95ab435b4c initial commit před 9 roky
LICENSE caee2dc83a Initial commit před 9 roky
README.md 5696867622 refactor před 9 roky
debug.go ab00be31bf password decrypt před 9 roky

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