mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-30 19:54:39 +00:00
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)
This commit is contained in:
parent
1a49ff5a4f
commit
c81c38cb27
@ -93,6 +93,20 @@ To list the capabilities of the I<rsax> engine:
|
|||||||
[RSA]
|
[RSA]
|
||||||
(dynamic) Dynamic engine loading support
|
(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
|
=head1 COPYRIGHT
|
||||||
|
|
||||||
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
|
Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
|
||||||
|
@ -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
|
and ENGINE could therefore decide whether or not to support this "foo"-specific
|
||||||
extension).
|
extension).
|
||||||
|
|
||||||
|
=head1 ENVIRONMENT
|
||||||
|
|
||||||
|
=over 4
|
||||||
|
|
||||||
|
=item B<OPENSSL_ENGINES>
|
||||||
|
|
||||||
|
The path to the engines directory.
|
||||||
|
|
||||||
|
=back
|
||||||
|
|
||||||
=head1 SEE ALSO
|
=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
|
=head1 HISTORY
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user