Remove a bunch of false positives, and fix some true positives.
[openssl.git] / ChangeLog.0_9_7-stable_not-in-head
index 0a214535af00abcf0bfee38051c1a86751b77820..93d524b117d47d0f6ef71e04a929cc73d7b0fe34 100644 (file)
@@ -18,131 +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-02-14 19:46  steve
-
-       Changed:
-               crypto/engine/hw_sureware.c (1.2.2.1), "Exp", lines: +8 -4
-
-       Fix warnings:
-
-               #if out some unused function.
-
-               "index" is a global function on some platforms.
-
-2002-02-14 19:52  steve
-
-       Changed:
-               crypto/tmdiff.c (1.9.2.2), "Exp", lines: +1 -0
-
-       typo (?)
-
-2002-02-15 00:38  steve
-
-       Changed:
-               CHANGES (1.977.2.2), "Exp", lines: +5 -0
-               crypto/conf/conf.h (1.30.2.1), "Exp", lines: +2 -1
-               crypto/conf/conf_mall.c (1.6.2.1), "Exp", lines: +6 -7
-               crypto/conf/conf_mod.c (1.8.2.1), "Exp", lines: +8 -0
-
-       Add argument to OPENSSL_config() and add flag to tolerate missing
-       config file.
-
-2002-02-15 01:33  steve
-
-       Changed:
-               crypto/asn1/asn1.h (1.103.2.1), "Exp", lines: +3 -0
-               crypto/asn1/asn1_err.c (1.42.2.1), "Exp", lines: +3 -0
-               crypto/asn1/asn_moid.c (1.2.2.1), "Exp", lines: +21 -10
-               crypto/conf/conf_mod.c (1.8.2.2), "Exp", lines: +2 -6
-
-       Don't call finish function if it isn't set.
-
-               Fix OID module.
-
-2002-02-15 01:58  steve
-
-       Changed:
-               crypto/x509/x509_vfy.c (1.56.2.1), "Exp", lines: +23 -13
-
-       Allow a NULL store parameter to X509_STORE_CTX_init().
-
-2002-02-15 02:01  steve
-
-       Changed:
-               crypto/evp/evp_enc.c (1.28.2.1), "Exp", lines: +2 -1
-
-       Only initialize cipher ctx if cipher is not NULL.
-
-2002-02-15 03:43  steve
-
-       Changed:
-               crypto/conf/conf_mod.c (1.8.2.3), "Exp", lines: +1 -1
-
-       Add flag to disable config module DSO loading.
-
-2002-02-20 00:24  steve
-
-       Changed:
-               CHANGES (1.977.2.3), "Exp", lines: +4 -0
-               apps/apps.c (1.49.2.1), "Exp", lines: +20 -0
-               crypto/conf/conf_mall.c (1.6.2.3), "Exp", lines: +2 -14
-               crypto/conf/conf_mod.c (1.8.2.4), "Exp", lines: +15 -1
-
-       Use default openssl.cnf if config filename set to NULL and
-       openssl_conf if appname NULL.
-
-2002-02-23 14:43  steve
-
-       Changed:
-               crypto/asn1/asn_moid.c (1.2.2.2), "Exp", lines: +0 -1
-
-       Remove old comment
-
 2002-03-01 16:39  ben
 
        Changed:
@@ -150,182 +25,6 @@ be added to the end of this file.
 
        OpenBSD variant.
 
-2002-03-08 20:12  steve
-
-       Changed:
-               apps/apps.c (1.49.2.4), "Exp", lines: +1 -1
-
-       typo
-
-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-04-20 12:25  levitte
-
-       Changed:
-               util/mk1mf.pl (1.41.2.1), "Exp", lines: +4 -1
-
-       Make sure ec is properly handled in Windows.
-
-2002-05-08 17:13  ben
-
-       Changed:
-               crypto/conf/conf_mod.c (1.8.2.6), "Exp", lines: +1 -1
-
-       Fix warning.
-
-2002-05-11 14:42  steve
-
-       Changed:
-               ssl/ssl_cert.c (1.48.2.3), "Exp", lines: +0 -1
-
-
-               closedir is not used on Win32.
-
-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-05 13:59  steve
-
-       Changed:
-               crypto/engine/hw_cswift.c (1.17.2.4), "Exp", lines: +1 -1
-
-       Win32 fix (signed/unsigned compare error).
-
-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:
@@ -341,32 +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:
@@ -448,14 +121,6 @@ be added to the end of this file.
 
        Fix warnings, use correct -Ds.
 
-2003-03-24 17:57  steve
-
-       Changed:
-               crypto/x509/x509_vfy.c (1.56.2.5), "Exp", lines: +2 -2
-               crypto/x509/x509_vfy.c (1.56.2.6), "Exp", lines: +2 -2
-
-       Get X509_V_FLAG_CRL_CHECK_ALL logic the right way round.  PR:544
-
 ? 2003-04-04 16:21  levitte
 
        Changed:
@@ -477,30 +142,6 @@ be added to the end of this file.
 
                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-04-10 03:13  steve
-
-       Changed:
-               crypto/rsa/rsa_sign.c (1.11.2.6), "Exp", lines: +2 -2
-
-       Only call redirected rsa_sign or rsa_verify if the pointer is set.
-
-               This allows, for example, a smart card to redirect rsa_sign
-       and keep the default rsa_verify.
-
 2003-07-03 23:43  levitte
 
        Changed:
@@ -632,17 +273,6 @@ be added to the end of this file.
 
        DES CFB8 test.
 
-2003-08-01 19:06  steve
-
-       Changed:
-               crypto/evp/evp_lib.c (1.6.8.2), "Exp", lines: +24 -0
-               crypto/objects/obj_dat.h (1.49.2.17), "Exp", lines: +15 -46
-               crypto/objects/obj_mac.h (1.19.2.17), "Exp", lines: +1 -24
-               crypto/objects/obj_mac.num (1.15.2.13), "Exp", lines: +1 -4
-               crypto/objects/objects.txt (1.20.2.18), "Exp", lines: +8 -12
-
-       Make the EFB NIDs have empty OIDs aliased to the real EFB OID.
-
 2003-08-11 11:56  levitte
 
        Changed:
@@ -667,28 +297,6 @@ be added to the end of this file.
        saw weren't due to that, but to a change on the SCO machines I used
        for testing, where my $PATH was suddenly incorrect.
 
-2003-09-27 20:31  levitte
-
-       Changed:
-               apps/pkcs8.c (1.22.2.8), "Exp", lines: +5 -6
-
-       Remove extra argument to BIO_printf().  PR: 685
-
-2003-09-29 19:10  steve
-
-       Changed:
-               crypto/bio/bss_file.c (1.14.2.4), "Exp", lines: +2 -2
-
-       Fix to make it compile under Win32.
-
-2003-11-19 06:18  geoff
-
-       Changed:
-               crypto/x509/x509.h (1.116.2.4), "Exp", lines: +0 -4
-
-       Remove duplicate prototypes have already been (correctly) added to
-       rsa.h, as this is already included by x509.h anyway.
-
 2004-01-21 10:58  appro
 
        Changed:
@@ -705,14 +313,6 @@ be added to the end of this file.
 
        Have the declarations match the definitions.
 
-2004-03-16 06:50  steve
-
-       Changed:
-               apps/x509.c (1.67.2.14), "Exp", lines: +0 -1
-               ssl/kssl.c (1.20.2.12), "Exp", lines: +2 -2
-
-       Avoid warnings.
-
 2004-03-17 05:01  mark
 
        Changed:
@@ -735,14 +335,6 @@ be added to the end of this file.
                Submitted by: Steven Henson Reviewed by: Joe Orton Approved
        by: Mark Cox
 
-2004-03-25 01:57  steve
-
-       Changed:
-               crypto/pkcs7/pk7_doit.c (1.50.2.9), "Exp", lines: +9 -4
-               crypto/pkcs7/pk7_doit.c (1.50.2.4.2.2), "Exp", lines: +9 -4
-
-       Make S/MIME encrypt work again.
-
 2004-04-02 14:39  levitte
 
        Changed:
@@ -780,13 +372,6 @@ be added to the end of this file.
 
        Blow up in people's faces if they don't reseed.
 
-2004-05-12 19:53  steve
-
-       Changed:
-               apps/x509.c (1.67.2.16), "Exp", lines: +0 -7
-
-       Fix memory leak.
-
 2004-05-14 19:54  levitte
 
        Changed:
@@ -795,18 +380,6 @@ be added to the end of this file.
        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:
@@ -822,13 +395,6 @@ be added to the end of this file.
 
        Rewrite the usage to avoid confusion.
 
-2004-05-17 06:47  levitte
-
-       Changed:
-               apps/enc.c (1.35.2.12), "Exp", lines: +1 -1
-
-       Typo corretced.
-
 2004-06-19 15:32  ben
 
        Changed:
@@ -836,15 +402,6 @@ be added to the end of this file.
 
        Make make tags make tags.
 
-2004-06-19 15:54  ben
-
-       Changed:
-               apps/Makefile (1.1.4.3), "Exp", lines: +3 -3
-               apps/prime.c (1.1.2.1), "Exp", lines: +115 -0
-               apps/progs.h (1.26.2.3), "Exp", lines: +2 -0
-
-       Add primality tester.
-
 2004-06-21 20:05  levitte
 
        Changed:
@@ -854,28 +411,6 @@ be added to the end of this file.
 
                PR: 900
 
-2004-06-24 14:12  steve
-
-       Changed:
-               apps/prime.c (1.1.2.2), "Exp", lines: +3 -0
-
-       Include <string.h> to get definition of strcmp.
-
-2004-06-24 14:31  steve
-
-       Changed:
-               crypto/evp/evp_lib.c (1.6.8.5), "Exp", lines: +2 -2
-
-       Return an error if an attempt is made to encode or decode cipher
-       ASN1 parameters and the cipher doesn't support it.
-
-2004-07-04 18:36  steve
-
-       Changed:
-               crypto/asn1/p5_pbev2.c (1.20.2.2), "Exp", lines: +2 -1
-
-       Fix memory leak.
-
 2004-07-24 15:40  appro
 
        Changed:
@@ -911,13 +446,6 @@ be added to the end of this file.
        Another missing module in the VMS build files.  I believe this is
        the last, though...
 
-2004-09-10 22:27  steve
-
-       Changed:
-               crypto/x509/x509_req.c (1.13.2.2), "Exp", lines: +1 -1
-
-       Stop warning.
-
 2004-09-11 11:45  levitte
 
        Changed:
@@ -925,49 +453,6 @@ be added to the end of this file.
 
        Makefile.ssl changed name to Makefile...
 
-2004-09-14 00:30  steve
-
-       Changed:
-               crypto/asn1/a_strex.c (1.8.2.6), "Exp", lines: +7 -2
-
-       ASN1_STRING_to_UTF8() assumed that the MBSTRING_* flags were of the
-       form MBSTRING_FLAG|nbyte where "nbyte" is the number of bytes per
-       character.
-
-               Unfortunately this isn't so and we can't change the
-       #defines because this would break binary compatibility, so for
-       0.9.7X only translate between the two.
-
-2004-09-14 00:39  steve
-
-       Changed:
-               crypto/x509/x509_req.c (1.13.2.3), "Exp", lines: +1 -1
-
-       Oops, forgot to reorder extension request nids.
-
-2004-11-11 02:18  steve
-
-       Changed:
-               crypto/engine/vendor_defns/sureware.h (1.2.2.1), "Exp", lines: +1 -1
-
-       The use of "exp" as a variable name in a prototype causes a
-       conflict with FC2 headers.
-
-2004-11-27 13:55  steve
-
-       Changed:
-               apps/prime.c (1.1.2.3), "Exp", lines: +28 -17
-
-       Fix leaks and give an error if no argument specified in prime.c
-
-2004-11-27 14:02  steve
-
-       Changed:
-               apps/prime.c (1.1.2.4), "Exp", lines: +7 -8
-
-       Remove unnecessary check and call BIO_free_all() on bio_out to
-       avoid a leak on VMS.
-
 2004-12-09 19:00  appro
 
        Changed:
@@ -1008,20 +493,6 @@ be added to the end of this file.
        Remove VMS_strcasecmp() from apps.c, it's not used any more.  And
        besides, the implementation is bogus.
 
-2005-01-31 02:40  steve
-
-       Changed:
-               crypto/asn1/a_verify.c (1.12.2.3), "Exp", lines: +7 -6
-
-       Avoid memory leak.
-
-2005-01-31 02:46  steve
-
-       Changed:
-               test/testss (1.7.2.1), "Exp", lines: +1 -1
-
-       Use SHA1 for test certificates so FIPS SSL/TLS tests work.
-
 2005-02-03 12:09  appro
 
        Changed:
@@ -1089,13 +560,6 @@ be added to the end of this file.
 
        Move cygcrypto.dll above cygwin.dll.
 
-2005-04-17 06:35  steve
-
-       Changed:
-               util/pl/VC-32.pl (1.11.2.6), "Exp", lines: +1 -1
-
-       Include user32.lib to import MessageBoxIndirect
-
 2005-04-19 16:21  appro
 
        Changed:
@@ -1107,46 +571,3 @@ be added to the end of this file.
 
        Enable shared link on HP-UX.
 
-2005-04-20 10:27  steve
-
-       Changed:
-               Configure (1.314.2.118), "Exp", lines: +1 -1
-               util/mk1mf.pl (1.41.2.12), "Exp", lines: +2 -0
-
-       Ignore zlib related options in mk1mf.pl
-
-2005-04-20 18:42  steve
-
-       Changed:
-               Configure (1.314.2.119), "Exp", lines: +2 -2
-
-       Don't use kerberos library locations on windows.
-
-2005-04-22 07:17  steve
-
-       Changed:
-               CHANGES (1.977.2.156), "Exp", lines: +5 -0
-               crypto/bn/bn.h (1.66.2.4), "Exp", lines: +2 -0
-               crypto/bn/bn_mont.c (1.30.2.3), "Exp", lines: +20 -0
-               crypto/dh/dh_key.c (1.16.2.4), "Exp", lines: +14 -10
-               crypto/dsa/dsa_ossl.c (1.12.2.7), "Exp", lines: +12 -9
-               crypto/rsa/rsa_eay.c (1.28.2.10), "Exp", lines: +16 -90
-               fips/fipshashes.c (1.1.2.5), "Exp", lines: +3 -3
-               fips/dh/fips_dh_key.c (1.1.2.4), "Exp", lines: +13 -10
-               fips/dsa/fips_dsa_ossl.c (1.1.2.8), "Exp", lines: +12 -9
-               fips/rsa/fips_rsa_eay.c (1.1.4.5), "Exp", lines: +17 -90
-
-       New function BN_MONT_CTX_set_locked, to set montgomery parameters
-       in a threadsafe manner.
-
-               Modify or add calls to use it in rsa, dsa and dh
-       algorithms.
-
-2005-04-23 06:46  nils
-
-       Changed:
-               crypto/dsa/dsa_ossl.c (1.12.2.8), "Exp", lines: +1 -1
-               crypto/rsa/rsa_eay.c (1.28.2.11), "Exp", lines: +4 -4
-
-       fix typo
-