summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-01-29 11:18:39 -0500
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-02-06 16:46:08 +0100
commit912f8a988ac16837ae24b32c863e895283380333 (patch)
tree7875ebfb889736f015e778aeea152b9d36bac87d /CHANGES
parent54f78b1786b5b46177638d852125ddcce983df55 (diff)
downloadopenssl-new-912f8a988ac16837ae24b32c863e895283380333.tar.gz
Add cmd-nits to travis build
Update CHANGES to have a complete and uniform description. Fixes #9730 Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/10972)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES20
1 files changed, 11 insertions, 9 deletions
diff --git a/CHANGES b/CHANGES
index 7b18d51077..01cec55a65 100644
--- a/CHANGES
+++ b/CHANGES
@@ -93,6 +93,17 @@
and L<EVP_MAC_final(3)>.
[Paul Dale]
+ *) Over two thousand fixes were made to the documentation, including:
+ - Common options (such as -rand/-writerand, TLS version control, etc)
+ were refactored and point to newly-enhanced descriptions in openssl.pod.
+ - Added style conformance for all options (with help from Richard Levitte),
+ documented all reported missing options, added a CI build to check
+ that all options are documented and that no unimplemented options
+ are documented.
+ - Documented some internals, such as all use of environment variables.
+ - Addressed all internal broken L<> references.
+ [Rich Salz]
+
*) All of the low level MD2, MD4, MD5, MDC2, RIPEMD160, SHA1, SHA224, SHA256,
SHA384, SHA512 and Whirlpool digest functions have been deprecated.
These include:
@@ -305,15 +316,6 @@
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.
- [Rich Salz, Richard Levitte]
-
*) s390x assembly pack: add hardware-support for P-256, P-384, P-521,
X25519, X448, Ed25519 and Ed448.
[Patrick Steuer]