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