kdc: add finalize_reply API to windc plugin
commite81bcb71f31bc644d0e85dd499c2b64210bfb38e
authorLuke Howard <lukeh@padl.com>
Thu, 23 Dec 2021 04:31:12 +0000 (23 15:31 +1100)
committerNico Williams <nico@cryptonector.com>
Thu, 23 Dec 2021 23:49:36 +0000 (23 17:49 -0600)
tree2f1d7036803af85a910e17fd2aa8cdff6e592c30
parent6b312659cbde64a7ee9f60a64d3a7770ff4a79f2
kdc: add finalize_reply API to windc plugin

Allow a windc plugin to finalize the KDC reply (including the encrypted ticket
and reply parts) before encoding for transmission.
kdc/kerberos5.c
kdc/krb5tgs.c
kdc/windc.c
kdc/windc_plugin.h
tests/plugin/windc.c