[openssl] master update

Dr. Paul Dale pauli at openssl.org
Tue Feb 1 03:10:20 UTC 2022


The branch master has been updated
       via  a841d450a443efccf4df02922ebe02e4c2f11a2b (commit)
      from  9927749ec2b8fc4b6146f0bd54cb6a44b8295974 (commit)


- Log -----------------------------------------------------------------
commit a841d450a443efccf4df02922ebe02e4c2f11a2b
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)

-----------------------------------------------------------------------

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