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