summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/EVP_DigestInit.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/man/EVP_DigestInit.316
1 files changed, 2 insertions, 14 deletions
diff --git a/src/lib/libcrypto/man/EVP_DigestInit.3 b/src/lib/libcrypto/man/EVP_DigestInit.3
index b9aacf9e9f..209ad0181b 100644
--- a/src/lib/libcrypto/man/EVP_DigestInit.3
+++ b/src/lib/libcrypto/man/EVP_DigestInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_DigestInit.3,v 1.23 2022/03/31 17:27:16 naddy Exp $ 1.\" $OpenBSD: EVP_DigestInit.3,v 1.24 2022/08/31 14:27:34 tb Exp $
2.\" full merge up to: OpenSSL 7f572e95 Dec 2 13:57:04 2015 +0000 2.\" full merge up to: OpenSSL 7f572e95 Dec 2 13:57:04 2015 +0000
3.\" selective merge up to: OpenSSL a95d7574 Jul 2 12:16:38 2017 -0400 3.\" selective merge up to: OpenSSL a95d7574 Jul 2 12:16:38 2017 -0400
4.\" 4.\"
@@ -68,7 +68,7 @@
68.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 68.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
69.\" OF THE POSSIBILITY OF SUCH DAMAGE. 69.\" OF THE POSSIBILITY OF SUCH DAMAGE.
70.\" 70.\"
71.Dd $Mdocdate: March 31 2022 $ 71.Dd $Mdocdate: August 31 2022 $
72.Dt EVP_DIGESTINIT 3 72.Dt EVP_DIGESTINIT 3
73.Os 73.Os
74.Sh NAME 74.Sh NAME
@@ -267,8 +267,6 @@ cleans up
267and resets it to the state it had after 267and resets it to the state it had after
268.Fn EVP_MD_CTX_new , 268.Fn EVP_MD_CTX_new ,
269such that it can be reused. 269such that it can be reused.
270It is also suitable for digest contexts on the stack that were
271used and are no longer needed.
272.Pp 270.Pp
273.Fn EVP_MD_CTX_free 271.Fn EVP_MD_CTX_free
274cleans up 272cleans up
@@ -316,11 +314,6 @@ is
316then the default implementation of digest 314then the default implementation of digest
317.Fa type 315.Fa type
318is used. 316is used.
319If
320.Fa ctx
321points to an unused object on the stack, it must be initialized with
322.Fn EVP_MD_CTX_init
323before calling this function.
324.Pp 317.Pp
325.Fn EVP_DigestUpdate 318.Fn EVP_DigestUpdate
326hashes 319hashes
@@ -388,11 +381,6 @@ to
388.Fa out . 381.Fa out .
389This is useful if large amounts of data are to be hashed which only 382This is useful if large amounts of data are to be hashed which only
390differ in the last few bytes. 383differ in the last few bytes.
391If
392.Fa out
393points to an unused object on the stack, it must be initialized with
394.Fn EVP_MD_CTX_init
395before calling this function.
396.Pp 384.Pp
397.Fn EVP_DigestInit 385.Fn EVP_DigestInit
398is a deprecated function behaving like 386is a deprecated function behaving like