[openssl] master update

Richard Levitte levitte at openssl.org
Thu Mar 4 18:26:20 UTC 2021


The branch master has been updated
       via  c3a85d3d170a0bffd7b009edb544f0a4a182a3b7 (commit)
      from  c2ec2bb7c146d1e48568f27d11dca02c06c36338 (commit)


- Log -----------------------------------------------------------------
commit c3a85d3d170a0bffd7b009edb544f0a4a182a3b7
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed Mar 3 17:33:08 2021 +0100

    DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.pod
    
    Fixes #14414
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/14415)

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

Summary of changes:
 doc/man3/OSSL_STORE_INFO.pod | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/man3/OSSL_STORE_INFO.pod b/doc/man3/OSSL_STORE_INFO.pod
index 8c811ec1f3..070b325a2d 100644
--- a/doc/man3/OSSL_STORE_INFO.pod
+++ b/doc/man3/OSSL_STORE_INFO.pod
@@ -166,7 +166,11 @@ Key parameters.
 
 =item OSSL_STORE_INFO_PKEY
 
-A private/public key of some sort.
+A keypair or just a private key (possibly with key parameters).
+
+=item OSSL_STORE_INFO_PUBKEY
+
+A public key (possibly with key parameters).
 
 =item OSSL_STORE_INFO_CERT
 


More information about the openssl-commits mailing list