git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12675 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-08-28 00:07:37 +00:00
parent 7911b7e907
commit ba7a3aa53e
2 changed files with 32 additions and 0 deletions

View File

@@ -1,3 +1,19 @@
2003-08-28 Love H<>rnquist <20>strand <lha@it.su.se>
* unwrap.c: hook in arcfour unwrap
* wrap.c: hook in arcfour wrap
* verify_mic.c: hook in arcfour verify_mic
* get_mic.c: hook in arcfour get_mic
* arcfour.c: implement wrap/unwarp
* gssapi_locl.h: add gssapi_{en,de}code_be_om_uint32
* 8003.c: add gssapi_{en,de}code_be_om_uint32
2003-08-27 Love H<>rnquist <20>strand <lha@it.su.se>
* arcfour.c (_gssapi_verify_mic_arcfour): Do the checksum on right

View File

@@ -1,3 +1,19 @@
2003-08-28 Love H<>rnquist <20>strand <lha@it.su.se>
* unwrap.c: hook in arcfour unwrap
* wrap.c: hook in arcfour wrap
* verify_mic.c: hook in arcfour verify_mic
* get_mic.c: hook in arcfour get_mic
* arcfour.c: implement wrap/unwarp
* gssapi_locl.h: add gssapi_{en,de}code_be_om_uint32
* 8003.c: add gssapi_{en,de}code_be_om_uint32
2003-08-27 Love H<>rnquist <20>strand <lha@it.su.se>
* arcfour.c (_gssapi_verify_mic_arcfour): Do the checksum on right