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