]> 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 22:25:16 +0000 (15:25 -0700)
commita2cf039307a9d11a9c7fc2670252ea7a72aa5176
tree2a0b6f0b4513c37cda690174ea9803f390762483
parent69a91176a94a8fe0f50ab46a6de0596c145975c4
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