summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-11-15 14:55:40 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-29 13:50:59 +0100
commit558ea84743918f7a93bfbfc259f86ad1fa4c8de9 (patch)
tree16690b411af8e6456852f57d41b0aff86a4ecf16 /CHANGES
parentd88736df4d19521664ebb125ff66e0d7b085a53c (diff)
Remove heartbeats completely
Fixes #4856 Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1928)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4ef63b808f..5617fab573 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
+ *) Removed the heartbeat message in DTLS feature, as it has very
+ little usage and doesn't seem to fulfill a valuable purpose.
+ [Richard Levitte]
+
*) Changed the output of 'openssl {digestname} < file' to display the
digest name in its output.
[Richard Levitte]