From be78a6bacef13c20d28f14e5dcce404ded43a95a Mon Sep 17 00:00:00 2001 From: Jean-Yves Migeon Date: Thu, 29 Aug 2013 16:28:59 +0200 Subject: [PATCH] sha384 and sha512 are supported tags, add them to mtree.5. --- libarchive/mtree.5 | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/libarchive/mtree.5 b/libarchive/mtree.5 index 983fff723..13391fead 100644 --- a/libarchive/mtree.5 +++ b/libarchive/mtree.5 @@ -28,7 +28,7 @@ .\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd May 6, 2008 +.Dd August 29, 2013 .Dt MTREE 5 .Os .Sh NAME @@ -192,6 +192,24 @@ message digest of the file. .It Cm sha256digest A synonym for .Cm sha256 . +.It Cm sha384 +The +.Tn FIPS +180-2 +.Pq Dq Tn SHA-384 +message digest of the file. +.It Cm sha384digest +A synonym for +.Cm sha384 . +.It Cm sha512 +The +.Tn FIPS +180-2 +.Pq Dq Tn SHA-512 +message digest of the file. +.It Cm sha512digest +A synonym for +.Cm sha512 . .It Cm size The size, in bytes, of the file. .It Cm time -- 2.47.2