Hi there.. I've been working on a spec for GSSAPI on Go similar to RFC2744 and RFC2853 for C and Java. I have a working implementation of the described interface and a provider that wraps the MIT & Heimdal C libraries. The idea is to provide an idomatic interface for Go developers that supports multiple providers (like the C provider or a pure Go provider at some point).
I would love some feedback before launching this on the world! It is currently in beta, and the docs/code are at: The interface spec: https://github.com/golang-auth/go-gssapi/wiki .. and the code for the interface and provider register: https://github.com/golang-auth/go-gssapi And the C provider: https://github.com/golang-auth/go-gssapi-c I know the C folks probably won't be keen on the more OO approach - would be interested to know how people think this compares with the Java interface though and whether there have been any issues to be aware of with this approach. Many thanks! Jake ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
