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