]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use DB allocators for default key data encryption
authorSimo Sorce <simo@redhat.com>
Wed, 16 Dec 2015 18:19:27 +0000 (13:19 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 19 Feb 2016 20:39:18 +0000 (15:39 -0500)
commit2e9f19882c1e127fd7d9b09f9d6c3331ee638bfd
tree7aa35c3e4d5a88899a13941a717e8f94c06fb599
parent0d1c32d6d00d40049a9ea7b91c161e65c13dc273
Use DB allocators for default key data encryption

krb5_dbe_def_encrypt_key_data() is used by KDB modules as the default
encryption functions.  It deals with structures allocated or freed by
the KDB module, so it needs to use the module's memory allocation
functions.
src/lib/kdb/encrypt_key.c