Skip to content

Commit

Permalink
Document OPENSSL_ENGINES environment variable
Browse files Browse the repository at this point in the history
In man1/engine.pod and man3/ENGINE_add.pod

Reviewed-by: Richard Levitte <[email protected]>
Reviewed-by: Andy Polyakov <[email protected]>
Reviewed-by: Rich Salz <[email protected]>
(Merged from openssl#4956)
  • Loading branch information
p-steuer authored and Rich Salz committed Jan 8, 2018
1 parent 1a49ff5 commit c81c38c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
14 changes: 14 additions & 0 deletions doc/man1/engine.pod
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,20 @@ To list the capabilities of the I<rsax> engine:
[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.
Expand Down
13 changes: 12 additions & 1 deletion doc/man3/ENGINE_add.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c81c38c

Please sign in to comment.