[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Thu Apr 19 07:36:19 UTC 2018


The branch master has been updated
       via  c637891310ecfa9b3568da52a813cdf4a9872cf1 (commit)
      from  a4107d73d597a6f8754f7cf5c8c53d2097bea652 (commit)


- Log -----------------------------------------------------------------
commit c637891310ecfa9b3568da52a813cdf4a9872cf1
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Apr 18 08:48:26 2018 +0100

    Correct an ommission in the EVP_DigestSignInit docs
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5996)

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

Summary of changes:
 doc/man3/EVP_DigestSignInit.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EVP_DigestSignInit.pod b/doc/man3/EVP_DigestSignInit.pod
index fc19c01..400e89d 100644
--- a/doc/man3/EVP_DigestSignInit.pod
+++ b/doc/man3/EVP_DigestSignInit.pod
@@ -32,7 +32,7 @@ the signing algorithm supports it.
 Only EVP_PKEY types that support signing can be used with these functions. This
 includes MAC algorithms where the MAC generation is considered as a form of
 "signing." Built-in EVP_PKEY types supported by these functions are CMAC,
-Poly1305, DSA, HMAC, RSA, SipHash, Ed25519 and Ed448.
+Poly1305, DSA, ECDSA, HMAC, RSA, SipHash, Ed25519 and Ed448.
 
 Not all digests can be used for all key types. The following combinations apply.
 


More information about the openssl-commits mailing list