[openssl] master update
Richard Levitte
levitte at openssl.org
Wed Apr 1 19:30:48 UTC 2020
The branch master has been updated
via ccb8f0c87eb28d55a6607504f2fbf1be94836c49 (commit)
from beb958ccd87b95f1a86bfe2b879492b62e58d80e (commit)
- Log -----------------------------------------------------------------
commit ccb8f0c87eb28d55a6607504f2fbf1be94836c49
Author: Richard Levitte <levitte at openssl.org>
Date: Tue Mar 31 14:10:27 2020 +0200
Fixups in CHANGES.md
Fixed one ambiguous line and removed a few unnecessary backticks.
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11447)
-----------------------------------------------------------------------
Summary of changes:
CHANGES.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGES.md b/CHANGES.md
index 8f7d7ee195..4b7a73dc89 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -30,7 +30,7 @@ OpenSSL 3.0
the various push functions and finally convert to a passable OSSL_PARAM
array using OSSL_PARAM_BLD_to_param().
- * Paul Dale *
+ *Paul Dale*
* EVP_PKEY_get0_RSA(), EVP_PKEY_get0_DSA(), EVP_PKEY_get0_DH(), and
EVP_PKEY_get0_EC_KEY() can now handle EVP_PKEYs with provider side
@@ -43,9 +43,9 @@ OpenSSL 3.0
*Richard Levitte*
- * `ASN1_verify()`, `ASN1_digest()` and `ASN1_sign()` have been deprecated.
+ * ASN1_verify(), ASN1_digest() and ASN1_sign() have been deprecated.
They are old functions that we don't use, and that you could disable with
- the macro `NO_ASN1_OLD`. This goes all the way back to OpenSSL 0.9.7.
+ the macro NO_ASN1_OLD. This goes all the way back to OpenSSL 0.9.7.
*Richard Levitte*
More information about the openssl-commits
mailing list