]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Add rxkad server hook function to decrypt more types of tokens
authorChaskiel Grundman <cg2v@andrew.cmu.edu>
Sat, 9 Feb 2013 17:01:37 +0000 (12:01 -0500)
committerRuss Allbery <rra@debian.org>
Mon, 22 Jul 2013 20:46:55 +0000 (13:46 -0700)
commit0cbd20b45120e5e38aebe7b91cf2b428eb312bd9
tree0af46f1f0c934233b1649779ca7701062ebca2f1
parent425712430a773d236508f751b7e1780259810200
Add rxkad server hook function to decrypt more types of tokens

Allow tokens to be encrypted with algorithms other than DES.
The security object owner must provide an implementation
by calling rxkad_SetAltDecryptProc.

Make sure plainsiz is initialized before calling the alternate decrypt
proc.
src/rxkad/private_data.h
src/rxkad/rxkad.p.h
src/rxkad/rxkad_prototypes.h
src/rxkad/rxkad_server.c
src/rxkad/ticket5.c