Oops! update CHANGES file properly.
[openssl.git] / CHANGES
1
2  OpenSSL CHANGES
3  _______________
4
5
6  Changes between 0.9.1c and 0.9.2
7
8   *) Make DH_free() tolerate being passed a NULL pointer (like RSA_free() and
9      DSA_free()). Make X509_PUBKEY_set() check for errors in d2i_PublicKey().
10      [Steve Henson]
11
12   *) X509_name_add_entry() freed the wrong thing after an error.
13      [Arne Ansper <arne@ats.cyber.ee>]
14
15   *) rsa_eay.c would attempt to free a NULL context.
16      [Arne Ansper <arne@ats.cyber.ee>]
17
18   *) BIO_s_socket() had a broken should_retry() on Windoze.
19      [Arne Ansper <arne@ats.cyber.ee>]
20
21   *) BIO_f_buffer() didn't pass on BIO_CTRL_FLUSH.
22      [Arne Ansper <arne@ats.cyber.ee>]
23
24   *) Make sure the already existing X509_STORE->depth variable is initialized
25      in X509_STORE_new(), but document the fact that this variable is still
26      unused in the certificate verification process.
27      [Ralf S. Engelschall]
28
29   *) Fix the various library and apps files to free up pkeys obtained from
30      X509_PUBKEY_get() et al. Also allow x509.c to handle netscape extensions.
31      [Steve Henson]
32
33   *) Fix reference counting in X509_PUBKEY_get(). This makes
34      demos/maurice/example2.c work, amongst others, probably.
35      [Steve Henson and Ben Laurie]
36
37   *) First cut of a cleanup for apps/. First the `ssleay' program is now named
38      `openssl' and second, the shortcut symlinks for the `openssl <command>'
39      are no longer created. This way we have a single and consistent command
40      line interface `openssl <command>', similar to `cvs <command>'.
41      [Ralf S. Engelschall, Paul Sutton and Ben Laurie]
42
43   *) ca.c: move test for DSA keys inside #ifndef NO_DSA. Make pubkey
44      BIT STRING wrapper always have zero unused bits.
45      [Steve Henson]
46
47   *) Add CA.pl, perl version of CA.sh, add extended key usage OID.
48      [Steve Henson]
49
50   *) Make the top-level INSTALL documentation easier to understand.
51      [Paul Sutton]
52
53   *) Makefiles updated to exit if an error occurs in a sub-directory
54      make (including if user presses ^C) [Paul Sutton]
55
56   *) Make Montgomery context stuff explicit in RSA data structure.
57      [Ben Laurie]
58
59   *) Fix build order of pem and err to allow for generated pem.h.
60      [Ben Laurie]
61
62   *) Fix renumbering bug in X509_NAME_delete_entry().
63      [Ben Laurie]
64
65   *) Enhanced the err-ins.pl script so it makes the error library number 
66      global and can add a library name. This is needed for external ASN1 and
67      other error libraries.
68      [Steve Henson]
69
70   *) Fixed sk_insert which never worked properly.
71      [Steve Henson]
72
73   *) Fix ASN1 macros so they can handle indefinite length construted 
74      EXPLICIT tags. Some non standard certificates use these: they can now
75      be read in.
76      [Steve Henson]
77
78   *) Merged the various old/obsolete SSLeay documentation files (doc/xxx.doc)
79      into a single doc/ssleay.txt bundle. This way the information is still
80      preserved but no longer messes up this directory. Now it's new room for
81      the new set of documenation files.
82      [Ralf S. Engelschall]
83
84   *) SETs were incorrectly DER encoded. This was a major pain, because they
85      shared code with SEQUENCEs, which aren't coded the same. This means that
86      almost everything to do with SETs or SEQUENCEs has either changed name or
87      number of arguments.
88      [Ben Laurie, based on a partial fix by GP Jayan <gp@nsj.co.jp>]
89
90   *) Fix test data to work with the above.
91      [Ben Laurie]
92
93   *) Fix the RSA header declarations that hid a bug I fixed in 0.9.0b but
94      was already fixed by Eric for 0.9.1 it seems.
95      [Ben Laurie - pointed out by Ulf Möller <ulf@fitug.de>]
96
97   *) Autodetect FreeBSD3.
98      [Ben Laurie]
99
100   *) Fix various bugs in Configure. This affects the following platforms:
101      nextstep
102      ncr-scde
103      unixware-2.0
104      unixware-2.0-pentium
105      sco5-cc.
106      [Ben Laurie]
107
108   *) Eliminate generated files from CVS. Reorder tests to regenerate files
109      before they are needed.
110      [Ben Laurie]
111
112   *) Generate Makefile.ssl from Makefile.org (to keep CVS happy).
113      [Ben Laurie]
114
115  Changes between 0.9.1b and 0.9.1c
116
117   *) Added OPENSSL_VERSION_NUMBER to crypto/crypto.h and 
118      changed SSLeay to OpenSSL in version strings.
119      [Ralf S. Engelschall]
120   
121   *) Some fixups to the top-level documents.
122      [Paul Sutton]
123
124   *) Fixed the nasty bug where rsaref.h was not found under compile-time
125      because the symlink to include/ was missing.
126      [Ralf S. Engelschall]
127
128   *) Incorporated the popular no-RSA/DSA-only patches 
129      which allow to compile a RSA-free SSLeay.
130      [Andrew Cooke / Interrader Ldt., Ralf S. Engelschall]
131
132   *) Fixed nasty rehash problem under `make -f Makefile.ssl links'
133      when "ssleay" is still not found.
134      [Ralf S. Engelschall]
135
136   *) Added more platforms to Configure: Cray T3E, HPUX 11, 
137      [Ralf S. Engelschall, Beckmann <beckman@acl.lanl.gov>]
138
139   *) Updated the README file.
140      [Ralf S. Engelschall]
141
142   *) Added various .cvsignore files in the CVS repository subdirs
143      to make a "cvs update" really silent.
144      [Ralf S. Engelschall]
145
146   *) Recompiled the error-definition header files and added
147      missing symbols to the Win32 linker tables.
148      [Ralf S. Engelschall]
149
150   *) Cleaned up the top-level documents;
151      o new files: CHANGES and LICENSE
152      o merged VERSION, HISTORY* and README* files a CHANGES.SSLeay 
153      o merged COPYRIGHT into LICENSE
154      o removed obsolete TODO file
155      o renamed MICROSOFT to INSTALL.W32
156      [Ralf S. Engelschall]
157
158   *) Removed dummy files from the 0.9.1b source tree: 
159      crypto/asn1/x crypto/bio/cd crypto/bio/fg crypto/bio/grep crypto/bio/vi
160      crypto/bn/asm/......add.c crypto/bn/asm/a.out crypto/dsa/f crypto/md5/f
161      crypto/pem/gmon.out crypto/perlasm/f crypto/pkcs7/build crypto/rsa/f
162      crypto/sha/asm/f crypto/threads/f ms/zzz ssl/f ssl/f.mak test/f
163      util/f.mak util/pl/f util/pl/f.mak crypto/bf/bf_locl.old apps/f
164      [Ralf S. Engelschall]
165
166   *) Added various platform portability fixes.
167      [Mark J. Cox]
168
169   *) The Genesis of the OpenSSL rpject:
170      We start with the latest (unreleased) SSLeay version 0.9.1b which Eric A.
171      Young and Tim J. Hudson created while they were working for C2Net until
172      summer 1998.
173      [The OpenSSL Project]
174  
175  Changes between 0.9.0b and 0.9.1b
176
177   *) Updated a few CA certificates under certs/
178      [Eric A. Young]
179
180   *) Changed some BIGNUM api stuff.
181      [Eric A. Young]
182
183   *) Various platform ports: OpenBSD, Ultrix, IRIX 64bit, NetBSD, 
184      DGUX x86, Linux Alpha, etc.
185      [Eric A. Young]
186
187   *) New COMP library [crypto/comp/] for SSL Record Layer Compression: 
188      RLE (dummy implemented) and ZLIB (really implemented when ZLIB is
189      available).
190      [Eric A. Young]
191
192   *) Add -strparse option to asn1pars program which parses nested 
193      binary structures 
194      [Dr Stephen Henson <shenson@bigfoot.com>]
195
196   *) Added "oid_file" to ssleay.cnf for "ca" and "req" programs.
197      [Eric A. Young]
198
199   *) DSA fix for "ca" program.
200      [Eric A. Young]
201
202   *) Added "-genkey" option to "dsaparam" program.
203      [Eric A. Young]
204
205   *) Added RIPE MD160 (rmd160) message digest.
206      [Eric A. Young]
207
208   *) Added -a (all) option to "ssleay version" command.
209      [Eric A. Young]
210
211   *) Added PLATFORM define which is the id given to Configure.
212      [Eric A. Young]
213
214   *) Added MemCheck_XXXX functions to crypto/mem.c for memory checking.
215      [Eric A. Young]
216
217   *) Extended the ASN.1 parser routines.
218      [Eric A. Young]
219
220   *) Extended BIO routines to support REUSEADDR, seek, tell, etc.
221      [Eric A. Young]
222
223   *) Added a BN_CTX to the BN library.
224      [Eric A. Young]
225
226   *) Fixed the weak key values in DES library
227      [Eric A. Young]
228
229   *) Changed API in EVP library for cipher aliases.
230      [Eric A. Young]
231
232   *) Added support for RC2/64bit cipher.
233      [Eric A. Young]
234
235   *) Converted the lhash library to the crypto/mem.c functions.
236      [Eric A. Young]
237
238   *) Added more recognized ASN.1 object ids.
239      [Eric A. Young]
240
241   *) Added more RSA padding checks for SSL/TLS.
242      [Eric A. Young]
243
244   *) Added BIO proxy/filter functionality.
245      [Eric A. Young]
246
247   *) Added extra_certs to SSL_CTX which can be used
248      send extra CA certificates to the client in the CA cert chain sending
249      process. It can be configured with SSL_CTX_add_extra_chain_cert().
250      [Eric A. Young]
251
252   *) Now Fortezza is denied in the authentication phase because
253      this is key exchange mechanism is not supported by SSLeay at all.
254      [Eric A. Young]
255
256   *) Additional PKCS1 checks.
257      [Eric A. Young]
258
259   *) Support the string "TLSv1" for all TLS v1 ciphers.
260      [Eric A. Young]
261
262   *) Added function SSL_get_ex_data_X509_STORE_CTX_idx() which gives the
263      ex_data index of the SSL context in the X509_STORE_CTX ex_data.
264      [Eric A. Young]
265
266   *) Fixed a few memory leaks.
267      [Eric A. Young]
268
269   *) Fixed various code and comment typos.
270      [Eric A. Young]
271
272   *) A minor bug in ssl/s3_clnt.c where there would always be 4 0 
273      bytes sent in the client random.
274      [Edward Bishop <ebishop@spyglass.com>]
275