lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1482490996-17048-1-git-send-email-alexey.kodanev@oracle.com> Date: Fri, 23 Dec 2016 14:03:16 +0300 From: Alexey Kodanev <alexey.kodanev@...cle.com> To: Stephen Hemminger <stephen@...workplumber.org> Cc: netdev@...r.kernel.org, Vasily Isaenko <vasily.isaenko@...cle.com>, Alexey Kodanev <alexey.kodanev@...cle.com> Subject: [PATCH iproute2] fix typo in ip-xfrm man page, rmd610 -> rmd160 Signed-off-by: Alexey Kodanev <alexey.kodanev@...cle.com> --- man/man8/ip-xfrm.8 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/man/man8/ip-xfrm.8 b/man/man8/ip-xfrm.8 index 11f7104..a0bbef5 100644 --- a/man/man8/ip-xfrm.8 +++ b/man/man8/ip-xfrm.8 @@ -477,7 +477,7 @@ Encryption algorithms include Authentication algorithms include .BR digest_null ", " hmac(md5) ", " hmac(sha1) ", " hmac(sha256) "," -.BR hmac(sha384) ", " hmac(sha512) ", " hmac(rmd610) ", and " xcbc(aes) "." +.BR hmac(sha384) ", " hmac(sha512) ", " hmac(rmd160) ", and " xcbc(aes) "." Authenticated encryption with associated data (AEAD) algorithms include .BR rfc4106(gcm(aes)) ", " rfc4309(ccm(aes)) ", and " rfc4543(gcm(aes)) "." -- 1.7.1
Powered by blists - more mailing lists