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