Squashed commit of the following:
[openssl.git] / doc / man1 / engine.pod
index 674ab565d2383adb71d7247c582212df937a7e20..446b1981b67e30e6cf9530c6f40fdd5e885ef877 100644 (file)
@@ -2,6 +2,7 @@
 
 =head1 NAME
 
+openssl-engine,
 engine - load and query engines
 
 =head1 SYNOPSIS
@@ -67,7 +68,7 @@ See the example below.
 
 To list all the commands available to a dynamic engine:
 
% openssl engine -t -tt -vvvv dynamic
$ openssl engine -t -tt -vvvv dynamic
  (dynamic) Dynamic engine loading support
       [ unavailable ]
       SO_PATH: Specifies the path to the new ENGINE shared library
@@ -87,16 +88,30 @@ To list all the commands available to a dynamic engine:
 
 To list the capabilities of the I<rsax> engine:
 
% openssl engine -c
$ openssl engine -c
  (rsax) RSAX engine support
   [RSA]
  (dynamic) Dynamic engine loading support
 
+=head1 ENVIRONMENT
+
+=over 4
+
+=item B<OPENSSL_ENGINES>
+
+The path to the engines directory.
+
+=back
+
+=head1 SEE ALSO
+
+L<config(5)>
+
 =head1 COPYRIGHT
 
-Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.