Sem descrição

Jonathan Turner e3342641fb constants há 9 anos atrás
asn1tools ed0da60fb0 ASReq working against kdc server há 9 anos atrás
client 9e1f4fdc81 Testing ref vectors há 9 anos atrás
config ceb5659ec0 parsing krb5.conf há 9 anos atrás
crypto 9b5025f9bf handle more pa data types and kerberos flags methods há 9 anos atrás
keytab be5a4d8239 decrypt refactor há 9 anos atrás
messages e3342641fb constants há 9 anos atrás
testdata f14c76358a KRBError há 9 anos atrás
testenv f24fe484d4 test decrypt há 9 anos atrás
types e3342641fb constants há 9 anos atrás
.gitignore 95ab435b4c initial commit há 9 anos atrás
LICENSE caee2dc83a Initial commit há 9 anos atrás
README.md 5696867622 refactor há 9 anos atrás
debug.go 1f41243021 PA-ENC-TS-ENC and PA-PW-SALT há 9 anos atrás

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