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