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