]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
make update
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
c5e8580e
RL
5 Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
6
15d52ddb
BM
7 *) Never call load_dh_param(NULL) in s_server.
8 [Bodo Moeller]
9
14c6d27d
RL
10 *) Add engine application. It can currently list engines by name and
11 identity, and test if they are actually available.
12 [Richard Levitte]
13
dcea8e12
RL
14 *) Add support for shared libraries under Irix.
15 [Albert Chin-A-Young <china@thewrittenword.com>]
16
501ebf16
RL
17 *) Improve RPM specification file by forcing symbolic linking and making
18 sure the installed documentation is also owned by root.root.
19 [Damien Miller <djm@mindrot.org>]
20
815c83f7
RL
21 *) Add configuration option to build on Linux on both big-endian and
22 little-endian MIPS.
23 [Ralf Baechle <ralf@uni-koblenz.de>]
24
3aba98e7
RL
25 *) Give the OpenSSL applications more possibilities to make use of
26 keys (public as well as private) handled by engines.
27 [Richard Levitte]
28
7c155330
RL
29 *) Add OCSP code that comes from CertCo.
30 [Richard Levitte]
31
34a14882 32 *) Add VMS support for the Rijndael code.
5270e702
RL
33 [Richard Levitte]
34
35 *) Added untested support for Nuron crypto accelerator.
36 [Ben Laurie]
37
38 *) Add support for external cryptographic devices. This code was
39 previously distributed separately as the "engine" branch.
40 [Geoff Thorpe, Richard Levitte]
41
1df586be
GT
42 *) Rework the filename-translation in the DSO code. It is now possible to
43 have far greater control over how a "name" is turned into a filename
44 depending on the operating environment and any oddities about the
45 different shared library filenames on each system.
46 [Geoff Thorpe]
47
53400da7
RL
48 *) Support threads on FreeBSD-elf in Configure.
49 [Richard Levitte]
50
0fd44e2d
RL
51 *) Add the possibility to create shared libraries on HP-UX
52 [Richard Levitte]
53
627ec355
DSH
54 *) Fix for SHA1 assembly problem with MASM: it produces
55 warnings about corrupt line number information when assembling
56 with debugging information. This is caused by the overlapping
57 of two sections.
58 [Bernd Matthes <mainbug@celocom.de>, Steve Henson]
59
567f17cf
RL
60 *) NCONF changes.
61 NCONF_get_number() has no error checking at all. As a replacement,
62 NCONF_get_number_e() is defined (_e for "error checking") and is
63 promoted strongly. The old NCONF_get_number is kept around for
64 binary backward compatibility.
65 Make it possible for methods to load from something other than a BIO,
66 by providing a function pointer that is given a name instead of a BIO.
67 For example, this could be used to load configuration data from an
68 LDAP server.
69 [Richard Levitte]
70
71d525c9
DSH
71 *) Fix typo in get_cert_by_subject() in by_dir.c
72 [Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>]
73
a22fb399
RL
74 *) Rework the system to generate shared libraries:
75
76 - Make note of the expected extension for the shared libraries and
77 if there is a need for symbolic links from for example libcrypto.so.0
78 to libcrypto.so.0.9.7. There is extended info in Configure for
79 that.
80
81 - Make as few rebuilds of the shared libraries as possible.
82
83 - Still avoid linking the OpenSSL programs with the shared libraries.
84
85 - When installing, install the shared libraries separately from the
86 static ones.
87 [Richard Levitte]
88
924046ce
DSH
89 *) Fix for non blocking accept BIOs. Added new I/O special reason
90 BIO_RR_ACCEPT to cover this case. Previously use of accept BIOs
91 with non blocking I/O was not possible because no retry code was
92 implemented. Also added new SSL code SSL_WANT_ACCEPT to cover
93 this case.
94 [Steve Henson]
95
3ab56511
RL
96 *) Added the beginnings of Rijndael support.
97 [Ben Laurie]
98
d0c98589 99 *) Fix for bug in DirectoryString mask setting. Add support for
8ca533e3
DSH
100 X509_NAME_print_ex() in 'req' and X509_print_ex() function
101 to allow certificate printing to more controllable, additional
102 'certopt' option to 'x509' to allow new printing options to be
103 set.
d0c98589
DSH
104 [Steve Henson]
105
ef71cb6d
RL
106 *) Clean old EAY MD5 hack from e_os.h.
107 [Richard Levitte]
108
3a0afe1e
BM
109 *) Fix SSL_CTX_set_read_ahead macro to actually use its argument.
110
111 Copy SSL_CTX's read_ahead flag to SSL object directly in SSL_new
112 and not in SSL_clear because the latter is also used by the
113 accept/connect functions; previously, the settings made by
114 SSL_set_read_ahead would be lost during the handshake.
115 [Bodo Moeller; problems reported by Anders Gertz <gertz@epact.se>]
116
88aeb646
RL
117 *) Correct util/mkdef.pl to be selective about disabled algorithms.
118 Previously, it would create entries for disableed algorithms no
119 matter what.
120 [Richard Levitte]
c5e8580e 121
0e8f2fdf 122 Changes between 0.9.5a and 0.9.6 [24 Sep 2000]
bbb72003 123
f1192b7f
BM
124 *) In ssl23_get_client_hello, generate an error message when faced
125 with an initial SSL 3.0/TLS record that is too small to contain the
126 first two bytes of the ClientHello message, i.e. client_version.
127 (Note that this is a pathologic case that probably has never happened
128 in real life.) The previous approach was to use the version number
5a5accdd 129 from the record header as a substitute; but our protocol choice
f1192b7f
BM
130 should not depend on that one because it is not authenticated
131 by the Finished messages.
132 [Bodo Moeller]
133
d49da3aa
UM
134 *) More robust randomness gathering functions for Windows.
135 [Jeffrey Altman <jaltman@columbia.edu>]
136
dbba890c
DSH
137 *) For compatibility reasons if the flag X509_V_FLAG_ISSUER_CHECK is
138 not set then we don't setup the error code for issuer check errors
139 to avoid possibly overwriting other errors which the callback does
140 handle. If an application does set the flag then we assume it knows
141 what it is doing and can handle the new informational codes
142 appropriately.
143 [Steve Henson]
144
6cffb201
DSH
145 *) Fix for a nasty bug in ASN1_TYPE handling. ASN1_TYPE is used for
146 a general "ANY" type, as such it should be able to decode anything
147 including tagged types. However it didn't check the class so it would
148 wrongly interpret tagged types in the same way as their universal
149 counterpart and unknown types were just rejected. Changed so that the
150 tagged and unknown types are handled in the same way as a SEQUENCE:
151 that is the encoding is stored intact. There is also a new type
152 "V_ASN1_OTHER" which is used when the class is not universal, in this
153 case we have no idea what the actual type is so we just lump them all
154 together.
155 [Steve Henson]
156
645749ef
RL
157 *) On VMS, stdout may very well lead to a file that is written to
158 in a record-oriented fashion. That means that every write() will
159 write a separate record, which will be read separately by the
160 programs trying to read from it. This can be very confusing.
161
162 The solution is to put a BIO filter in the way that will buffer
163 text until a linefeed is reached, and then write everything a
164 line at a time, so every record written will be an actual line,
165 not chunks of lines and not (usually doesn't happen, but I've
166 seen it once) several lines in one record. BIO_f_linebuffer() is
167 the answer.
168
169 Currently, it's a VMS-only method, because that's where it has
170 been tested well enough.
171 [Richard Levitte]
172
fe035197 173 *) Remove 'optimized' squaring variant in BN_mod_mul_montgomery,
a45bd295 174 it can return incorrect results.
cb1fbf8e
BM
175 (Note: The buggy variant was not enabled in OpenSSL 0.9.5a,
176 but it was in 0.9.6-beta[12].)
a45bd295
BM
177 [Bodo Moeller]
178
730e37ed
DSH
179 *) Disable the check for content being present when verifying detached
180 signatures in pk7_smime.c. Some versions of Netscape (wrongly)
181 include zero length content when signing messages.
182 [Steve Henson]
183
07fcf422
BM
184 *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR
185 BIO_ctrl (for BIO pairs).
d49da3aa 186