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