Some true positives fixed, toss some false positives.
[openssl.git] / ChangeLog.0_9_7-stable_not-in-head
index b2edc7ff5ccb35b6225acdcac8c1d6eeed3d831e..f8c79db17d253903f9f373a290f5625afbaad6c9 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.
 
 
-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:
@@ -70,153 +25,6 @@ be added to the end of this file.
 
        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-08 17:13  ben
-
-       Changed:
-               crypto/conf/conf_mod.c (1.8.2.6), "Exp", lines: +1 -1
-
-       Fix warning.
-
-2002-05-22 09:53  levitte
-
-       Changed:
-               apps/speed.c (1.83.2.7), "Exp", lines: +4 -1
-
-       Remove warnings about unused symbols when configured with no-rsa.
-
-2002-05-22 09:55  levitte
-
-       Changed:
-               crypto/asn1/x_pubkey.c (1.21.2.1), "Exp", lines: +1 -1
-
-       Remove warnings about uninitialised variables.  This has already
-       been applied in the main branch.
-
-2002-05-22 09:56  levitte
-
-       Changed:
-               crypto/engine/hw_4758_cca.c (1.1.2.4), "Exp", lines: +14 -14
-
-       Use 0 instead of NULL when casting to function pointers, to avoid
-       warnings from compilers when NULL is defined as '((void *)0)'.
-       This has already been applied in the main branch.
-
-2002-05-23 17:25  levitte
-
-       Changed:
-               VMS/tcpip_shr_decc.opt (1.1.4.1), "Exp", lines: +1 -0
-
-       Forgot this file.
-
-2002-05-31 16:34  ben
-
-       Changed:
-               crypto/evp/evp_test.c (1.14.2.5), "Exp", lines: +1 -1
-
-       Fix a warning.
-
-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:
-               crypto/engine/hw_cswift.c (1.17.2.5), "Exp", lines: +1 -0
-
-       The dissapearing destroy callback reappears
-
-2002-10-24 00:09  levitte
-
-       Changed:
-               crypto/crypto-lib.com (1.53.2.9), "Exp", lines: +1 -1
-
-       An engine changed name.
-
 2002-10-29 18:46  geoff
 
        Changed:
@@ -232,46 +40,6 @@ be added to the end of this file.
        Return my normal debug targets to something not so extreme, and
        make the extreme ones special (or 'extreme', if you will :-)).
 
-2002-11-13 12:35  levitte
-
-       Changed:
-               crypto/cryptlib.h (1.10.2.4), "Exp", lines: +0 -4
-               crypto/crypto.h (1.62.2.3), "Exp", lines: +4 -0
-
-       Make OpenSSLdie() visible (it's a must to get a proper reference in
-       libeay.num).
-
-2002-11-13 14:36  levitte
-
-       Changed:
-               crypto/pem/pem_lib.c (1.36.2.5), "Exp", lines: +1 -1
-
-       C++ comments in C code, 'nuff said...
-
-2002-11-13 15:30  levitte
-
-       Changed:
-               demos/engines/ibmca/hw_ibmca.c (1.1.2.2), "Exp", lines: +3 -0
-               demos/engines/zencod/hw_zencod.c (1.1.2.2), "Exp", lines: +4 -1
-               demos/engines/cluster_labs/hw_cluster_labs.c (1.1.2.2), "Exp", lines: +5 -2
-
-       The loading functions should be static if we build a dynamic
-       engine.
-
-2002-12-12 18:41  levitte
-
-       Changed:
-               crypto/engine/hw_ncipher.c (1.26.2.7), "Exp", lines: +38 -2
-               crypto/engine/hw_ncipher_err.c (1.1.2.2), "Exp", lines: +1 -1
-               crypto/engine/hw_ncipher_err.h (1.1.2.2), "Exp", lines: +1 -1
-               crypto/cryptlib.c (1.32.2.8), "Exp", lines: +2 -1
-               crypto/crypto.h (1.62.2.7), "Exp", lines: +2 -1
-               CHANGES (1.977.2.78), "Exp", lines: +14 -0
-
-       Add a static lock called HWCRHK, for the case of having an
-       application that wants to use the hw_ncipher engine without having
-       given any callbacks for the dynamic type of locks.
-
 2002-12-15 16:27  appro
 
        Changed:
@@ -304,13 +72,6 @@ be added to the end of this file.
        line which kind of obsoletes the idea as it's -z defaultextract
        that will be closest to lib*.a and not -z allextract:-(
 
-2002-12-17 15:21  levitte
-
-       Changed:
-               NEWS (1.39.2.16), "Exp", lines: +4 -1
-
-       A few more NEWS items.
-
 !2002-12-27 17:49  appro
 !
 !      Changed:
@@ -320,17 +81,6 @@ be added to the end of this file.
 !      SCO5 never worked anyway. Note this is not going to HEAD as we
 !      intend to provide an alternative solution as soon as 0.9.7 is out.
 
-2002-12-28 02:35  levitte
-
-       Changed:
-               Configure (1.314.2.63), "Exp", lines: +1 -1
-
-       Hmm, the variables $x96_elf_asm and others contain a number of
-       colons, so when removing one reference, if should be replaced with
-       the appropriate number of colons, or chaos will follow...
-
-       It's rather silly to believe we'd release 0.9.7a in 2002 :-).
-
 2003-01-01 16:48  ben
 
        Changed:
@@ -339,49 +89,6 @@ be added to the end of this file.
 
        Fix warnings, use correct -Ds.
 
-? 2003-04-04 16:21  levitte
-
-       Changed:
-               util/mkdef.pl (1.67.2.5), "Exp", lines: +10 -5
-               util/mkerr.pl (1.18.2.3), "Exp", lines: +6 -6
-
-       Transfer the changes to detect multiline comments and the GCC
-       extension __attribute__.
-
-2003-04-08 13:54  levitte
-
-       Changed:
-               test/Makefile.ssl (1.84.2.25), "Exp", lines: +29 -1
-               apps/Makefile.ssl (1.100.2.22), "Exp", lines: +1 -0
-               Makefile.org (1.154.2.61), "Exp", lines: +4 -5
-
-       Set LD_LIBRARY_PATH when linking, since OpenUnix' ld uses it to
-       create a library search path.
-
-               Correct typos.
-
-2003-04-09 07:25  levitte
-
-       Changed:
-               test/Makefile.ssl (1.84.2.26), "Exp", lines: +1 -1
-
-       Typo
-
-2003-04-09 08:50  levitte
-
-       Changed:
-               apps/Makefile.ssl (1.100.2.23), "Exp", lines: +1 -0
-
-       Dont forget req.
-
-2003-07-03 23:43  levitte
-
-       Changed:
-               Makefile.org (1.154.2.65), "Exp", lines: +2 -2
-
-       Add a slash so grep doesn't return both ./crypto/bio/bss_mem.o and
-       ./crypto/mem.o when we're looking for mem.o.
-
 2003-07-27 15:46  ben
 
        Changed:
@@ -505,30 +212,6 @@ be added to the end of this file.
 
        DES CFB8 test.
 
-2003-08-11 11:56  levitte
-
-       Changed:
-               apps/Makefile.ssl (1.100.2.24), "Exp", lines: +1 -1
-
-       Oops, removed a little too much.
-
-2003-08-11 13:46  levitte
-
-       Changed:
-               test/Makefile.ssl (1.84.2.33), "Exp", lines: +28 -28
-
-       Don't fiddle with LD_LIBRARY_PATH when building non-static.
-
-2003-08-14 08:54  levitte
-
-       Changed:
-               apps/Makefile.ssl (1.100.2.25), "Exp", lines: +1 -1
-               test/Makefile.ssl (1.84.2.34), "Exp", lines: +28 -28
-
-       Undo the change that left LD_LIBRARY_PATH unchanged.  The errors I
-       saw weren't due to that, but to a change on the SCO machines I used
-       for testing, where my $PATH was suddenly incorrect.
-
 2004-01-21 10:58  appro
 
        Changed:
@@ -538,13 +221,6 @@ be added to the end of this file.
 
        Proper support for HP-UX64 gcc build.  PR: 772
 
-2004-01-29 10:41  levitte
-
-       Changed:
-               crypto/bn/bn_lcl.h (1.23.2.6), "Exp", lines: +8 -9
-
-       Have the declarations match the definitions.
-
 2004-03-17 05:01  mark
 
        Changed:
@@ -567,31 +243,6 @@ be added to the end of this file.
                Submitted by: Steven Henson Reviewed by: Joe Orton Approved
        by: Mark Cox
 
-2004-04-02 14:39  levitte
-
-       Changed:
-               crypto/bn/Makefile.ssl (1.65.2.8), "Exp", lines: +1 -1
-
-       Typo.  "pa-rics2W" corrected to "pa-risc2W".  PR: 868
-
-2004-05-12 12:09  levitte
-
-       Changed:
-               apps/apps.h (1.44.2.13), "Exp", lines: +0 -6
-               crypto/o_str.c (1.5.2.1), "Exp", lines: +4 -3
-               crypto/o_str.h (1.2.6.1), "Exp", lines: +0 -0
-
-       The functions OPENSSL_strcasen?cmp() were forgotten when merging
-       the FIPS branch into this.  It's needed at least for certain
-       OpenVMS versions, and should really be used in a more general way.
-
-2004-05-12 12:17  levitte
-
-       Changed:
-               crypto/Makefile (1.1.4.2), "Exp", lines: +3 -3
-
-       Forgot to update the Makefile with the o_str stuff...
-
 2004-05-12 16:11  ben
 
        Changed:
@@ -604,41 +255,6 @@ be added to the end of this file.
 
        Blow up in people's faces if they don't reseed.
 
-2004-05-14 19:54  levitte
-
-       Changed:
-               util/libeay.num (1.173.2.20), "Exp", lines: +43 -54
-
-       All EVP_*_cfb functions have changed names to EVP_*_cfb64 or
-       EVP_*_cfb128.
-
-2004-05-15 18:39  ben
-
-       Changed:
-               ssl/s23_clnt.c (1.20.2.6), "Exp", lines: +5 -2
-               ssl/s2_clnt.c (1.37.2.11), "Exp", lines: +5 -2
-               ssl/s2_srvr.c (1.36.2.8), "Exp", lines: +6 -3
-               ssl/s3_clnt.c (1.53.2.17), "Exp", lines: +2 -1
-               ssl/s3_srvr.c (1.85.2.22), "Exp", lines: +4 -2
-               ssl/ssl_sess.c (1.40.2.8), "Exp", lines: +2 -1
-
-       Check error returns.
-
-2004-05-17 06:39  levitte
-
-       Changed:
-               apps/enc.c (1.35.2.10), "Exp", lines: +14 -0
-
-       Make it possible for the user to choose the digest used to create
-       the key.
-
-2004-05-17 06:40  levitte
-
-       Changed:
-               apps/enc.c (1.35.2.11), "Exp", lines: +4 -4
-
-       Rewrite the usage to avoid confusion.
-
 2004-06-19 15:32  ben
 
        Changed:
@@ -665,14 +281,7 @@ be added to the end of this file.
        is that compiler first parses code, then optimizes, not both at
        once...
 
-2004-07-27 16:09  levitte
-
-       Changed:
-               makevms.com (1.35.2.5), "Exp", lines: +1 -1
-
-       Typo
-
-2004-08-02 16:15  levitte
+2004-08-02 16:15  levitte [FIPS]
 
        Changed:
                crypto/cryptlib.c (1.32.2.13), "Exp", lines: +4 -4
@@ -682,21 +291,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-11 22:34  levitte
-
-       Changed:
-               apps/makeapps.com (1.18.2.6), "Exp", lines: +2 -2
-
-       Another missing module in the VMS build files.  I believe this is
-       the last, though...
-
-2004-09-11 11:45  levitte
-
-       Changed:
-               test/testenc.com (1.6.8.2), "Exp", lines: +1 -1
-
-       Makefile.ssl changed name to Makefile...
-
 2004-12-09 19:00  appro
 
        Changed:
@@ -729,14 +323,6 @@ be added to the end of this file.
 
        Allow for ./config no-sha0.  PR: 993
 
-2005-01-11 07:53  levitte
-
-       Changed:
-               apps/apps.c (1.49.2.31), "Exp", lines: +0 -16
-
-       Remove VMS_strcasecmp() from apps.c, it's not used any more.  And
-       besides, the implementation is bogus.
-
 2005-02-03 12:09  appro
 
        Changed: