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