summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-23 21:57:22 +0000
committerUlf Möller <ulf@openssl.org>2000-02-23 21:57:22 +0000
commitcdf20e0839faaa8551e5966d315b6cc353c5c4ed (patch)
tree327cf2203f900cfe216ed68b909aa8c0b91d05c1 /CHANGES
parent88886fd3053e2d67d2811525361c5496c56958d2 (diff)
add missing names.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d3be5308a8..2c212fd284 100644
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,7 @@
many platforms, but is not correct. As these functions are usually
called by macros defined in OpenSSL header files, most source code
should work without changes.
+ [Richard Levitte]
*) <openssl/opensslconf.h> (which is created by Configure) now contains
sections with information on -D... compiler switches used for
@@ -34,6 +35,7 @@
#define OPENSSL_ALGORITHM_DEFINES
#include <openssl/opensslconf.h>
defines all pertinent NO_<algo> symbols, such as NO_IDEA, NO_RSA, etc.
+ [Richard Levitte, Ulf and Bodo Möller]
*) Bugfix: Tolerate fragmentation and interleaving in the SSL 3/TLS
record layer.