libkafs: derivation from non-DES key (rxkad-kdf)
Add support for the "rxkad-kdf" protocol for deriving rxkad session keys from non-DES Kerberos session keys. This allows rxkad to be used in realms where the KDC is unwilling or unable to issue tickets with single-DES session keys.
This commit is contained in:
@@ -150,6 +150,9 @@ _kafs_v4_to_kt(CREDENTIALS *, uid_t, struct kafs_token *);
|
||||
void
|
||||
_kafs_fixup_viceid(struct ClearToken *, uid_t);
|
||||
|
||||
int
|
||||
_kafs_derive_des_key(krb5_enctype, void *, size_t, char[8]);
|
||||
|
||||
#ifdef _AIX
|
||||
int aix_pioctl(char*, int, struct ViceIoctl*, int);
|
||||
int aix_setpag(void);
|
||||
|
Reference in New Issue
Block a user