Нет описания

Jonathan Turner f24fe484d4 test decrypt 9 лет назад
asn1tools ed0da60fb0 ASReq working against kdc server 9 лет назад
client 9e1f4fdc81 Testing ref vectors 9 лет назад
config ceb5659ec0 parsing krb5.conf 9 лет назад
crypto f24fe484d4 test decrypt 9 лет назад
keytab 838a459b45 working on enc part of as-rep 9 лет назад
messages f24fe484d4 test decrypt 9 лет назад
testdata f14c76358a KRBError 9 лет назад
testenv f24fe484d4 test decrypt 9 лет назад
types ed0da60fb0 ASReq working against kdc server 9 лет назад
.gitignore 95ab435b4c initial commit 9 лет назад
LICENSE caee2dc83a Initial commit 9 лет назад
README.md 8fc184a8ab Working on marshal 9 лет назад
debug.go f24fe484d4 test decrypt 9 лет назад

README.md

gokrb5

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

GoDoc

References

RFCs

  • RFC 4120 The Kerberos Network Authentication Service (V5) text html
  • RFC 3961 Encryption and Checksum Specifications for Kerberos 5 text html
  • RFC 3962 Advanced Encryption Standard (AES) Encryption for Kerberos 5 text html

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
Built binary and distributed src seem to be different for encoding/asn1 No https://github.com/golang/go/issues/18844