Lines Matching +full:engine +full:- +full:specific
5 openssl-format-options - OpenSSL command input and output format options
25 In order to access a key via an engine the input format B<ENGINE> may be used;
27 option may be preceded by C<org.openssl.engine:>.
28 See L<openssl(1)/Engine Options> for an example usage of the latter.
39 =item B<-inform> I<format>, B<-outform> I<format>
43 =item B<-keyform> I<format>
47 =item B<-CRLform> I<format>
68 =item B<ENGINE>
70 Used to specify that the cryptographic material is in an OpenSSL B<engine>.
71 An engine must be configured or specified using the B<-engine> option.
72 A password or PIN may be supplied to the engine using the B<-passin> option.
76 A DER-encoded file containing a PKCS#12 object.
83 a block of base-64 encoding (defined in IETF RFC 4648), with specific
87 ----- BEGIN object-type -----
91 ----- END object-type -----
94 The I<object-type> must match the type of object that is expected.
120 The following legacy I<object-type>'s are also supported for compatibility
138 Copyright 2000-2021 The OpenSSL Project Authors. All Rights Reserved.