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