summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/MD5.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/MD5.3')
-rw-r--r--src/lib/libcrypto/man/MD5.319
1 files changed, 12 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/MD5.3 b/src/lib/libcrypto/man/MD5.3
index 1e4a628591..01e715f406 100644
--- a/src/lib/libcrypto/man/MD5.3
+++ b/src/lib/libcrypto/man/MD5.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: MD5.3,v 1.8 2018/03/27 17:35:50 schwarze Exp $ 1.\" $OpenBSD: MD5.3,v 1.9 2024/05/26 09:54:16 tb Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org> and 4.\" This file was written by Ulf Moeller <ulf@openssl.org> and
@@ -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: March 27 2018 $ 52.Dd $Mdocdate: May 26 2024 $
53.Dt MD5 3 53.Dt MD5 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -123,11 +123,6 @@ and place it in
123which must have space for 123which must have space for
124.Dv MD4_DIGEST_LENGTH No == Dv MD5_DIGEST_LENGTH No == 16 124.Dv MD4_DIGEST_LENGTH No == Dv MD5_DIGEST_LENGTH No == 16
125bytes of output. 125bytes of output.
126If
127.Fa md
128is
129.Dv NULL ,
130the digest is placed in a static array.
131.Pp 126.Pp
132The following functions may be used if the message is not completely 127The following functions may be used if the message is not completely
133stored in memory: 128stored in memory:
@@ -194,3 +189,13 @@ and
194.Fn MD4_Final 189.Fn MD4_Final
195first appeared in OpenSSL 0.9.6 and have been available since 190first appeared in OpenSSL 0.9.6 and have been available since
196.Ox 2.9 . 191.Ox 2.9 .
192.Sh CAVEATS
193Other implementations allow
194.Fa md
195in
196.Fn MD4
197and
198.Fn MD5
199to be
200.Dv NULL
201and return a static array, which is not thread safe.