X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ChangeLog.0_9_7-stable_not-in-head_FIPS;h=1e6c88f77abfbf8d9db47184393a9929291e0041;hp=fa3b3f630cbd691bc25a5df309d57f60eda6c7de;hb=270da80bfaa2babd2cd84c52cfd80617120de30e;hpb=abc64463afc0c3c7c576fd4b682691ae8713ff0a diff --git a/ChangeLog.0_9_7-stable_not-in-head_FIPS b/ChangeLog.0_9_7-stable_not-in-head_FIPS index fa3b3f630c..1e6c88f77a 100644 --- a/ChangeLog.0_9_7-stable_not-in-head_FIPS +++ b/ChangeLog.0_9_7-stable_not-in-head_FIPS @@ -141,6 +141,14 @@ This is the "FIPS"-related part. Missing files. +2003-07-31 23:30 levitte + + Changed: + Makefile.org (1.154.2.71), "Exp", lines: +2 -0 + + If FDIRS is to be treated like SDIRS, let's not forget to + initialize it in Makefile.org. + 2003-07-31 23:41 levitte Changed: @@ -580,6 +588,18 @@ This is the "FIPS"-related part. Ignore 'Makefile.save' +2004-05-12 16:11 ben + + Changed: + crypto/rand/rand.h (1.26.2.8), "Exp", lines: +2 -0 + crypto/rand/rand_err.c (1.6.2.4), "Exp", lines: +2 -0 + fips/fingerprint.sha1 (1.1.2.5), "Exp", lines: +1 -1 + fips/fips.c (1.1.2.4), "Exp", lines: +5 -1 + fips/rand/fingerprint.sha1 (1.1.2.5), "Exp", lines: +1 -1 + fips/rand/fips_rand.c (1.1.2.5), "Exp", lines: +29 -0 + + Blow up in people's faces if they don't reseed. + 2004-05-15 19:51 ben Changed: @@ -746,6 +766,15 @@ This is the "FIPS"-related part. PR: 900 +2004-06-21 20:05 levitte + + Changed: + Makefile.org (1.154.2.82), "Exp", lines: +3 -1 + + Standard sh doesn't tolerate ! as part of the conditional command. + + PR: 900 + 2004-06-28 22:33 levitte Changed: @@ -911,6 +940,16 @@ This is the "FIPS"-related part. rebuilt to use FIPS functionality will need to be recompiled in any case, thus not being a problem either. +2004-08-02 16:15 levitte + + Changed: + crypto/cryptlib.c (1.32.2.13), "Exp", lines: +4 -4 + + Let's lock a write lock when changing values, shall we? + + Thanks to Dr Stephen Henson + for making me aware of this error. + 2004-08-05 20:11 steve Changed: @@ -1240,6 +1279,17 @@ This is the "FIPS"-related part. In FIPS mode use SHA1 as default digest in x509 and req utilities. +2005-03-15 10:46 appro + + Changed: + Makefile.org (1.154.2.96), "Exp", lines: +1 -1 + crypto/Makefile (1.1.4.6), "Exp", lines: +2 -3 + fips/Makefile (1.1.4.8), "Exp", lines: +4 -1 + + Real Bourne shell doesn't accept ! as in "if ! grep ..." Fix this + in crypto/Makefile and make Makefile.org and fips/Makefile more + discreet. + 2005-03-22 18:29 steve Changed: