[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.70 and 1.71

version 1.70, 2016/09/08 18:24:08 version 1.71, 2016/09/12 13:34:12
Line 4553 
Line 4553 
 .It 5  .It 5
 An error occurred writing certificates.  An error occurred writing certificates.
 .El  .El
 .\"  
 .\" SPEED  
 .\"  
 .Sh SPEED  .Sh SPEED
 .nr nS 1  .nr nS 1
 .Nm "openssl speed"  .Nm "openssl speed"
 .Bk -words  .Op Ar algorithm
 .Op Cm aes  
 .Op Cm aes-128-cbc  
 .Op Cm aes-192-cbc  
 .Op Cm aes-256-cbc  
 .Op Cm aes-128-gcm  
 .Op Cm aes-256-gcm  
 .Op Cm blowfish  
 .Op Cm bf-cbc  
 .Op Cm cast  
 .Op Cm cast-cbc  
 .Op Cm chacha20-poly1305  
 .Op Cm des  
 .Op Cm des-cbc  
 .Op Cm des-ede3  
 .Op Cm dsa  
 .Op Cm dsa512  
 .Op Cm dsa1024  
 .Op Cm dsa2048  
 .Op Cm hmac  
 .Op Cm md4  
 .Op Cm md5  
 .Op Cm rc2  
 .Op Cm rc2-cbc  
 .Op Cm rc4  
 .Op Cm rmd160  
 .Op Cm rsa  
 .Op Cm rsa512  
 .Op Cm rsa1024  
 .Op Cm rsa2048  
 .Op Cm rsa4096  
 .Op Cm sha1  
 .Op Fl decrypt  .Op Fl decrypt
 .Op Fl elapsed  .Op Fl elapsed
 .Op Fl evp Ar e  .Op Fl evp Ar algorithm
 .Op Fl mr  .Op Fl mr
 .Op Fl multi Ar number  .Op Fl multi Ar number
 .Ek  
 .nr nS 0  .nr nS 0
 .Pp  .Pp
 The  The
 .Nm speed  .Nm speed
 command is used to test the performance of cryptographic algorithms.  command is used to test the performance of cryptographic algorithms.
 .Bl -tag -width "XXXX"  .Bl -tag -width "XXXX"
 .It Bq Cm zero or more test algorithms  .It Ar algorithm
 If any options are given,  Perform the test using
 .Nm speed  .Ar algorithm .
 tests those algorithms, otherwise all of the above are tested.  The default is to test all algorithms.
 .It Fl decrypt  .It Fl decrypt
 Time decryption instead of encryption  Time decryption instead of encryption;
 .Pq only EVP .  must be used with
   .Fl evp .
 .It Fl elapsed  .It Fl elapsed
 Measure time in real time instead of CPU user time.  Measure time in real time instead of CPU user time.
 .It Fl evp Ar e  .It Fl evp Ar algorithm
 Use EVP  Perform the test using one of the algorithms accepted by
 .Ar e .  .Xr EVP_get_cipherbyname 3 .
 .It Fl mr  .It Fl mr
 Produce machine readable output.  Produce machine readable output.
 .It Fl multi Ar number  .It Fl multi Ar number

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71