projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4107d7
)
Correct an ommission in the EVP_DigestSignInit docs
author
Matt Caswell
<matt@openssl.org>
Wed, 18 Apr 2018 07:48:26 +0000
(08:48 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 19 Apr 2018 07:35:47 +0000
(08:35 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5996)
doc/man3/EVP_DigestSignInit.pod
patch
|
blob
|
history
diff --git
a/doc/man3/EVP_DigestSignInit.pod
b/doc/man3/EVP_DigestSignInit.pod
index fc19c015dd86cf9a0f145cfe97ad41a77a11eb94..400e89d5f5617d3864f684859cd6d45c2644601d 100644
(file)
--- 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.