diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index bb2829957..024e56228 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,14 @@ 2006-12-19 Love Hörnquist Åstrand + * ntlm/crypto.c: move gss_wrap/gss_unwrap here + + * test_context.c: request INT and CONF from the gss layer, test + get and verify MIC. + + * ntlm/ntlm.h: add crypto bits. + + * ntlm/accept_sec_context.c: Save session master key. + * Makefile.am: Move get and verify mic to the same file (crypto.c) since they share code.