1b1d9d631e38af48fd65313525c12a640fc9abfd
[openssl.git] / ChangeLog.0_9_7-stable_not-in-head
1 This file, together with ChangeLog.0_9_7-stable_not-in-head_FIPS,
2 provides a collection of those CVS change log entries for the
3 0.9.7 branch (OpenSSL_0_9_7-stable) that do not appear similarly in
4 0.9.8-dev (CVS head).
5     
6 ChangeLog.0_9_7-stable_not-in-head_FIPS  -  "FIPS" related changes
7 ChangeLog.0_9_7-stable_not-in-head       -  everything else
8
9 Some obvious false positives have been eliminated: e.g., we do not
10 care about a simple "make update"; and we don't care about changes
11 identified to the 0.9.7 branch that were explicitly identified as
12 backports from head.
13     
14 Eliminating all other entries (and finally this file and its
15 compantion), either as false positives or as things that should go
16 into 0.9.8, remains to be done.  Any additional changes to 0.9.7 that
17 are not immediately put into 0.9.8, but belong there as well, should
18 be added to the end of this file.
19
20
21 2002-03-01 16:39  ben
22
23         Changed:
24                 Configure (1.314.2.6), "Exp", lines: +1 -0
25
26         OpenBSD variant.
27
28 2002-10-29 18:46  geoff
29
30         Changed:
31                 doc/ssl/SSL_CTX_set_session_cache_mode.pod (1.5.2.2), "Exp", lines: +1 -0
32
33         Correct another inconsistency in my recent commits.
34
35 2002-11-04 17:33  levitte
36
37         Changed:
38                 Configure (1.314.2.38), "Exp", lines: +4 -2
39
40         Return my normal debug targets to something not so extreme, and
41         make the extreme ones special (or 'extreme', if you will :-)).
42
43 2002-12-16 19:17  appro
44
45         Changed:
46                 crypto/bn/bn_lcl.h (1.23.2.3), "Exp", lines: +3 -0
47                 crypto/bn/bn_mul.c (1.28.2.4), "Exp", lines: +84 -445
48
49         This is rollback to 0.9.6h bn_mul.c to address problem reported in
50         RT#272.
51
52 2003-01-01 16:48  ben
53
54         Changed:
55                 crypto/des/des_locl.h (1.19.2.5), "Exp", lines: +1 -1
56                 crypto/rc5/rc5_locl.h (1.3.2.4), "Exp", lines: +1 -1
57
58         Fix warnings, use correct -Ds.
59
60 2003-07-27 15:46  ben
61
62         Changed:
63                 crypto/aes/aes.h (1.1.2.5), "Exp", lines: +3 -0
64                 crypto/aes/aes_cfb.c (1.1.2.4), "Exp", lines: +57 -0
65
66         Add untested CFB-r mode. Will be tested soon.
67
68 2003-07-28 17:07  ben
69
70         Changed:
71                 Makefile.org (1.154.2.69), "Exp", lines: +5 -1
72                 crypto/aes/aes.h (1.1.2.6), "Exp", lines: +3 -0
73                 crypto/aes/aes_cfb.c (1.1.2.5), "Exp", lines: +19 -0
74                 crypto/dsa/Makefile.ssl (1.49.2.6), "Exp", lines: +3 -2
75                 crypto/err/Makefile.ssl (1.48.2.4), "Exp", lines: +17 -16
76                 crypto/evp/e_aes.c (1.6.2.5), "Exp", lines: +8 -0
77                 crypto/evp/e_des.c (1.5.2.2), "Exp", lines: +1 -1
78                 crypto/evp/e_des3.c (1.8.2.3), "Exp", lines: +2 -2
79                 crypto/evp/evp.h (1.86.2.11), "Exp", lines: +28 -11
80                 crypto/evp/evp_locl.h (1.7.2.3), "Exp", lines: +2 -2
81                 crypto/objects/obj_dat.h (1.49.2.13), "Exp", lines: +10 -5
82                 crypto/objects/obj_mac.h (1.19.2.13), "Exp", lines: +5 -0
83                 crypto/objects/obj_mac.num (1.15.2.9), "Exp", lines: +1 -0
84                 crypto/objects/objects.txt (1.20.2.14), "Exp", lines: +4 -0
85                 fips/Makefile.ssl (1.1.2.3), "Exp", lines: +7 -0
86                 fips/aes/Makefile.ssl (1.1.2.2), "Exp", lines: +23 -1
87                 fips/aes/fips_aesavs.c (1.1.2.3), "Exp", lines: +9 -1
88                 test/Makefile.ssl (1.84.2.30), "Exp", lines: +101 -43
89
90         Add support for partial CFB modes, make tests work, update
91         dependencies.
92
93 2003-07-29 12:56  ben
94
95         Changed:
96                 crypto/aes/aes_cfb.c (1.1.2.6), "Exp", lines: +9 -6
97                 crypto/evp/c_allc.c (1.8.2.3), "Exp", lines: +1 -0
98                 crypto/evp/evp_test.c (1.14.2.11), "Exp", lines: +17 -8
99                 crypto/evp/evptests.txt (1.9.2.2), "Exp", lines: +48 -1
100
101         Working CFB1 and test vectors.
102
103 2003-07-29 15:24  ben
104
105         Changed:
106                 crypto/evp/e_aes.c (1.6.2.6), "Exp", lines: +14 -0
107                 crypto/objects/obj_dat.h (1.49.2.14), "Exp", lines: +15 -5
108                 crypto/objects/obj_mac.h (1.19.2.14), "Exp", lines: +10 -0
109                 crypto/objects/obj_mac.num (1.15.2.10), "Exp", lines: +2 -0
110                 crypto/objects/objects.txt (1.20.2.15), "Exp", lines: +2 -0
111                 fips/aes/Makefile.ssl (1.1.2.3), "Exp", lines: +1 -1
112                 fips/aes/fips_aesavs.c (1.1.2.4), "Exp", lines: +34 -19
113
114         The rest of the keysizes for CFB1, working AES AVS test for CFB1.
115
116 2003-07-29 19:05  ben
117
118         Changed:
119                 crypto/aes/aes.h (1.1.2.7), "Exp", lines: +3 -0
120                 crypto/aes/aes_cfb.c (1.1.2.7), "Exp", lines: +14 -0
121                 crypto/evp/c_allc.c (1.8.2.4), "Exp", lines: +1 -0
122                 crypto/evp/e_aes.c (1.6.2.7), "Exp", lines: +4 -9
123                 crypto/evp/evptests.txt (1.9.2.3), "Exp", lines: +48 -0
124                 crypto/objects/obj_dat.h (1.49.2.15), "Exp", lines: +20 -5
125                 crypto/objects/obj_mac.h (1.19.2.15), "Exp", lines: +15 -0
126                 crypto/objects/obj_mac.num (1.15.2.11), "Exp", lines: +3 -0
127                 crypto/objects/objects.txt (1.20.2.16), "Exp", lines: +3 -0
128                 fips/aes/fips_aesavs.c (1.1.2.7), "Exp", lines: +11 -0
129
130         AES CFB8.
131
132 2003-07-30 20:30  ben
133
134         Changed:
135                 Makefile.org (1.154.2.70), "Exp", lines: +16 -5
136                 crypto/des/cfb_enc.c (1.7.2.1), "Exp", lines: +2 -1
137                 crypto/des/des_enc.c (1.11.2.2), "Exp", lines: +4 -0
138                 crypto/evp/e_aes.c (1.6.2.8), "Exp", lines: +7 -14
139                 crypto/evp/e_des.c (1.5.2.3), "Exp", lines: +37 -1
140                 crypto/evp/evp.h (1.86.2.12), "Exp", lines: +6 -0
141                 crypto/evp/evp_locl.h (1.7.2.4), "Exp", lines: +9 -0
142                 crypto/objects/obj_dat.h (1.49.2.16), "Exp", lines: +48 -23
143                 crypto/objects/obj_mac.h (1.19.2.16), "Exp", lines: +31 -6
144                 crypto/objects/obj_mac.num (1.15.2.12), "Exp", lines: +5 -0
145                 crypto/objects/objects.txt (1.20.2.17), "Exp", lines: +12 -6
146                 fips/Makefile.ssl (1.1.2.4), "Exp", lines: +8 -1
147                 fips/fips_make_sha1 (1.1.2.3), "Exp", lines: +3 -0
148                 fips/aes/Makefile.ssl (1.1.2.4), "Exp", lines: +1 -1
149                 fips/des/.cvsignore (1.1.2.1), "Exp", lines: +3 -0
150                 fips/des/Makefile.ssl (1.1.2.1), "Exp", lines: +96 -0
151                 fips/des/fingerprint.sha1 (1.1.2.1), "Exp", lines: +2 -0
152                 fips/des/fips_des_enc.c (1.1.2.1), "Exp", lines: +288 -0
153                 fips/des/fips_des_locl.h (1.1.2.1), "Exp", lines: +428 -0
154                 fips/des/fips_desmovs.c (1.1.2.1), "Exp", lines: +659 -0
155
156         Whoops, forgot FIPS DES, also add EVPs for DES CFB1 and 8.
157
158 2003-07-31 23:30  levitte
159
160         Changed:
161                 Makefile.org (1.154.2.71), "Exp", lines: +2 -0
162
163         If FDIRS is to be treated like SDIRS, let's not forget to
164         initialize it in Makefile.org.
165
166 2003-08-01 12:25  ben
167
168         Changed:
169                 crypto/des/cfb_enc.c (1.7.2.2), "Exp", lines: +45 -36
170                 crypto/evp/c_allc.c (1.8.2.5), "Exp", lines: +2 -0
171                 crypto/evp/e_des.c (1.5.2.4), "Exp", lines: +8 -3
172                 crypto/evp/evptests.txt (1.9.2.4), "Exp", lines: +6 -0
173
174         Fix DES CFB-r.
175
176 2003-08-01 12:31  ben
177
178         Changed:
179                 crypto/evp/evptests.txt (1.9.2.5), "Exp", lines: +4 -0
180
181         DES CFB8 test.
182
183 2004-03-17 05:01  mark
184
185         Changed:
186                 CHANGES (1.977.2.128), "Exp", lines: +9 -1
187                 FAQ (1.61.2.30), "Exp", lines: +1 -1
188                 LICENSE (1.7.2.3), "Exp", lines: +1 -1
189                 NEWS (1.39.2.21), "Exp", lines: +8 -0
190                 README (1.39.2.24), "Exp", lines: +2 -2
191                 STATUS (1.211.2.41), "Exp", lines: +4 -1
192                 openssl.spec (1.6.2.6), "Exp", lines: +1 -1
193                 crypto/opensslv.h (1.40.2.21), "Exp", lines: +2 -2
194                 ssl/s3_pkt.c (1.46.2.6), "Exp", lines: +8 -0
195                 ssl/s3_srvr.c (1.85.2.20), "Exp", lines: +16 -0
196
197         Fix null-pointer assignment in do_change_cipher_spec() revealed by
198         using the Codenomicon TLS Test Tool (CAN-2004-0079) Fix flaw in
199         SSL/TLS handshaking when using Kerberos ciphersuites
200         (CAN-2004-0112) Ready for 0.9.7d build
201
202                 Submitted by: Steven Henson Reviewed by: Joe Orton Approved
203         by: Mark Cox
204
205 2004-05-12 16:11  ben
206
207         Changed:
208                 crypto/rand/rand.h (1.26.2.8), "Exp", lines: +2 -0
209                 crypto/rand/rand_err.c (1.6.2.4), "Exp", lines: +2 -0
210                 fips/fingerprint.sha1 (1.1.2.5), "Exp", lines: +1 -1
211                 fips/fips.c (1.1.2.4), "Exp", lines: +5 -1
212                 fips/rand/fingerprint.sha1 (1.1.2.5), "Exp", lines: +1 -1
213                 fips/rand/fips_rand.c (1.1.2.5), "Exp", lines: +29 -0
214
215         Blow up in people's faces if they don't reseed.
216
217 2004-06-19 15:32  ben
218
219         Changed:
220                 Makefile.org (1.154.2.81), "Exp", lines: +2 -7
221
222         Make make tags make tags.
223
224 2004-06-21 20:05  levitte
225
226         Changed:
227                 Makefile.org (1.154.2.82), "Exp", lines: +3 -1
228
229         Standard sh doesn't tolerate ! as part of the conditional command.
230
231                 PR: 900
232
233 2004-08-02 16:15  levitte [FIPS]
234
235         Changed:
236                 crypto/cryptlib.c (1.32.2.13), "Exp", lines: +4 -4
237
238         Let's lock a write lock when changing values, shall we?
239
240                 Thanks to Dr Stephen Henson <shenson@drh-consultancy.co.uk>
241         for making me aware of this error.
242
243 2005-03-15 10:46  appro [FIPS]
244
245         Changed:
246                 Makefile.org (1.154.2.96), "Exp", lines: +1 -1
247                 crypto/Makefile (1.1.4.6), "Exp", lines: +2 -3
248                 fips/Makefile (1.1.4.8), "Exp", lines: +4 -1
249
250         Real Bourne shell doesn't accept ! as in "if ! grep ..." Fix this
251         in crypto/Makefile and make Makefile.org and fips/Makefile more
252         discreet.
253
254 2005-04-19 16:21  appro
255
256         Changed:
257                 Configure (1.314.2.117), "Exp", lines: +24 -21
258                 Makefile.org (1.154.2.100), "Exp", lines: +1 -11
259                 TABLE (1.99.2.52), "Exp", lines: +20 -20
260                 apps/Makefile (1.1.4.15), "Exp", lines: +1 -1
261                 test/Makefile (1.1.4.12), "Exp", lines: +1 -1
262
263         Enable shared link on HP-UX.
264