[OpenAFS] aes256-cts-hmac-sha384-192 in rxkad?

Benjamin Kaduk kaduk@mit.edu
Sun, 29 Apr 2018 10:23:52 -0500


On Sun, Apr 29, 2018 at 02:38:51AM +0000, Troy Benjegerdes wrote:
> Since I can't seem to find any obvious documentation,
> does RXkad support any random enctype that the kerberos
> libs support, or does the code need to be in src/crypto/hcrypto?

Any enctype supported by the kerberos library should work fine with
both rxkad-k5 (for the server's long-term key) and rxkad-kdf (for
the kerberos session key), due to the way that we specified the KDF.

-Ben