summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-10-30 23:35:08 -0400
committerRichard Levitte <levitte@openssl.org>2019-12-19 09:48:53 +0100
commit625c781dc76df145cfd30eeff7b6de7dfcc8afc7 (patch)
tree20d5bac59aa4df4b748f0f46750a9723d2595996 /CHANGES
parentb5756085078f43c0a6c9a22ba6e87bc073515780 (diff)
downloadopenssl-new-625c781dc76df145cfd30eeff7b6de7dfcc8afc7.tar.gz
Use a function to generate do-not-edit comment
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10316)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 954c0ab028..e0dc0e2611 100644
--- a/CHANGES
+++ b/CHANGES
@@ -154,6 +154,10 @@
pages for further details.
[Matt Caswell]
+ *) Most common options (such as -rand/-writerand, TLS version control, etc)
+ were refactored and point to newly-enhanced descriptions in openssl.pod
+ [Rich Salz]
+
*) Over two thousand fixes were made to the documentation, including:
adding missing command flags, better style conformance, documentation
of internals, etc.