summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RIPEMD160.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/RIPEMD160.3')
-rw-r--r--src/lib/libcrypto/man/RIPEMD160.317
1 files changed, 10 insertions, 7 deletions
diff --git a/src/lib/libcrypto/man/RIPEMD160.3 b/src/lib/libcrypto/man/RIPEMD160.3
index 6fadb56cef..43c6694036 100644
--- a/src/lib/libcrypto/man/RIPEMD160.3
+++ b/src/lib/libcrypto/man/RIPEMD160.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RIPEMD160.3,v 1.7 2019/08/25 15:17:19 schwarze Exp $ 1.\" $OpenBSD: RIPEMD160.3,v 1.8 2024/05/26 09:54:16 tb Exp $
2.\" full merge up to: OpenSSL 72a7a702 Feb 26 14:05:09 2019 +0000 2.\" full merge up to: OpenSSL 72a7a702 Feb 26 14:05:09 2019 +0000
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: August 25 2019 $ 51.Dd $Mdocdate: May 26 2024 $
52.Dt RIPEMD160 3 52.Dt RIPEMD160 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -93,11 +93,6 @@ and places it in
93which must have space for 93which must have space for
94.Dv RIPEMD160_DIGEST_LENGTH 94.Dv RIPEMD160_DIGEST_LENGTH
95== 20 bytes of output. 95== 20 bytes of output.
96If
97.Fa md
98is
99.Dv NULL ,
100the digest is placed in a static array.
101.Pp 96.Pp
102The following functions may be used if the message is not completely 97The following functions may be used if the message is not completely
103stored in memory: 98stored in memory:
@@ -149,3 +144,11 @@ and
149.Fn RIPEMD160_Final 144.Fn RIPEMD160_Final
150first appeared in SSLeay 0.9.0 and have been available since 145first appeared in SSLeay 0.9.0 and have been available since
151.Ox 2.4 . 146.Ox 2.4 .
147.Sh CAVEATS
148Other implementations allow
149.Fa md
150in
151.Fn RIPEMD160
152to be
153.Dv NULL
154and return a static array, which is not thread safe.