git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12659 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-27 04:09:17 +00:00
parent 3da46e4730
commit 0bcf195e02
2 changed files with 32 additions and 0 deletions

View File

@@ -1,5 +1,21 @@
2003-08-27 Love H<>rnquist <20>strand <lha@it.su.se>
* arcfour.c (_gssapi_verify_mic_arcfour): Do the checksum on right
area. Swap filler check, it was reversed.
* Makefile.am (libgssapi_la_SOURCES): += arcfour.c
* gssapi_locl.h: include "arcfour.h"
* arcfour.c: arcfour gss-api mech, get_mic/verify_mic working
* arcfour.h: arcfour gss-api mech, get_mic/verify_mic working
2003-08-26 Love H<>rnquist <20>strand <lha@it.su.se>
* gssapi_locl.h: always include cfx.h add prototype for
_gssapi_decapsulate
* cfx.[ch]: Implementation of draft-ietf-krb-wg-gssapi-cfx-00.txt
from Luke Howard <lukeh@PADL.COM>

View File

@@ -1,5 +1,21 @@
2003-08-27 Love H<>rnquist <20>strand <lha@it.su.se>
* arcfour.c (_gssapi_verify_mic_arcfour): Do the checksum on right
area. Swap filler check, it was reversed.
* Makefile.am (libgssapi_la_SOURCES): += arcfour.c
* gssapi_locl.h: include "arcfour.h"
* arcfour.c: arcfour gss-api mech, get_mic/verify_mic working
* arcfour.h: arcfour gss-api mech, get_mic/verify_mic working
2003-08-26 Love H<>rnquist <20>strand <lha@it.su.se>
* gssapi_locl.h: always include cfx.h add prototype for
_gssapi_decapsulate
* cfx.[ch]: Implementation of draft-ietf-krb-wg-gssapi-cfx-00.txt
from Luke Howard <lukeh@PADL.COM>