Create functional internal interfaces to allow GSSAPI to perform
authorGreg Hudson <ghudson@mit.edu>
Sat, 28 Nov 2009 23:10:31 +0000 (23:10 +0000)
committerGreg Hudson <ghudson@mit.edu>
Sat, 28 Nov 2009 23:10:31 +0000 (23:10 +0000)
commit52ae4d17e90b69577b845f388621c2f7011056cc
treefb10774fb413d1f52afd285576d29f757fe35b9b
parent01a2a0fe9b4bd1900773487db290f3138e20c1d7
Create functional internal interfaces to allow GSSAPI to perform
arcfour encryption of GSS tokens.  This factors out derivation of
the usage and encryption keys, and removes the need for the provider
structures to be visible to all of krb5 via k5-int.h.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23378 dc483132-0cff-0310-8789-dd5450dbe970
src/include/k5-int.h
src/lib/crypto/krb/arcfour/arcfour.c
src/lib/crypto/krb/arcfour/arcfour_aead.c
src/lib/crypto/krb/prf/des_prf.c
src/lib/crypto/libk5crypto.exports
src/lib/gssapi/krb5/gssapiP_krb5.h
src/lib/gssapi/krb5/util_crypt.c
src/lib/krb5/os/accessor.c