X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ChangeLog.0_9_7-stable_not-in-head;h=441cadc8a2d5def49374c7b83d5a039df8f0b69b;hp=a7c8a66f3f05ac42ef2f2210aea1b5734802aed6;hb=05886a6f77e7843c854ed6d0752b6673db45db3c;hpb=f76b062e16cb813f1cd020b7256df4fe964d745e diff --git a/ChangeLog.0_9_7-stable_not-in-head b/ChangeLog.0_9_7-stable_not-in-head index a7c8a66f3f..441cadc8a2 100644 --- a/ChangeLog.0_9_7-stable_not-in-head +++ b/ChangeLog.0_9_7-stable_not-in-head @@ -63,93 +63,6 @@ be added to the end of this file. 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:12 steve - - Changed: - NEWS (1.39.2.1), "Exp", lines: +5 -1 - - Update NEWS - -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: @@ -157,13 +70,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: @@ -212,14 +118,6 @@ be added to the end of this file. 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: @@ -244,14 +142,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: @@ -320,13 +210,6 @@ be added to the end of this file. 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: @@ -463,14 +346,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: @@ -506,16 +381,6 @@ be added to the end of this file. 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: @@ -647,17 +512,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: @@ -689,13 +543,6 @@ be added to the end of this file. 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: @@ -720,14 +567,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: @@ -750,14 +589,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: @@ -795,13 +626,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: @@ -822,66 +646,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: @@ -951,23 +715,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: @@ -995,13 +742,6 @@ be added to the end of this file. Thanks to Dr Stephen Henson 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: @@ -1024,19 +764,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: @@ -1044,22 +771,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: @@ -1068,15 +779,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: @@ -1213,16 +915,6 @@ be added to the end of this file. Move cygcrypto.dll above cygwin.dll. -2005-04-15 10:00 nils - - Changed: - doc/HOWTO/keys.txt (1.1.2.2), "Exp", lines: +3 -3 - doc/crypto/EVP_EncryptInit.pod (1.10.2.5), "Exp", lines: +3 -3 - - EVP_CIPHER_CTX_init is a void function + fix typo - - PR: 1044 + 1045 - 2005-04-17 06:35 steve Changed: