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