[BACK]Return to openssl.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/openssl.1 between version 1.26 and 1.27

version 1.26, 2015/09/13 17:57:11 version 1.27, 2015/09/13 23:36:21
Line 383 
Line 383 
 Streebog-512 digest.  Streebog-512 digest.
 .It Cm md_gost94  .It Cm md_gost94
 GOST R 34.11-94 digest.  GOST R 34.11-94 digest.
 .It Cm md4  
 MD4 digest.  
 .It Cm md5  .It Cm md5
 MD5 digest.  MD5 digest.
 .It Cm ripemd160  .It Cm ripemd160
Line 1795 
Line 1793 
 .Bk -words  .Bk -words
 .Oo  .Oo
 .Fl gost-mac | streebog256 | streebog512 | md_gost94 |  .Fl gost-mac | streebog256 | streebog512 | md_gost94 |
 .Fl md4 | md5 | ripemd160 | sha | sha1 |  .Fl md5 | ripemd160 | sha1 |
 .Fl sha224 | sha256 | sha384 | sha512 | whirlpool  .Fl sha224 | sha256 | sha384 | sha512 | whirlpool
 .Oc  .Oc
 .Op Fl binary  .Op Fl binary
Line 1818 
Line 1816 
 .Pp  .Pp
 .Nm openssl  .Nm openssl
 .Cm gost-mac | streebog256 | streebog512 | md_gost94 |  .Cm gost-mac | streebog256 | streebog512 | md_gost94 |
 .Cm md4 | md5 | ripemd160 | sha | sha1 |  .Cm md5 | ripemd160 | sha | sha1 |
 .Cm sha224 | sha256 | sha384 | sha512 | whirlpool  .Cm sha224 | sha256 | sha384 | sha512 | whirlpool
 .Op Fl c  .Op Fl c
 .Op Fl d  .Op Fl d
Line 5085 
Line 5083 
 .Op Fl key Ar keyfile  .Op Fl key Ar keyfile
 .Op Fl keyform Ar DER | PEM  .Op Fl keyform Ar DER | PEM
 .Op Fl keyout Ar file  .Op Fl keyout Ar file
 .Op Fl md4 | md5 | sha1  .Op Fl md5 | sha1
 .Op Fl modulus  .Op Fl modulus
 .Op Fl nameopt Ar option  .Op Fl nameopt Ar option
 .Op Fl new  .Op Fl new
Line 7664 
Line 7662 
 .Op Cm dsa2048  .Op Cm dsa2048
 .Op Cm hmac  .Op Cm hmac
 .Op Cm md2  .Op Cm md2
 .Op Cm md4  
 .Op Cm md5  .Op Cm md5
 .Op Cm rc2  .Op Cm rc2
 .Op Cm rc2-cbc  .Op Cm rc2-cbc
Line 7715 
Line 7712 
 .Nm "openssl ts"  .Nm "openssl ts"
 .Bk -words  .Bk -words
 .Fl query  .Fl query
 .Op Fl md4 | md5 | ripemd160 | sha | sha1  .Op Fl md5 | ripemd160 | sha1
 .Op Fl cert  .Op Fl cert
 .Op Fl config Ar configfile  .Op Fl config Ar configfile
 .Op Fl data Ar file_to_hash  .Op Fl data Ar file_to_hash
Line 7836 
Line 7833 
 format that will be printed into the output file.  format that will be printed into the output file.
 Useful when you need to examine the content of a request in human-readable  Useful when you need to examine the content of a request in human-readable
 format.  format.
 .It Fl md4|md5|ripemd160|sha|sha1  .It Fl md5|ripemd160|sha1
 The message digest to apply to the data file.  The message digest to apply to the data file.
 It supports all the message digest algorithms that are supported by the  It supports all the message digest algorithms that are supported by the
 .Nm dgst  .Nm dgst

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27