git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12758 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-03 11:11:20 +00:00
parent eac04f34dc
commit ce72892e20
3 changed files with 34 additions and 0 deletions

View File

@@ -1,5 +1,13 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* verify_mic.c: switch from the des_ to the DES_ api
* get_mic.c: switch from the des_ to the DES_ api
* unwrap.c: switch from the des_ to the DES_ api
* wrap.c: switch from the des_ to the DES_ api
* cfx.c: EC is not included in the checksum since the length might
change depending on the data. From: Luke Howard <lukeh@PADL.COM>

View File

@@ -1,5 +1,13 @@
2003-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* verify_mic.c: switch from the des_ to the DES_ api
* get_mic.c: switch from the des_ to the DES_ api
* unwrap.c: switch from the des_ to the DES_ api
* wrap.c: switch from the des_ to the DES_ api
* cfx.c: EC is not included in the checksum since the length might
change depending on the data. From: Luke Howard <lukeh@PADL.COM>