[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.142 and 1.143

version 1.142, 2023/04/22 20:51:26 version 1.143, 2023/04/25 16:11:02
Line 2542 
Line 2542 
 This must be the last option specified.  This must be the last option specified.
 The default is 2048.  The default is 2048.
 .El  .El
 .Tg nseq  
 .Sh NSEQ  
 .Nm openssl nseq  
 .Op Fl in Ar file  
 .Op Fl out Ar file  
 .Op Fl toseq  
 .Pp  
 The  
 .Nm nseq  
 command takes a file containing a Netscape certificate sequence  
 (an alternative to the standard PKCS#7 format)  
 and prints out the certificates contained in it,  
 or takes a file of certificates  
 and converts it into a Netscape certificate sequence.  
 .Pp  
 The options are as follows:  
 .Bl -tag -width Ds  
 .It Fl in Ar file  
 The input file to read from,  
 or standard input if not specified.  
 .It Fl out Ar file  
 The output file to write to,  
 or standard output if not specified.  
 .It Fl toseq  
 Normally, a Netscape certificate sequence will be input and the output  
 is the certificates contained in it.  
 With the  
 .Fl toseq  
 option the situation is reversed:  
 a Netscape certificate sequence is created from a file of certificates.  
 .El  
 .Tg ocsp  .Tg ocsp
 .Sh OCSP  .Sh OCSP
 .Bl -hang -width "openssl ocsp"  .Bl -hang -width "openssl ocsp"

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143