summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-10-06 11:06:12 -0400
committerRich Salz <rsalz@openssl.org>2017-10-07 11:26:35 -0400
commitfa4dd546c531ba2ec886531aa5adfd480ed2a094 (patch)
tree5fabd6cb65e4d2801b33607816a265567f9dd883 /CHANGES
parent6447e8184cf6deca233d38ab3e9c9aa6ba60e9a5 (diff)
Rewrite some code
Rewrite the -req-nodes flag from CA.pl (idea from Andy) Rewrite ERR_string_error_n Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4478)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f1de3e70aa..892b7885c5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
Changes between 1.1.0f and 1.1.1 [xx XXX xxxx]
+ *) Reimplement -newreq-nodes and ERR_error_string_n; the
+ original author does not agree with the license change.
+ [Rich Salz]
+
*) Add ARIA AEAD TLS support.
[Jon Spillett]