diff options
| author | tb <> | 2022-01-15 09:08:51 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-15 09:08:51 +0000 |
| commit | 60648b3d91cfd6ff68e66402492af6846791be55 (patch) | |
| tree | 1c129c9eb0a5a13523766828dda95f3e7f0fd375 /src/lib/libcrypto/man/EVP_DigestVerifyInit.3 | |
| parent | 3acf8220188afadd585d7c460624c4fbbc9e49e5 (diff) | |
| download | openbsd-60648b3d91cfd6ff68e66402492af6846791be55.tar.gz openbsd-60648b3d91cfd6ff68e66402492af6846791be55.tar.bz2 openbsd-60648b3d91cfd6ff68e66402492af6846791be55.zip | |
Stop documenting clone digests.
Diffstat (limited to 'src/lib/libcrypto/man/EVP_DigestVerifyInit.3')
| -rw-r--r-- | src/lib/libcrypto/man/EVP_DigestVerifyInit.3 | 12 |
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. | |||
| 170 | This is because the code then becomes transparent to the algorithm used | 170 | This is because the code then becomes transparent to the algorithm used |
| 171 | and much more flexible. | 171 | and much more flexible. |
| 172 | .Pp | 172 | .Pp |
| 173 | In previous versions of OpenSSL, there was a link between message digest | ||
| 174 | types and public key algorithms. | ||
| 175 | This meant that "clone" digests such as | ||
| 176 | .Xr EVP_dss1 3 | ||
| 177 | needed to be used to sign using SHA1 and DSA. | ||
| 178 | This is no longer necessary and the use of clone digest is now | ||
| 179 | discouraged. | ||
| 180 | .Pp | ||
| 181 | The call to | 173 | The call to |
| 182 | .Fn EVP_DigestVerifyFinal | 174 | .Fn EVP_DigestVerifyFinal |
| 183 | internally finalizes a copy of the digest context. | 175 | internally finalizes a copy of the digest context. |
