openssl-provider.pod 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. =pod
  2. =head1 NAME
  3. openssl-provider - load and query providers
  4. =head1 SYNOPSIS
  5. B<openssl provider>
  6. [B<-help>]
  7. [B<-v>]
  8. [B<-vv>]
  9. [B<-vvv>]
  10. [I<provider> ...]
  11. =head1 DESCRIPTION
  12. This command is used to query the capabilities of the
  13. specified I<provider>'s.
  14. =head1 OPTIONS
  15. =over 4
  16. =item B<-help>
  17. Print out a usage message.
  18. =item B<-v> B<-vv> B<-vvv>
  19. Provides information about each specified provider.
  20. The first flag lists the names of all algorithms each provider
  21. implements; the second lists them by category; the third adds
  22. information on what parameters each of them can handle.
  23. =back
  24. =head1 ENVIRONMENT
  25. =over 4
  26. =item B<OPENSSL_MODULES>
  27. The path to the modules directory, where one can expect provider
  28. modules to be located.
  29. =back
  30. =head1 SEE ALSO
  31. L<config(5)>
  32. =head1 COPYRIGHT
  33. Copyright 2019 The OpenSSL Project Authors. All Rights Reserved.
  34. Licensed under the Apache License 2.0 (the "License"). You may not use
  35. this file except in compliance with the License. You can obtain a copy
  36. in the file LICENSE in the source distribution or at
  37. L<https://www.openssl.org/source/license.html>.
  38. =cut