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