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