[openssl] openssl-3.0 update
Dr. Paul Dale
pauli at openssl.org
Tue Feb 1 03:10:49 UTC 2022
The branch openssl-3.0 has been updated
via b882e1bb0b520f264f2ea1f53e753a5ef1a5974a (commit)
from 1f7c5c56c7365fefd9cff9bea4d3d27346ca44d1 (commit)
- Log -----------------------------------------------------------------
commit b882e1bb0b520f264f2ea1f53e753a5ef1a5974a
Author: EasySec <easy.sec at free.fr>
Date: Sat Jan 29 00:59:24 2022 +0100
Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in pod file
Reviewed-by: Shane Lontis <shane.lontis at oracle.com>
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17609)
(cherry picked from commit a841d450a443efccf4df02922ebe02e4c2f11a2b)
-----------------------------------------------------------------------
Summary of changes:
doc/man7/EVP_KEYEXCH-DH.pod | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/man7/EVP_KEYEXCH-DH.pod b/doc/man7/EVP_KEYEXCH-DH.pod
index fc38531ae9..44811f1e37 100644
--- a/doc/man7/EVP_KEYEXCH-DH.pod
+++ b/doc/man7/EVP_KEYEXCH-DH.pod
@@ -58,6 +58,7 @@ To convert the received peer's public key from DER format on the host:
To derive a shared secret on the host using the host's key and the peer's public
key:
+
/* It is assumed that the host_key and peer_pub_key are set up */
void derive_secret(EVP_KEY *host_key, EVP_PKEY *peer_pub_key)
{
More information about the openssl-commits
mailing list