aboutsummaryrefslogtreecommitdiff
path: root/doc/man3
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2018-01-08 13:42:32 -0500
committerRich Salz <rsalz@openssl.org>2018-01-08 13:42:32 -0500
commitc81c38cb2786dd308256c55ce8d5337e6a3f14ce (patch)
tree10f57b91318dd9679bce72280af80ad390abe1ef /doc/man3
parent1a49ff5a4ff290b988cd898b41c8504749a468fc (diff)
downloadopenssl-c81c38cb2786dd308256c55ce8d5337e6a3f14ce.zip
openssl-c81c38cb2786dd308256c55ce8d5337e6a3f14ce.tar.gz
openssl-c81c38cb2786dd308256c55ce8d5337e6a3f14ce.tar.bz2
Document OPENSSL_ENGINES environment variable
In man1/engine.pod and man3/ENGINE_add.pod Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4956)
Diffstat (limited to 'doc/man3')
-rw-r--r--doc/man3/ENGINE_add.pod13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/man3/ENGINE_add.pod b/doc/man3/ENGINE_add.pod
index bac325f..8f5355d 100644
--- a/doc/man3/ENGINE_add.pod
+++ b/doc/man3/ENGINE_add.pod
@@ -561,9 +561,20 @@ might query various ENGINEs to see if they implement "FOO_GET_VENDOR_LOGO_GIF" -
and ENGINE could therefore decide whether or not to support this "foo"-specific
extension).
+=head1 ENVIRONMENT
+
+=over 4
+
+=item B<OPENSSL_ENGINES>
+
+The path to the engines directory.
+
+=back
+
=head1 SEE ALSO
-L<OPENSSL_init_crypto(3)>, L<RSA_new_method(3)>, L<DSA_new(3)>, L<DH_new(3)>, L<RAND_bytes(3)>
+L<OPENSSL_init_crypto(3)>, L<RSA_new_method(3)>, L<DSA_new(3)>, L<DH_new(3)>,
+L<RAND_bytes(3)>, L<config(5)>
=head1 HISTORY