diff options
author | 2018-02-15 18:28:42 +0000 | |
---|---|---|
committer | 2018-02-15 18:28:42 +0000 | |
commit | a0baa1e1f0d921af6b67e6bbcfdaf6bfdd56d058 (patch) | |
tree | 59b09bae016d017b808eee9a65e780e72a9e2a18 | |
parent | Quite absurdly, the OpenSSL folks have been actively mucking around (diff) | |
download | wireguard-openbsd-a0baa1e1f0d921af6b67e6bbcfdaf6bfdd56d058.tar.xz wireguard-openbsd-a0baa1e1f0d921af6b67e6bbcfdaf6bfdd56d058.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
-rw-r--r-- | lib/libcrypto/man/RIPEMD160.3 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libcrypto/man/RIPEMD160.3 b/lib/libcrypto/man/RIPEMD160.3 index 51787b0cfaa..b9ffe7bb066 100644 --- a/lib/libcrypto/man/RIPEMD160.3 +++ b/lib/libcrypto/man/RIPEMD160.3 @@ -1,5 +1,5 @@ -.\" $OpenBSD: RIPEMD160.3,v 1.4 2016/11/29 14:51:09 schwarze Exp $ -.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 +.\" $OpenBSD: RIPEMD160.3,v 1.5 2018/02/15 18:28:42 schwarze Exp $ +.\" full merge up to: OpenSSL bbda8ce9 Oct 31 15:43:01 2017 +0800 .\" .\" This file was written by Ulf Moeller <ulf@openssl.org>. .\" Copyright (c) 2000, 2006, 2014 The OpenSSL Project. All rights reserved. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: November 29 2016 $ +.Dd $Mdocdate: February 15 2018 $ .Dt RIPEMD160 3 .Os .Sh NAME @@ -136,7 +136,11 @@ return 1 for success or 0 otherwise. .Xr EVP_DigestInit 3 , .Xr HMAC 3 .Sh STANDARDS -ISO/IEC 10118-3 (draft) (??) +.Bd -unfilled +ISO/IEC 10118-3:2004/Cor 1:2011 +Hash-functions \(em Part 3: Dedicated hash-functions +Clause 7: RIPEMD-160 +.Ed .Sh HISTORY .Fn RIPEMD160 , .Fn RIPEMD160_Init , |