git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12693 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-28 10:54:50 +00:00
parent 9673c61169
commit ea87ec5a69
2 changed files with 38 additions and 0 deletions

View File

@@ -1,5 +1,24 @@
2003-08-28 Love H<>rnquist <20>strand <lha@it.su.se>
* wrap.c,unwrap.c,get_mic.c,verify_mic.c,cfx.c,cfx.h:
prefix cfx symbols with _gssapi_
* arcfour.c: release the right buffer
* arcfour.c: rename token structure in consistency with rest of
GSS-API From: Luke Howard <lukeh@PADL.COM>
* unwrap.c (unwrap_des3): use _gssapi_verify_pad
(unwrap_des): use _gssapi_verify_pad
* arcfour.c (_gssapi_wrap_arcfour): set the correct padding
(_gssapi_unwrap_arcfour): verify and strip padding
* gssapi_locl.h: added _gssapi_verify_pad
* decapsulate.c (_gssapi_verify_pad): verify padding of a gss
wrapped message and return its length
* arcfour.c: support KEYTYPE_ARCFOUR_56 keys, from Luke Howard
<lukeh@PADL.COM>

View File

@@ -1,5 +1,24 @@
2003-08-28 Love H<>rnquist <20>strand <lha@it.su.se>
* wrap.c,unwrap.c,get_mic.c,verify_mic.c,cfx.c,cfx.h:
prefix cfx symbols with _gssapi_
* arcfour.c: release the right buffer
* arcfour.c: rename token structure in consistency with rest of
GSS-API From: Luke Howard <lukeh@PADL.COM>
* unwrap.c (unwrap_des3): use _gssapi_verify_pad
(unwrap_des): use _gssapi_verify_pad
* arcfour.c (_gssapi_wrap_arcfour): set the correct padding
(_gssapi_unwrap_arcfour): verify and strip padding
* gssapi_locl.h: added _gssapi_verify_pad
* decapsulate.c (_gssapi_verify_pad): verify padding of a gss
wrapped message and return its length
* arcfour.c: support KEYTYPE_ARCFOUR_56 keys, from Luke Howard
<lukeh@PADL.COM>