[328] in Kerberos_V5_Development

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

changing random confounder interface

jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon Oct 15 11:25:36 1990

Now that the confounders have been pushed completely into the encryption
layer, I think we should change the os-independent interface to the confounder
generation.
It's currently:

krb5_confounder
krb5_random_confounder()

I'd like to make it
krb5_error_code
krb5_random_confounder(int octets, void *fillin)

(pass in a ptr and a count; it fills in that many bytes with
randomness).

None of our current code uses this function.

Comments?

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