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