summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.0_9_7-stable_not-in-head2534
1 files changed, 2534 insertions, 0 deletions
diff --git a/ChangeLog.0_9_7-stable_not-in-head b/ChangeLog.0_9_7-stable_not-in-head
new file mode 100644
index 0000000000..d99460a704
--- /dev/null
+++ b/ChangeLog.0_9_7-stable_not-in-head
@@ -0,0 +1,2534 @@
+2002-02-13 19:22 bodo
+
+ Changed:
+ README (1.39.2.1), "Exp", lines: +1 -1
+
+ it's year 2002 now
+
+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 13:28 levitte
+
+ Changed:
+ CHANGES (1.977.2.1), "Exp", lines: +1 -1
+ Configure (1.314.2.1), "Exp", lines: +8 -4
+ Makefile.org (1.154.2.1), "Exp", lines: +2 -2
+ config (1.95.2.2), "Exp", lines: +4 -4
+
+ At Corinna Vinschen's request, change CygWin32 to Cygwin
+
+2002-02-14 14:36 levitte
+
+ Changed:
+ Configure (1.314.2.2), "Exp", lines: +1 -1
+
+ The Cygwin shared extension was shifted.
+
+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 14:51 bodo
+
+ Changed:
+ crypto/evp/evp_test.c (1.14.2.1), "Exp", lines: +2 -0
+
+ don't call OPENSSL_config(), this does not make any sense during
+ "make test"
+
+2002-02-14 15:47 bodo
+
+ Changed:
+ crypto/ec/ectest.c (1.21.2.1), "Exp", lines: +6 -1
+
+ fix: make it possible to disable memory debugging even if it is
+ enabled by default
+
+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: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-15 11:12 bodo
+
+ Changed:
+ NEWS (1.39.2.2), "Exp", lines: +1 -0
+
+ mention EC library
+
+2002-02-15 11:19 bodo
+
+ Changed:
+ crypto/conf/conf.h (1.30.2.2), "Exp", lines: +1 -1
+ crypto/conf/conf_mall.c (1.6.2.2), "Exp", lines: +1 -1
+
+ constify
+
+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-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:
+ Configure (1.314.2.6), "Exp", lines: +1 -0
+
+ OpenBSD variant.
+
+2002-03-06 17:59 ben
+
+ Changed:
+ ssl/s3_lib.c (1.57.2.1), "Exp", lines: +1 -1
+
+ ADH-DES-CBC-SHA should be LOW.
+
+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-10 21:50 jaenicke
+
+ Changed:
+ CHANGES (1.977.2.19), "Exp", lines: +723 -669
+
+ In preparation of 0.9.7: re-order changelog, so that the changes
+ are listed as of ... -> 0.9.6c -> 0.9.6d -> 0.9.7 Submitted by:
+ Reviewed by: PR:
+
+2002-04-11 20:43 jaenicke
+
+ Changed:
+ NEWS (1.39.2.3), "Exp", lines: +27 -0
+
+ Compile NEWS from CHANGES. Submitted by: Reviewed by: PR:
+
+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-15 16:17 jaenicke
+
+ Changed:
+ CHANGES (1.977.2.25), "Exp", lines: +4 -2
+
+ Document OID changes. Submitted by: Reviewed by: PR:
+
+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-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:
+ 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-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:
+ 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-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:
+ 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:00 geoff
+
+ Changed:
+ ssl/ssl.h (1.126.2.15), "Exp", lines: +1 -1
+
+ Bodo spotted this keyslip in my patch to 0.9.7-stable.
+
+2002-10-29 18:46 geoff
+
+ Changed:
+ doc/ssl/SSL_CTX_set_session_cache_mode.pod (1.5.2.2), "Exp", lines: +1 -0
+
+ Correct another inconsistency in my recent commits.
+
+2002-11-04 17:33 levitte
+
+ Changed:
+ Configure (1.314.2.38), "Exp", lines: +4 -2
+
+ Return my normal debug targets to something not so extreme, and
+ make the extreme ones special (or 'extreme', if you will :-)).
+
+2002-11-12 14:35 bodo
+
+ Changed:
+ CHANGES (1.977.2.65), "Exp", lines: +4 -4
+
+ fix order of changes -- if B depends on A, A should be listed after
+ B (reversed 'chronological' order)
+
+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:
+ Makefile.org (1.154.2.41), "Exp", lines: +2 -1
+
+ Another Solaris shared build clean-up. This is not actually needed
+ if one uses WorkShop C. It's gcc driver that brings copy of
+ libgcc.a into .so otherwise. In case you wonder what it's -Wl,-z...
+ and not just -z. Problem is that gcc driver apparently omits all -z
+ options but -z text. Don't ask me why. I'm not committing
+ corresponding workaround into the HEAD as Makefile.shared
+ reportedly needs even more work...
+
+2002-12-16 19:17 appro
+
+ Changed:
+ crypto/bn/bn_lcl.h (1.23.2.3), "Exp", lines: +3 -0
+ crypto/bn/bn_mul.c (1.28.2.4), "Exp", lines: +84 -445
+
+ This is rollback to 0.9.6h bn_mul.c to address problem reported in
+ RT#272.
+
+2002-12-16 19:59 appro
+
+ Changed:
+ Makefile.org (1.154.2.42), "Exp", lines: +3 -1
+
+ Some of Sun compiler drivers (well, one of those I have) collect
+ all options specified with -Wl in the beginnig of the ld command
+ 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:
+! Configure (1.314.2.62), "Exp", lines: +1 -1
+!
+! According to Tim Rice <tim@multitalents.net> assembler support in
+! 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:
+ crypto/des/des_locl.h (1.19.2.5), "Exp", lines: +1 -1
+ crypto/rc5/rc5_locl.h (1.3.2.4), "Exp", lines: +1 -1
+
+ Fix warnings, use correct -Ds.
+
+2003-02-06 19:00 bodo
+
+ Changed:
+ crypto/ec/ec.h (1.34.2.1), "Exp", lines: +0 -2
+ crypto/ec/ec_err.c (1.17.2.1), "Exp", lines: +0 -2
+ crypto/ec/ec_lib.c (1.13.2.3), "Exp", lines: +2 -0
+
+ EC_GROUP_get_extra_data() should not set an error when it returns
+ NULL. (NB: this is not an API change because this internal
+ function is unused in 0.9.7. 0.9.8-dev will use it, and will
+ contain a similar change).
+
+2003-02-06 19:07 bodo
+
+ Changed:
+ crypto/ec/ec_mult.c (1.18.2.3), "Exp", lines: +11 -0
+
+ additional sanity checks for arguments to EC_POINTs_mul()
+
+2003-02-14 15:43 bodo
+
+ Changed:
+ crypto/ec/ec_lib.c (1.13.2.4), "Exp", lines: +1 -1
+
+ mask old error codes so that mkerr.pl does not re-add them
+
+ year 2003
+
+2003-03-18 13:12 ben
+
+ Changed:
+ CHANGES (1.977.2.101), "Exp", lines: +6 -0
+ crypto/rsa/rsa_eay.c (1.28.2.4), "Exp", lines: +23 -4
+ crypto/rsa/rsa_lib.c (1.30.2.3), "Exp", lines: +7 -1
+
+ Turn on RSA blinding by default.
+
+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:
+ 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-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:
+ 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:
+ crypto/aes/aes.h (1.1.2.5), "Exp", lines: +3 -0
+ crypto/aes/aes_cfb.c (1.1.2.4), "Exp", lines: +57 -0
+
+ Add untested CFB-r mode. Will be tested soon.
+
+2003-07-27 19:00 ben
+
+ Changed:
+ Configure (1.314.2.85), "Exp", lines: +2 -0
+ Makefile.org (1.154.2.67), "Exp", lines: +12 -3
+ crypto/cryptlib.c (1.32.2.9), "Exp", lines: +5 -0
+ crypto/md32_common.h (1.22.2.4), "Exp", lines: +11 -0
+ crypto/aes/Makefile.ssl (1.4.2.6), "Exp", lines: +2 -1
+ crypto/aes/aes_core.c (1.1.2.4), "Exp", lines: +4 -0
+ crypto/des/des.h (1.40.2.4), "Exp", lines: +1 -1
+ crypto/des/des_old.c (1.11.2.4), "Exp", lines: +1 -1
+ crypto/des/destest.c (1.30.2.6), "Exp", lines: +2 -2
+ crypto/des/ecb3_enc.c (1.8.2.1), "Exp", lines: +1 -3
+ crypto/dsa/Makefile.ssl (1.49.2.5), "Exp", lines: +7 -4
+ crypto/dsa/dsa_ossl.c (1.12.2.4), "Exp", lines: +2 -0
+ crypto/dsa/dsa_sign.c (1.10.2.3), "Exp", lines: +12 -0
+ crypto/dsa/dsa_vrf.c (1.10.2.3), "Exp", lines: +8 -0
+ crypto/engine/engine.h (1.36.2.6), "Exp", lines: +4 -0
+ crypto/err/err.h (1.35.2.3), "Exp", lines: +2 -0
+ crypto/err/err_all.c (1.17.2.2), "Exp", lines: +4 -0
+ crypto/err/openssl.ec (1.11.2.1), "Exp", lines: +1 -0
+ crypto/evp/Makefile.ssl (1.64.2.8), "Exp", lines: +8 -7
+ crypto/evp/c_all.c (1.7.8.7), "Exp", lines: +1 -0
+ crypto/evp/e_aes.c (1.6.2.4), "Exp", lines: +12 -4
+ crypto/evp/e_des3.c (1.8.2.2), "Exp", lines: +1 -1
+ crypto/evp/evp.h (1.86.2.10), "Exp", lines: +2 -0
+ crypto/evp/evp_err.c (1.23.2.1), "Exp", lines: +3 -1
+ crypto/md4/Makefile.ssl (1.6.2.4), "Exp", lines: +7 -4
+ crypto/md5/Makefile.ssl (1.33.2.7), "Exp", lines: +7 -4
+ crypto/rand/Makefile.ssl (1.56.2.4), "Exp", lines: +17 -15
+ crypto/rand/md_rand.c (1.69.2.2), "Exp", lines: +9 -0
+ crypto/rand/rand.h (1.26.2.5), "Exp", lines: +2 -0
+ crypto/rand/rand_err.c (1.6.2.1), "Exp", lines: +3 -1
+ crypto/rand/rand_lib.c (1.15.2.2), "Exp", lines: +11 -0
+ crypto/ripemd/Makefile.ssl (1.25.2.5), "Exp", lines: +7 -2
+ crypto/sha/Makefile.ssl (1.26.2.5), "Exp", lines: +16 -6
+ fips/.cvsignore (1.1.2.1), "Exp", lines: +1 -0
+ fips/Makefile.ssl (1.1.2.1), "Exp", lines: +155 -0
+ fips/fingerprint.sha1 (1.1.2.1), "Exp", lines: +3 -0
+ fips/fips.c (1.1.2.1), "Exp", lines: +74 -0
+ fips/fips.h (1.1.2.1), "Exp", lines: +85 -0
+ fips/fips_check_sha1 (1.1.2.1), "Exp", lines: +7 -0
+ fips/fips_err.c (1.1.2.1), "Exp", lines: +96 -0
+ fips/fips_make_sha1 (1.1.2.1), "Exp", lines: +21 -0
+ fips/lib (1.1.2.1), "Exp", lines: +0 -0
+ fips/aes/.cvsignore (1.1.2.1), "Exp", lines: +4 -0
+ fips/aes/Makefile.ssl (1.1.2.1), "Exp", lines: +95 -0
+ fips/aes/fingerprint.sha1 (1.1.2.1), "Exp", lines: +2 -0
+ fips/aes/fips_aes_core.c (1.1.2.1), "Exp", lines: +1260 -0
+ fips/aes/fips_aes_locl.h (1.1.2.1), "Exp", lines: +85 -0
+ fips/aes/fips_aesavs.c (1.1.2.1), "Exp", lines: +896 -0
+ fips/dsa/.cvsignore (1.1.2.1), "Exp", lines: +2 -0
+ fips/dsa/Makefile.ssl (1.1.2.1), "Exp", lines: +95 -0
+ fips/dsa/fingerprint.sha1 (1.1.2.1), "Exp", lines: +1 -0
+ fips/dsa/fips_dsa_ossl.c (1.1.2.1), "Exp", lines: +366 -0
+ fips/dsa/fips_dsatest.c (1.1.2.1), "Exp", lines: +252 -0
+ fips/rand/.cvsignore (1.1.2.1), "Exp", lines: +2 -0
+ fips/rand/Makefile.ssl (1.1.2.1), "Exp", lines: +94 -0
+ fips/rand/fingerprint.sha1 (1.1.2.1), "Exp", lines: +2 -0
+ fips/rand/fips_rand.c (1.1.2.1), "Exp", lines: +236 -0
+ fips/rand/fips_rand.h (1.1.2.1), "Exp", lines: +55 -0
+ fips/rand/fips_randtest.c (1.1.2.1), "Exp", lines: +348 -0
+ fips/sha1/.cvsignore (1.1.2.1), "Exp", lines: +3 -0
+ fips/sha1/Makefile.ssl (1.1.2.1), "Exp", lines: +94 -0
+ fips/sha1/fingerprint.sha1 (1.1.2.1), "Exp", lines: +3 -0
+ fips/sha1/fips_md32_common.h (1.1.2.1), "Exp", lines: +637 -0
+ fips/sha1/fips_sha1dgst.c (1.1.2.1), "Exp", lines: +76 -0
+ fips/sha1/fips_sha1test.c (1.1.2.1), "Exp", lines: +128 -0
+ fips/sha1/fips_sha_locl.h (1.1.2.1), "Exp", lines: +472 -0
+ fips/sha1/fips_standalone_sha1.c (1.1.2.1), "Exp", lines: +101 -0
+ fips/sha1/standalone.sha1 (1.1.2.1), "Exp", lines: +4 -0
+ test/Makefile.ssl (1.84.2.29), "Exp", lines: +81 -13
+ util/mkerr.pl (1.18.2.4), "Exp", lines: +2 -1
+
+ Unfinished FIPS stuff for review/improvement.
+
+2003-07-27 19:19 ben
+
+ Changed:
+ fips/fips_check_sha1 (1.1.2.2), "Exp", lines: +1 -1
+
+ Use unified diff.
+
+2003-07-27 19:23 ben
+
+ Changed:
+ fips/Makefile.ssl (1.1.2.2), "Exp", lines: +3 -3
+ fips/fingerprint.sha1 (1.1.2.2), "Exp", lines: +2 -1
+ fips/fips_make_sha1 (1.1.2.2), "Exp", lines: +1 -1
+
+ Build in non-FIPS mode.
+
+2003-07-27 23:13 ben
+
+ Changed:
+ Makefile.org (1.154.2.68), "Exp", lines: +1 -1
+ fips/fips_check_sha1 (1.1.2.3), "Exp", lines: +2 -1
+ fips/aes/fips_aesavs.c (1.1.2.2), "Exp", lines: +2 -0
+ fips/dsa/fips_dsa_ossl.c (1.1.2.2), "Exp", lines: +8 -0
+ fips/dsa/fips_dsatest.c (1.1.2.2), "Exp", lines: +2 -1
+ fips/sha1/fingerprint.sha1 (1.1.2.2), "Exp", lines: +1 -1
+ fips/sha1/fips_sha1dgst.c (1.1.2.2), "Exp", lines: +5 -1
+ fips/sha1/fips_standalone_sha1.c (1.1.2.2), "Exp", lines: +2 -0
+ fips/sha1/standalone.sha1 (1.1.2.2), "Exp", lines: +1 -1
+
+ Build when not FIPS.
+
+2003-07-28 11:56 ben
+
+ Changed:
+ fips/dsa/fingerprint.sha1 (1.1.2.2), "Exp", lines: +1 -1
+ fips/sha1/standalone.sha1 (1.1.2.3), "Exp", lines: +1 -1
+
+ New fingerprints.
+
+2003-07-28 17:07 ben
+
+ Changed:
+ Makefile.org (1.154.2.69), "Exp", lines: +5 -1
+ crypto/aes/aes.h (1.1.2.6), "Exp", lines: +3 -0
+ crypto/aes/aes_cfb.c (1.1.2.5), "Exp", lines: +19 -0
+ crypto/dsa/Makefile.ssl (1.49.2.6), "Exp", lines: +3 -2
+ crypto/err/Makefile.ssl (1.48.2.4), "Exp", lines: +17 -16
+ crypto/evp/e_aes.c (1.6.2.5), "Exp", lines: +8 -0
+ crypto/evp/e_des.c (1.5.2.2), "Exp", lines: +1 -1
+ crypto/evp/e_des3.c (1.8.2.3), "Exp", lines: +2 -2
+ crypto/evp/evp.h (1.86.2.11), "Exp", lines: +28 -11
+ crypto/evp/evp_locl.h (1.7.2.3), "Exp", lines: +2 -2
+ crypto/objects/obj_dat.h (1.49.2.13), "Exp", lines: +10 -5
+ crypto/objects/obj_mac.h (1.19.2.13), "Exp", lines: +5 -0
+ crypto/objects/obj_mac.num (1.15.2.9), "Exp", lines: +1 -0
+ crypto/objects/objects.txt (1.20.2.14), "Exp", lines: +4 -0
+ fips/Makefile.ssl (1.1.2.3), "Exp", lines: +7 -0
+ fips/aes/Makefile.ssl (1.1.2.2), "Exp", lines: +23 -1
+ fips/aes/fips_aesavs.c (1.1.2.3), "Exp", lines: +9 -1
+ test/Makefile.ssl (1.84.2.30), "Exp", lines: +101 -43
+
+ Add support for partial CFB modes, make tests work, update
+ dependencies.
+
+2003-07-29 12:56 ben
+
+ Changed:
+ crypto/aes/aes_cfb.c (1.1.2.6), "Exp", lines: +9 -6
+ crypto/evp/c_allc.c (1.8.2.3), "Exp", lines: +1 -0
+ crypto/evp/evp_test.c (1.14.2.11), "Exp", lines: +17 -8
+ crypto/evp/evptests.txt (1.9.2.2), "Exp", lines: +48 -1
+
+ Working CFB1 and test vectors.
+
+2003-07-29 15:24 ben
+
+ Changed:
+ crypto/evp/e_aes.c (1.6.2.6), "Exp", lines: +14 -0
+ crypto/objects/obj_dat.h (1.49.2.14), "Exp", lines: +15 -5
+ crypto/objects/obj_mac.h (1.19.2.14), "Exp", lines: +10 -0
+ crypto/objects/obj_mac.num (1.15.2.10), "Exp", lines: +2 -0
+ crypto/objects/objects.txt (1.20.2.15), "Exp", lines: +2 -0
+ fips/aes/Makefile.ssl (1.1.2.3), "Exp", lines: +1 -1
+ fips/aes/fips_aesavs.c (1.1.2.4), "Exp", lines: +34 -19
+
+ The rest of the keysizes for CFB1, working AES AVS test for CFB1.
+
+2003-07-29 16:06 ben
+
+ Changed:
+ fips/aes/fips_aesavs.c (1.1.2.5), "Exp", lines: +295 -303
+
+ Reformat.
+
+2003-07-29 16:34 ben
+
+ Changed:
+ fips/aes/fips_aesavs.c (1.1.2.6), "Exp", lines: +43 -17
+
+ MMT for CFB1
+
+2003-07-29 17:17 ben
+
+ Changed:
+ fips/fips_err_wrapper.c (1.1.2.1), "Exp", lines: +5 -0
+ fips/sha1/sha1hashes.txt (1.1.2.1), "Exp", lines: +342 -0
+ fips/sha1/sha1vectors.txt (1.1.2.1), "Exp", lines: +2293 -0
+
+ Missing files.
+
+2003-07-29 19:05 ben
+
+ Changed:
+ crypto/aes/aes.h (1.1.2.7), "Exp", lines: +3 -0
+ crypto/aes/aes_cfb.c (1.1.2.7), "Exp", lines: +14 -0
+ crypto/evp/c_allc.c (1.8.2.4), "Exp", lines: +1 -0
+ crypto/evp/e_aes.c (1.6.2.7), "Exp", lines: +4 -9
+ crypto/evp/evptests.txt (1.9.2.3), "Exp", lines: +48 -0
+ crypto/objects/obj_dat.h (1.49.2.15), "Exp", lines: +20 -5
+ crypto/objects/obj_mac.h (1.19.2.15), "Exp", lines: +15 -0
+ crypto/objects/obj_mac.num (1.15.2.11), "Exp", lines: +3 -0
+ crypto/objects/objects.txt (1.20.2.16), "Exp", lines: +3 -0
+ fips/aes/fips_aesavs.c (1.1.2.7), "Exp", lines: +11 -0
+
+ AES CFB8.
+
+2003-07-30 20:30 ben
+
+ Changed:
+ Makefile.org (1.154.2.70), "Exp", lines: +16 -5
+ crypto/des/cfb_enc.c (1.7.2.1), "Exp", lines: +2 -1
+ crypto/des/des_enc.c (1.11.2.2), "Exp", lines: +4 -0
+ crypto/evp/e_aes.c (1.6.2.8), "Exp", lines: +7 -14
+ crypto/evp/e_des.c (1.5.2.3), "Exp", lines: +37 -1
+ crypto/evp/evp.h (1.86.2.12), "Exp", lines: +6 -0
+ crypto/evp/evp_locl.h (1.7.2.4), "Exp", lines: +9 -0
+ crypto/objects/obj_dat.h (1.49.2.16), "Exp", lines: +48 -23
+ crypto/objects/obj_mac.h (1.19.2.16), "Exp", lines: +31 -6
+ crypto/objects/obj_mac.num (1.15.2.12), "Exp", lines: +5 -0
+ crypto/objects/objects.txt (1.20.2.17), "Exp", lines: +12 -6
+ fips/Makefile.ssl (1.1.2.4), "Exp", lines: +8 -1
+ fips/fips_make_sha1 (1.1.2.3), "Exp", lines: +3 -0
+ fips/aes/Makefile.ssl (1.1.2.4), "Exp", lines: +1 -1
+ fips/des/.cvsignore (1.1.2.1), "Exp", lines: +3 -0
+ fips/des/Makefile.ssl (1.1.2.1), "Exp", lines: +96 -0
+ fips/des/fingerprint.sha1 (1.1.2.1), "Exp", lines: +2 -0
+ fips/des/fips_des_enc.c (1.1.2.1), "Exp", lines: +288 -0
+ fips/des/fips_des_locl.h (1.1.2.1), "Exp", lines: +428 -0
+ fips/des/fips_desmovs.c (1.1.2.1), "Exp", lines: +659 -0
+
+ Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.
+
+2003-07-31 23:30 levitte
+
+ Changed:
+ Makefile.org (1.154.2.71), "Exp", lines: +2 -0
+
+ If FDIRS is to be treated like SDIRS, let's not forget to
+ initialize it in Makefile.org.
+
+2003-07-31 23:41 levitte
+
+ Changed:
+ fips/sha1/fips_sha1test.c (1.1.2.2), "Exp", lines: +3 -3
+
+ No C++ comments in C programs!
+
+2003-08-01 12:25 ben
+
+ Changed:
+ crypto/des/cfb_enc.c (1.7.2.2), "Exp", lines: +45 -36
+ crypto/evp/c_allc.c (1.8.2.5), "Exp", lines: +2 -0
+ crypto/evp/e_des.c (1.5.2.4), "Exp", lines: +8 -3
+ crypto/evp/evptests.txt (1.9.2.4), "Exp", lines: +6 -0
+
+ Fix DES CFB-r.
+
+2003-08-01 12:31 ben
+
+ Changed:
+ crypto/evp/evptests.txt (1.9.2.5), "Exp", lines: +4 -0
+
+ DES CFB8 test.
+
+2003-08-01 15:07 steve
+
+ Changed:
+ fips/aes/fips_aesavs.c (1.1.2.8), "Exp", lines: +3 -3
+
+ Replace C++ style comments.
+
+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-03 14:22 ben
+
+ Changed:
+ fips/des/fips_desmovs.c (1.1.2.2), "Exp", lines: +55 -37
+
+ Make tests work (CFB1 still doesn't produce the right answers,
+ strangely).
+
+2003-08-08 12:08 levitte
+
+ Changed:
+ fips/des/fips_des_enc.c (1.1.2.2), "Exp", lines: +9 -0
+
+ Avoid clashing with the regular DES functions when not compiling
+ with -DFIPS. This is basically only visible when building with
+ shared library supoort...
+
+2003-08-11 11:36 levitte
+
+ Deleted:
+ fips/sha1/.cvsignore (1.1.2.2)
+ fips/sha1/Makefile.ssl (1.1.2.3)
+ fips/sha1/fingerprint.sha1 (1.1.2.3)
+ fips/sha1/fips_md32_common.h (1.1.2.2)
+ fips/sha1/fips_sha1dgst.c (1.1.2.3)
+ fips/sha1/fips_sha1test.c (1.1.2.3)
+ fips/sha1/fips_sha_locl.h (1.1.2.2)
+ fips/sha1/fips_standalone_sha1.c (1.1.2.3)
+ fips/sha1/sha1hashes.txt (1.1.2.2)
+ fips/sha1/sha1vectors.txt (1.1.2.2)
+ fips/sha1/standalone.sha1 (1.1.2.4)
+ fips/dsa/.cvsignore (1.1.2.2)
+ fips/dsa/Makefile.ssl (1.1.2.2)
+ fips/dsa/fingerprint.sha1 (1.1.2.3)
+ fips/dsa/fips_dsa_ossl.c (1.1.2.3)
+ fips/dsa/fips_dsatest.c (1.1.2.3)
+ fips/rand/.cvsignore (1.1.2.2)
+ fips/rand/Makefile.ssl (1.1.2.2)
+ fips/rand/fingerprint.sha1 (1.1.2.2)
+ fips/rand/fips_rand.c (1.1.2.2)
+ fips/rand/fips_rand.h (1.1.2.2)
+ fips/rand/fips_randtest.c (1.1.2.2)
+ fips/des/.cvsignore (1.1.2.2)
+ fips/des/Makefile.ssl (1.1.2.3)
+ fips/des/fingerprint.sha1 (1.1.2.2)
+ fips/des/fips_des_enc.c (1.1.2.3)
+ fips/des/fips_des_locl.h (1.1.2.2)
+ fips/des/fips_desmovs.c (1.1.2.3)
+ fips/aes/.cvsignore (1.1.2.2)
+ fips/aes/Makefile.ssl (1.1.2.5)
+ fips/aes/fingerprint.sha1 (1.1.2.2)
+ fips/aes/fips_aes_core.c (1.1.2.2)
+ fips/aes/fips_aes_locl.h (1.1.2.2)
+ fips/aes/fips_aesavs.c (1.1.2.9)
+ fips/.cvsignore (1.1.2.2)
+ fips/Makefile.ssl (1.1.2.6)
+ fips/fingerprint.sha1 (1.1.2.3)
+ fips/fips.c (1.1.2.2)
+ fips/fips.h (1.1.2.2)
+ fips/fips_check_sha1 (1.1.2.4)
+ fips/fips_err.c (1.1.2.2)
+ fips/fips_err_wrapper.c (1.1.2.2)
+ fips/fips_make_sha1 (1.1.2.4)
+ fips/lib (1.1.2.2)
+ Changed:
+ util/libeay.num (1.173.2.16), "Exp", lines: +11 -38
+ util/mkerr.pl (1.18.2.5), "Exp", lines: +1 -2
+ test/Makefile.ssl (1.84.2.31), "Exp", lines: +54 -180
+ crypto/ripemd/Makefile.ssl (1.25.2.6), "Exp", lines: +2 -7
+ crypto/sha/Makefile.ssl (1.26.2.6), "Exp", lines: +6 -16
+ crypto/rand/Makefile.ssl (1.56.2.5), "Exp", lines: +15 -17
+ crypto/rand/md_rand.c (1.69.2.3), "Exp", lines: +0 -9
+ crypto/rand/rand.h (1.26.2.6), "Exp", lines: +0 -2
+ crypto/rand/rand_err.c (1.6.2.2), "Exp", lines: +1 -3
+ crypto/rand/rand_lib.c (1.15.2.3), "Exp", lines: +0 -11
+ crypto/objects/obj_dat.h (1.49.2.18), "Exp", lines: +3 -27
+ crypto/objects/obj_mac.h (1.19.2.18), "Exp", lines: +0 -32
+ crypto/objects/obj_mac.num (1.15.2.14), "Exp", lines: +0 -8
+ crypto/objects/objects.txt (1.20.2.19), "Exp", lines: +0 -11
+ crypto/md4/Makefile.ssl (1.6.2.5), "Exp", lines: +4 -7
+ crypto/md5/Makefile.ssl (1.33.2.8), "Exp", lines: +4 -7
+ crypto/evp/Makefile.ssl (1.64.2.9), "Exp", lines: +7 -8
+ crypto/evp/c_allc.c (1.8.2.6), "Exp", lines: +0 -4
+ crypto/evp/e_aes.c (1.6.2.9), "Exp", lines: +4 -22
+ crypto/evp/e_des.c (1.5.2.5), "Exp", lines: +2 -43
+ crypto/evp/e_des3.c (1.8.2.4), "Exp", lines: +3 -3
+ crypto/evp/evp.h (1.86.2.13), "Exp", lines: +11 -36
+ crypto/evp/evp_err.c (1.23.2.2), "Exp", lines: +1 -3
+ crypto/evp/evp_lib.c (1.6.8.3), "Exp", lines: +0 -24
+ crypto/evp/evp_locl.h (1.7.2.5), "Exp", lines: +2 -11
+ crypto/evp/evp_test.c (1.14.2.12), "Exp", lines: +8 -17
+ crypto/evp/evptests.txt (1.9.2.6), "Exp", lines: +1 -106
+ crypto/dsa/Makefile.ssl (1.49.2.7), "Exp", lines: +6 -10
+ crypto/dsa/dsa_ossl.c (1.12.2.5), "Exp", lines: +0 -2
+ crypto/dsa/dsa_sign.c (1.10.2.4), "Exp", lines: +0 -12
+ crypto/dsa/dsa_vrf.c (1.10.2.4), "Exp", lines: +0 -8
+ crypto/err/Makefile.ssl (1.48.2.5), "Exp", lines: +16 -17
+ crypto/err/err.h (1.35.2.4), "Exp", lines: +0 -2
+ crypto/err/err_all.c (1.17.2.3), "Exp", lines: +0 -4
+ crypto/err/openssl.ec (1.11.2.2), "Exp", lines: +0 -1
+ crypto/des/des.h (1.40.2.5), "Exp", lines: +1 -1
+ crypto/des/des_enc.c (1.11.2.3), "Exp", lines: +0 -4
+ crypto/des/des_old.c (1.11.2.5), "Exp", lines: +1 -1
+ crypto/des/destest.c (1.30.2.7), "Exp", lines: +2 -2
+ crypto/des/ecb3_enc.c (1.8.2.2), "Exp", lines: +3 -1
+ crypto/aes/Makefile.ssl (1.4.2.7), "Exp", lines: +1 -2
+ crypto/aes/aes.h (1.1.2.8), "Exp", lines: +0 -9
+ crypto/aes/aes_cfb.c (1.1.2.8), "Exp", lines: +0 -93
+ crypto/aes/aes_core.c (1.1.2.5), "Exp", lines: +0 -4
+ crypto/cryptlib.c (1.32.2.10), "Exp", lines: +0 -5
+ crypto/md32_common.h (1.22.2.5), "Exp", lines: +0 -11
+ Configure (1.314.2.86), "Exp", lines: +0 -2
+ Makefile.org (1.154.2.72), "Exp", lines: +8 -34
+ TABLE (1.99.2.30), "Exp", lines: +0 -50
+
+ A new branch for FIPS-related changes has been created with the
+ name OpenSSL-fips-0_9_7-stable.
+
+ Since the 0.9.7-stable branch is supposed to be in freeze
+ and should only contain bug corrections, this change removes the
+ FIPS changes from that branch.
+
+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
+