[628] in Kerberos_V5_Development

home help back first fref pref prev next nref lref last post

Re: krb5_mk_req_extended (actually, krb5_mk_rep)

jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Thu Feb 28 17:19:52 1991

krb5_mk_rep currently takes a structure pointer which includes a pointer
to a keyblock.  It's declared const.

To make it consistent with the client side, we should update it to somehow
fill in the key if desired, but that probably means adding an extra argument
to the function, another krb5_keyblock **.  This would make the key pointer in
the argument superfluous, but I suppose that's livable.  other ideas/comments?

[the only caller is slave/sendauth.c, which doesn't make the key visible to
the caller at the moment, but that might want to change]

home help back first fref pref prev next nref lref last post