Lines Matching refs:engine
132 =item B<engine>
625 =item B<-engine> I<id>
627 Load the engine identified by I<id> and use all the methods it implements
632 The engine will be used for key ids specified with B<-key> and similar
633 options when an option like B<-keyform engine> is given.
635 A special case is the C<loader_attic> engine, which
638 When this engine is used, files with such credentials are read via this engine.
644 OpenSSL engine key loading URI scheme C<org.openssl.engine:> to retrieve
648 org.openssl.engine:{engineid}:{keyid}
650 Where C<{engineid}> is the identity/name of the engine, and C<{keyid}> is a
651 key identifier that's acceptable by that engine. For example, when using an
652 engine that interfaces against a PKCS#11 implementation, the generic key URI
654 engine that's part of OpenSC):
656 -key org.openssl.engine:pkcs11:label_some-private-key
659 their own L<OSSL_STORE_LOADER(3)>, C<org.openssl.engine:> should not be
704 For information about specific commands, see L<openssl-engine(1)>,
725 L<openssl-engine(1)>,