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