summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_DigestVerifyInit.3
diff options
context:
space:
mode:
authortb <>2022-01-15 09:08:51 +0000
committertb <>2022-01-15 09:08:51 +0000
commit9f28dd6ab4280aa8fe3befa3a517f4babcc9fc19 (patch)
tree1c129c9eb0a5a13523766828dda95f3e7f0fd375 /src/lib/libcrypto/man/EVP_DigestVerifyInit.3
parentcbab7089b7297d8aeb708a99bc2b6052d2e5a2ab (diff)
downloadopenbsd-9f28dd6ab4280aa8fe3befa3a517f4babcc9fc19.tar.gz
openbsd-9f28dd6ab4280aa8fe3befa3a517f4babcc9fc19.tar.bz2
openbsd-9f28dd6ab4280aa8fe3befa3a517f4babcc9fc19.zip
Stop documenting clone digests.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_DigestVerifyInit.3')
-rw-r--r--src/lib/libcrypto/man/EVP_DigestVerifyInit.312
1 files changed, 2 insertions, 10 deletions
diff --git a/src/lib/libcrypto/man/EVP_DigestVerifyInit.3 b/src/lib/libcrypto/man/EVP_DigestVerifyInit.3
index 0b3fa13921..0eb3143467 100644
--- a/src/lib/libcrypto/man/EVP_DigestVerifyInit.3
+++ b/src/lib/libcrypto/man/EVP_DigestVerifyInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.13 2021/05/20 14:41:47 tb Exp $ 1.\" $OpenBSD: EVP_DigestVerifyInit.3,v 1.14 2022/01/15 09:08:51 tb Exp $
2.\" OpenSSL fb552ac6 Sep 30 23:43:01 2009 +0000 2.\" OpenSSL fb552ac6 Sep 30 23:43:01 2009 +0000
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: May 20 2021 $ 52.Dd $Mdocdate: January 15 2022 $
53.Dt EVP_DIGESTVERIFYINIT 3 53.Dt EVP_DIGESTVERIFYINIT 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -170,14 +170,6 @@ used in preference to the low level interfaces.
170This is because the code then becomes transparent to the algorithm used 170This is because the code then becomes transparent to the algorithm used
171and much more flexible. 171and much more flexible.
172.Pp 172.Pp
173In previous versions of OpenSSL, there was a link between message digest
174types and public key algorithms.
175This meant that "clone" digests such as
176.Xr EVP_dss1 3
177needed to be used to sign using SHA1 and DSA.
178This is no longer necessary and the use of clone digest is now
179discouraged.
180.Pp
181The call to 173The call to
182.Fn EVP_DigestVerifyFinal 174.Fn EVP_DigestVerifyFinal
183internally finalizes a copy of the digest context. 175internally finalizes a copy of the digest context.