Skip to content

Commit

Permalink
openssl.pod: Add documentation for using the loader_attic engine
Browse files Browse the repository at this point in the history
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #13551)
  • Loading branch information
DDvO committed Feb 4, 2021
1 parent 8549b97 commit acfccbd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/man1/openssl.pod
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,12 @@ L<config(5)/Engine Configuration>.
The engine will be used for key ids specified with B<-key> and similar
options when an option like B<-keyform engine> is given.

A special case is the C<loader_attic> engine, which
is meant just for internal OpenSSL testing purposes and
supports loading keys, parameters, certificates, and CRLs from files.
When this engine is used, files with such credentials are read via this engine.
Using the C<file:> schema is optional; a plain file (path) name will do.

=back

Options specifying keys, like B<-key> and similar, can use the generic
Expand Down

0 comments on commit acfccbd

Please sign in to comment.