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