Loading CHANGES +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ Changes between 1.0.1 and 1.1.0 [xx XXX xxxx] *) Don't attempt to insert current time into AES/3DES tests, we should be just copying input line across and this breaks some systems lacking ctime. [Steve Henson] *) Update Windows build system for FIPS. Don't compile algorithm test utilties by default: the target build_tests is needed for that. Add support for building fips_algvs with the build_algvs target. Loading fips/aes/fips_aesavs.c +2 −4 Original line number Diff line number Diff line Loading @@ -635,10 +635,8 @@ static int proc_file(char *rqfile, char *rspfile) char *xp, *pp = ibuf+2; int n; if (akeysz) { /* insert current time & date */ time_t rtim = time(0); fputs("# ", rfp); copy_line(ctime(&rtim), rfp); { copy_line(ibuf, rfp); } else { Loading fips/des/fips_desmovs.c +2 −4 Original line number Diff line number Diff line Loading @@ -356,10 +356,8 @@ static int tproc_file(char *rqfile, char *rspfile) char *xp, *pp = ibuf+2; int n; if(*amode) { /* insert current time & date */ time_t rtim = time(0); fputs("# ", rfp); copy_line(ctime(&rtim), rfp); { copy_line(ibuf, rfp); } else { Loading Loading
CHANGES +5 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,11 @@ Changes between 1.0.1 and 1.1.0 [xx XXX xxxx] *) Don't attempt to insert current time into AES/3DES tests, we should be just copying input line across and this breaks some systems lacking ctime. [Steve Henson] *) Update Windows build system for FIPS. Don't compile algorithm test utilties by default: the target build_tests is needed for that. Add support for building fips_algvs with the build_algvs target. Loading
fips/aes/fips_aesavs.c +2 −4 Original line number Diff line number Diff line Loading @@ -635,10 +635,8 @@ static int proc_file(char *rqfile, char *rspfile) char *xp, *pp = ibuf+2; int n; if (akeysz) { /* insert current time & date */ time_t rtim = time(0); fputs("# ", rfp); copy_line(ctime(&rtim), rfp); { copy_line(ibuf, rfp); } else { Loading
fips/des/fips_desmovs.c +2 −4 Original line number Diff line number Diff line Loading @@ -356,10 +356,8 @@ static int tproc_file(char *rqfile, char *rspfile) char *xp, *pp = ibuf+2; int n; if(*amode) { /* insert current time & date */ time_t rtim = time(0); fputs("# ", rfp); copy_line(ctime(&rtim), rfp); { copy_line(ibuf, rfp); } else { Loading