Bez popisu

Jonathan Turner 3edf314ac6 doco comments před 9 roky
asn1tools 3edf314ac6 doco comments před 9 roky
client 3edf314ac6 doco comments před 9 roky
config 3edf314ac6 doco comments před 9 roky
credentials 3edf314ac6 doco comments před 9 roky
crypto bc51b2e5b7 FAST negotiation před 9 roky
iana cfdfac0fce refactor constants před 9 roky
keytab 0fdb91d2c6 refactor re encryptionkey před 9 roky
messages 5023917440 tgs exchange and client cache před 9 roky
testdata 06e8e417fb encryption work před 9 roky
testenv 8c8a620d09 minor fix před 9 roky
types bc51b2e5b7 FAST negotiation před 9 roky
.gitignore 95ab435b4c initial commit před 9 roky
LICENSE caee2dc83a Initial commit před 9 roky
README.md 5023917440 tgs exchange and client cache před 9 roky
debug.go 5023917440 tgs exchange and client cache před 9 roky

README.md

gokrb5

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

GoDoc

Compatibility

Go version 1.8+ is needed.

References

RFCs

Useful Links

Thanks

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

Known Issues

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