Lines Matching refs:file
24 [B<-genconf> I<file>]
48 The input file, default is standard input.
52 Output file to place the DER encoded data into. If this
58 Don't output the parsed version of the input file.
62 Starting offset to begin parsing, default is start of file.
66 Number of bytes to parse, default is until end of file.
74 A file containing additional OBJECT IDENTIFIERs (OIDs). The format of this
75 file is described in the NOTES section below.
90 =item B<-genstr> I<string>, B<-genconf> I<file>
92 Generate encoded data based on I<string>, I<file> or both using
93 L<ASN1_generate_nconf(3)> format. If I<file> only is
96 though it came from a file, the contents can thus be examined and written to a
97 file using the B<-out> option.
102 data in a PEM format input file will be treated as being base64 encoded and
105 END marker in a PEM file.
157 numerical form (for example 1.2.3.4). The file passed to the B<-oid> option
171 Parse a file:
173 openssl asn1parse -in file.pem
175 Parse a DER file:
177 openssl asn1parse -inform DER -in file.der
187 Generate using a config file:
191 Example config file:
216 this file except in compliance with the License. You can obtain a copy
217 in the file LICENSE in the source distribution or at