summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorschwarze <>2018-02-15 18:28:42 +0000
committerschwarze <>2018-02-15 18:28:42 +0000
commitba5a89b6e8189eb90c0f694e1edbc0d171950a9e (patch)
treeb5ea68b82655cf9e94d271ab4bdb650917c0abea /src/lib
parent23646971cd17d48b0faf04a79139d1c989af79ab (diff)
downloadopenbsd-ba5a89b6e8189eb90c0f694e1edbc0d171950a9e.tar.gz
openbsd-ba5a89b6e8189eb90c0f694e1edbc0d171950a9e.tar.bz2
openbsd-ba5a89b6e8189eb90c0f694e1edbc0d171950a9e.zip
Fix the STANDARDS section, but in a different way than in OpenSSL
because i see no indication that a 2016 revision of this standard might exist. Instead, use information from: https://www.iso.org/standard/39876.html and https://www.iso.org/standard/60475.html
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/man/RIPEMD160.312
1 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/RIPEMD160.3 b/src/lib/libcrypto/man/RIPEMD160.3
index 51787b0cfa..b9ffe7bb06 100644
--- a/src/lib/libcrypto/man/RIPEMD160.3
+++ b/src/lib/libcrypto/man/RIPEMD160.3
@@ -1,5 +1,5 @@
1.\" $OpenBSD: RIPEMD160.3,v 1.4 2016/11/29 14:51:09 schwarze Exp $ 1.\" $OpenBSD: RIPEMD160.3,v 1.5 2018/02/15 18:28:42 schwarze Exp $
2.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 2.\" full merge up to: OpenSSL bbda8ce9 Oct 31 15:43:01 2017 +0800
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@openssl.org>.
5.\" Copyright (c) 2000, 2006, 2014 The OpenSSL Project. All rights reserved. 5.\" Copyright (c) 2000, 2006, 2014 The OpenSSL Project. All rights reserved.
@@ -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: November 29 2016 $ 51.Dd $Mdocdate: February 15 2018 $
52.Dt RIPEMD160 3 52.Dt RIPEMD160 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -136,7 +136,11 @@ return 1 for success or 0 otherwise.
136.Xr EVP_DigestInit 3 , 136.Xr EVP_DigestInit 3 ,
137.Xr HMAC 3 137.Xr HMAC 3
138.Sh STANDARDS 138.Sh STANDARDS
139ISO/IEC 10118-3 (draft) (??) 139.Bd -unfilled
140ISO/IEC 10118-3:2004/Cor 1:2011
141Hash-functions \(em Part 3: Dedicated hash-functions
142Clause 7: RIPEMD-160
143.Ed
140.Sh HISTORY 144.Sh HISTORY
141.Fn RIPEMD160 , 145.Fn RIPEMD160 ,
142.Fn RIPEMD160_Init , 146.Fn RIPEMD160_Init ,