diff options
Diffstat (limited to 'security/digest/files/digest.1')
-rw-r--r-- | security/digest/files/digest.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/security/digest/files/digest.1 b/security/digest/files/digest.1 index 1fcd51d658f7..d5af1edb83dc 100644 --- a/security/digest/files/digest.1 +++ b/security/digest/files/digest.1 @@ -52,13 +52,25 @@ The list of possible algorithms is: the .Xr md5 3 algorithm will be used. +.It rmd160 +the +.Xr rmd160 3 +algorithm will be used. .It sha1 the .Xr sha1 3 algorithm will be used. -.It rmd160 +.It sha256 the -.Xr rmd160 3 +sha256 +algorithm will be used. +.It sha384 +the +sha384 +algorithm will be used. +.It sha512 +the +sha512 algorithm will be used. .El .Pp |