Remove a bunch of false positives, fix one true positive.
authorRichard Levitte <levitte@openssl.org>
Sat, 30 Apr 2005 13:50:57 +0000 (13:50 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 30 Apr 2005 13:50:57 +0000 (13:50 +0000)
ChangeLog.0_9_7-stable_not-in-head

index 4d491e31058fd86f5d246caa47949f3664e92f4c..31e0f782f06fd301c06b5c97161205420f72d24a 100644 (file)
@@ -18,51 +18,6 @@ are not immediately put into 0.9.8, but belong there as well, should
 be added to the end of this file.
 
 
 be added to the end of this file.
 
 
-2002-02-14 03:43  levitte
-
-       Changed:
-               crypto/des/str2key.c (1.12.2.1), "Exp", lines: +12 -0
-
-       Because making the key strong by xoring the last byte with 0xF0
-       generates different keys than previous versions of OpenSSL and
-       libdes, let's make Assar's change experimental for now.
-
-2002-02-14 14:42  levitte
-
-       Changed:
-               crypto/err/err.c (1.51.2.1), "Exp", lines: +1 -1
-
-       For some reason, getting the topmost error was done the same way as
-       getting the bottommost one.  I hope I understood correctly how this
-       should be done.  It seems to work when running evp_test in an
-       environment where it can't find openssl.cnf.
-
-2002-02-14 14:51  levitte
-
-       Changed:
-               crypto/des/read2pwd.c (1.6.2.1), "Exp", lines: +1 -0
-
-       Make sure memset() is defined by including string.h Notified by
-       Oscar Jacobsson <oscar@jacobsson.org>
-
-2002-02-14 17:23  levitte
-
-       Changed:
-               crypto/ui/ui_openssl.c (1.11.2.1), "Exp", lines: +7 -1
-               crypto/rsa/rsa.h (1.36.2.1), "Exp", lines: +6 -6
-               crypto/rand/rand_egd.c (1.16.2.1), "Exp", lines: +5 -1
-               crypto/des/read_pwd.c (1.26.2.1), "Exp", lines: +7 -1
-               crypto/bio/bss_log.c (1.30.2.1), "Exp", lines: +1 -1
-               crypto/bio/bss_bio.c (1.31.2.1), "Exp", lines: +5 -0
-               crypto/tmdiff.c (1.9.2.1), "Exp", lines: +17 -2
-               apps/speed.c (1.83.2.1), "Exp", lines: +20 -4
-               apps/ca.c (1.102.2.1), "Exp", lines: +1 -1
-               apps/s_time.c (1.23.2.1), "Exp", lines: +20 -2
-               Configure (1.314.2.3), "Exp", lines: +3 -0
-               e_os.h (1.56.2.1), "Exp", lines: +9 -1
-
-       Add the configuration target VxWorks.
-
 2002-03-01 16:39  ben
 
        Changed:
 2002-03-01 16:39  ben
 
        Changed:
@@ -70,101 +25,6 @@ be added to the end of this file.
 
        OpenBSD variant.
 
 
        OpenBSD variant.
 
-2002-03-22 03:36  levitte
-
-       Changed:
-               apps/version.c (1.13.2.1), "Exp", lines: +2 -2
-               apps/speed.c (1.83.2.6), "Exp", lines: +6 -6
-               apps/passwd.c (1.24.2.2), "Exp", lines: +2 -2
-
-       Use the more modern DES API in the openssl subcommands.
-
-2002-03-22 11:29  levitte
-
-       Changed:
-               crypto/des/des_old.h (1.9.2.4), "Exp", lines: +35 -23
-
-       Key schedules are given as arguments a bit differently in 0.9.6 and
-       earlier.  Also, a few 0.9.6 functions were missing their mappings.
-
-2002-03-22 11:46  levitte
-
-       Changed:
-               crypto/des/destest.c (1.30.2.2), "Exp", lines: +37 -35
-
-       Key schedules are given as arguments a bit differently in 0.9.6 and
-       earlier.  Also, it was an error to define crypt() at all times.
-
-2002-03-26 15:25  levitte
-
-       Changed:
-               CHANGES (1.977.2.15), "Exp", lines: +19 -8
-               crypto/des/des.h (1.40.2.2), "Exp", lines: +6 -0
-
-       Add the possibility to enable olde des support, not just disable
-       it, for future support.  Redocument
-
-2002-05-23 17:25  levitte
-
-       Changed:
-               VMS/tcpip_shr_decc.opt (1.1.4.1), "Exp", lines: +1 -0
-
-       Forgot this file.
-
-2002-06-05 08:45  levitte
-
-       Changed:
-               ssl/ssl-lib.com (1.11.2.3), "Exp", lines: +1 -1
-               test/maketests.com (1.13.2.2), "Exp", lines: +29 -1
-
-       Correct syntax in ssl-lib.com maketests.com was missing the TCP/IP
-       options TCPIP and NONE
-
-2002-08-13 14:19  levitte
-
-       Changed:
-               demos/engines/rsaref/Makefile (1.3.2.1), "Exp", lines: +1 -1
-
-       Export text symbols as well (AIX experts might need to correct me
-       here).
-
-2002-08-13 14:26  levitte
-
-       Changed:
-               demos/engines/cluster_labs/Makefile (1.1.2.1), "Exp", lines: +114 -0
-               demos/engines/cluster_labs/cluster_labs.h (1.1.2.1), "Exp", lines: +35 -0
-               demos/engines/cluster_labs/hw_cluster_labs.c (1.1.2.1), "Exp", lines: +718 -0
-               demos/engines/cluster_labs/hw_cluster_labs.ec (1.1.2.1), "Exp", lines: +8 -0
-               demos/engines/cluster_labs/hw_cluster_labs_err.c (1.1.2.1), "Exp", lines: +151 -0
-               demos/engines/cluster_labs/hw_cluster_labs_err.h (1.1.2.1), "Exp", lines: +95 -0
-               demos/engines/ibmca/Makefile (1.1.2.1), "Exp", lines: +114 -0
-               demos/engines/ibmca/hw_ibmca.c (1.1.2.1), "Exp", lines: +917 -0
-               demos/engines/ibmca/hw_ibmca.ec (1.1.2.1), "Exp", lines: +8 -0
-               demos/engines/ibmca/hw_ibmca_err.c (1.1.2.1), "Exp", lines: +154 -0
-               demos/engines/ibmca/hw_ibmca_err.h (1.1.2.1), "Exp", lines: +98 -0
-               demos/engines/ibmca/ica_openssl_api.h (1.1.2.1), "Exp", lines: +189 -0
-               demos/engines/zencod/Makefile (1.1.2.1), "Exp", lines: +114 -0
-               demos/engines/zencod/hw_zencod.c (1.1.2.1), "Exp", lines: +1736 -0
-               demos/engines/zencod/hw_zencod.ec (1.1.2.1), "Exp", lines: +8 -0
-               demos/engines/zencod/hw_zencod.h (1.1.2.1), "Exp", lines: +160 -0
-               demos/engines/zencod/hw_zencod_err.c (1.1.2.1), "Exp", lines: +151 -0
-               demos/engines/zencod/hw_zencod_err.h (1.1.2.1), "Exp", lines: +95 -0
-
-       OK, I've amused myself with making sure the engines that have been
-       contributed TO WORK WITH 0.9.7 can be built as dynamically loadable
-       libraries.
-
-               For now, they're not included in crypto/engine/ since 0.9.7
-       is in feature freeze.  Further discussion might change that, but
-       don't hold your breath.
-
-2002-08-15 13:48  levitte
-
-       Changed:
-               crypto/crypto-lib.com (1.53.2.8), "Exp", lines: +1 -1
-
-       I think that's the last forgotten compilation module.
-
 2002-10-09 14:19  levitte
 
        Changed:
 2002-10-09 14:19  levitte
 
        Changed: