[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.49 and 1.50

version 1.49, 2016/08/12 06:17:22 version 1.50, 2016/08/12 06:21:12
Line 1821 
Line 1821 
 it is randomly generated when encrypting a file and read from the  it is randomly generated when encrypting a file and read from the
 encrypted file when it is decrypted.  encrypted file when it is decrypted.
 .El  .El
 .\"  
 .\" ERRSTR  
 .\"  
 .Sh ERRSTR  .Sh ERRSTR
 .Nm openssl errstr  .Nm openssl errstr
 .Op Fl stats  .Op Fl stats
Line 1854 
Line 1851 
 .It Fl stats  .It Fl stats
 Print debugging statistics about various aspects of the hash table.  Print debugging statistics about various aspects of the hash table.
 .El  .El
 .Sh ERRSTR EXAMPLES  
 The following error code:  
 .Pp  
 .Dl 27594:error:2006D080:lib(32):func(109):reason(128):bss_file.c:107:  
 .Pp  
 \&...can be displayed with:  
 .Pp  
 .Dl $ openssl errstr 2006D080  
 .Pp  
 \&...to produce the error message:  
 .Pp  
 .Dl error:2006D080:BIO routines:BIO_new_file:no such file  
 .\"  
 .\" GENDH  
 .\"  
 .Sh GENDH  
 Generation of Diffie-Hellman Parameters.  
 Replaced by  
 .Nm dhparam .  
 See  
 .Sx DHPARAM  
 above.  
 .\"  .\"
 .\" GENDSA  .\" GENDSA
 .\"  .\"

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50