some more false positives to remove
[openssl.git] / ChangeLog.0_9_7-stable_not-in-head
index 7a140d0562350482ef83347581f99ada6d52708f..703f15bfa2d662af80af7284ca25d5f0daf71f39 100644 (file)
@@ -92,13 +92,6 @@ be added to the end of this file.
        Add argument to OPENSSL_config() and add flag to tolerate missing
        config file.
 
-2002-02-15 01:12  steve
-
-       Changed:
-               NEWS (1.39.2.1), "Exp", lines: +5 -1
-
-       Update NEWS
-
 2002-02-15 01:33  steve
 
        Changed:
@@ -150,15 +143,6 @@ be added to the end of this file.
 
        Remove old comment
 
-2002-02-26 22:42  jaenicke
-
-       Changed:
-               CHANGES (1.977.2.6), "Exp", lines: +4 -0
-               ssl/ssl_lib.c (1.110.2.1), "Exp", lines: +6 -8
-
-       Make sure that bad sessions are removed in SSL_clear() (found by
-       Yoram Zahavi).  Submitted by: Reviewed by: PR:
-
 2002-03-01 16:39  ben
 
        Changed:
@@ -207,16 +191,6 @@ be added to the end of this file.
        Add the possibility to enable olde des support, not just disable
        it, for future support.  Redocument
 
-2002-04-15 15:28  jaenicke
-
-       Changed:
-               crypto/objects/obj_dat.h (1.49.2.5), "Exp", lines: +4 -4
-               crypto/objects/obj_mac.h (1.19.2.5), "Exp", lines: +1 -1
-               crypto/objects/objects.txt (1.20.2.5), "Exp", lines: +7 -2
-
-       Use the "mail" short name according to RFC2798 (Michael Bell
-       <michael.bell@rz.hu-berlin.de>).  Submitted by: Reviewed by: PR:
-
 2002-04-20 12:25  levitte
 
        Changed:
@@ -263,14 +237,6 @@ be added to the end of this file.
        warnings from compilers when NULL is defined as '((void *)0)'.
        This has already been applied in the main branch.
 
-2002-05-22 09:58  levitte
-
-       Changed:
-               util/mkerr.pl (1.18.2.1), "Exp", lines: +2 -2
-
-       Update copyright years.  This has already been applied in the main
-       branch.
-
 2002-05-23 17:25  levitte
 
        Changed:
@@ -294,13 +260,6 @@ be added to the end of this file.
        Correct syntax in ssl-lib.com maketests.com was missing the TCP/IP
        options TCPIP and NONE
 
-2002-07-30 13:30  jaenicke
-
-       Changed:
-               NEWS (1.39.2.11), "Exp", lines: +1 -1
-
-       Typo.  Submitted by: Reviewed by: PR:
-
 2002-08-13 14:19  levitte
 
        Changed:
@@ -346,14 +305,6 @@ be added to the end of this file.
 
        I think that's the last forgotten compilation module.
 
-2002-08-16 18:44  jaenicke
-
-       Changed:
-               README (1.39.2.9), "Exp", lines: +1 -1
-
-       Fix wrong URI.  Submitted by: Mike Castle <dalgoda@ix.netcom.com>
-       Reviewed by: PR: 200
-
 2002-10-05 13:59  steve
 
        Changed:
@@ -856,66 +807,6 @@ be added to the end of this file.
 
        Check error returns.
 
-2004-05-15 19:51  ben
-
-       Changed:
-               crypto/dh/dh.h (1.23.2.6), "Exp", lines: +1 -0
-               crypto/dh/dh_err.c (1.6.2.3), "Exp", lines: +2 -1
-               crypto/dh/dh_gen.c (1.8.8.2), "Exp", lines: +9 -0
-               fips/fips_test_suite.c (1.1.4.2), "Exp", lines: +4 -3
-               fips/aes/fips_aesavs.c (1.1.2.11), "Exp", lines: +49 -1
-               fips/des/fingerprint.sha1 (1.1.2.4), "Exp", lines: +1 -1
-               fips/des/fips_desmovs.c (1.1.2.5), "Exp", lines: +49 -1
-               fips/des/fips_set_key.c (1.1.4.2), "Exp", lines: +2 -0
-               fips/sha1/fingerprint.sha1 (1.1.2.5), "Exp", lines: +1 -1
-               fips/sha1/fips_md32_common.h (1.1.2.4), "Exp", lines: +3 -0
-               fips/sha1/standalone.sha1 (1.1.2.6), "Exp", lines: +1 -1
-
-       Fix self-tests, ban some things in FIPS mode, fix copyrights.
-
-2004-05-17 06:28  levitte
-
-       Changed:
-               util/mk1mf.pl (1.41.2.11), "Exp", lines: +8 -2
-               util/pl/BC-16.pl (1.2.2.2), "Exp", lines: +9 -4
-               util/pl/BC-32.pl (1.11.2.5), "Exp", lines: +8 -3
-               util/pl/Mingw32.pl (1.12.6.6), "Exp", lines: +7 -2
-               util/pl/OS2-EMX.pl (1.1.2.4), "Exp", lines: +7 -2
-               util/pl/VC-16.pl (1.3.2.2), "Exp", lines: +7 -2
-               util/pl/VC-32.pl (1.11.2.4), "Exp", lines: +7 -2
-               util/pl/VC-CE.pl (1.1.2.6), "Exp", lines: +7 -2
-               util/pl/linux.pl (1.3.6.1), "Exp", lines: +7 -2
-               util/pl/ultrix.pl (1.2.8.2), "Exp", lines: +7 -2
-               util/pl/unix.pl (1.2.8.1), "Exp", lines: +7 -2
-
-       Generate SHA1 files on Windows and other platforms supported by
-       mk1mf.pl, when building in FIPS mode.
-
-               Note: UNTESTED!
-
-2004-05-17 06:30  levitte
-
-       Changed:
-               apps/apps.h (1.44.2.14), "Exp", lines: +3 -0
-               apps/openssl.c (1.48.2.10), "Exp", lines: +9 -5
-
-       Make sure the applications know when we are running in FIPS mode.
-       We can't use the variable in libcrypto, since it's supposedly
-       unknown.
-
-               Note: currently only supported in MONOLITH mode.
-
-2004-05-17 06:31  levitte
-
-       Changed:
-               apps/enc.c (1.35.2.9), "Exp", lines: +10 -1
-
-       When in FIPS mode, use SHA1 to digest the key, rather than MD5, as
-       MD5 isn't a FIPS-approved algorithm.
-
-               Note: this means the user needs to keep track of this, and
-       we need to add support for that...
-
 2004-05-17 06:39  levitte
 
        Changed:
@@ -985,23 +876,6 @@ be added to the end of this file.
 
        Fix memory leak.
 
-2004-07-21 19:41  steve
-
-       Changed:
-               crypto/pem/pem_all.c (1.20.2.1), "Exp", lines: +119 -0
-
-       When in FIPS mode write private keys in PKCS#8 and PBES2 format to
-       avoid use of prohibited MD5 algorithm.
-
-2004-07-23 15:20  ben
-
-       Changed:
-               fips/rand/fingerprint.sha1 (1.1.2.7), "Exp", lines: +1 -1
-               fips/rand/fips_rand.c (1.1.2.7), "Exp", lines: +22 -7
-               fips/rand/fips_randtest.c (1.1.2.5), "Exp", lines: +2 -2
-
-       Convert to X9.31.
-
 2004-07-24 15:40  appro
 
        Changed:
@@ -1029,13 +903,6 @@ be added to the end of this file.
                Thanks to Dr Stephen Henson <shenson@drh-consultancy.co.uk>
        for making me aware of this error.
 
-2004-08-09 14:13  levitte
-
-       Changed:
-               makevms.com (1.35.2.8), "Exp", lines: +1 -1
-
-       In the fips directory, we use FIPS-LIB.COM, not CRYPTO-LIB.COM...
-
 2004-08-11 22:34  levitte
 
        Changed:
@@ -1078,22 +945,6 @@ be added to the end of this file.
 
        Oops, forgot to reorder extension request nids.
 
-2004-10-14 07:51  levitte
-
-       Changed:
-               VMS/mkshared.com (1.3.2.1), "Exp", lines: +8 -0
-
-       We need to check for OPENSSL_FIPS when building shared libraries,
-       so we get correct transfer vectors for those functions when
-       required.
-
-2004-10-26 13:47  steve
-
-       Changed:
-               util/mkfiles.pl (1.12.2.2), "Exp", lines: +1 -0
-
-       Add fips/dh directory to mkfiles.pl
-
 2004-11-11 02:18  steve
 
        Changed:
@@ -1102,15 +953,6 @@ be added to the end of this file.
        The use of "exp" as a variable name in a prototype causes a
        conflict with FC2 headers.
 
-2004-11-13 14:52  steve
-
-       Changed:
-               crypto/evp/e_old.c (1.1.2.2), "Exp", lines: +1 -1
-
-       PR: 959
-
-               Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c
-
 2004-11-27 13:55  steve
 
        Changed: