Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 1a53b32
  • /
  • man1
  • /
  • openssl-provider.pod.in
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:b8d056584d6b695c377e6095691a23f96f27f926
directory badge Iframe embedding
swh:1:dir:05da1f14db30dafd6f36db7a3650ed0dd84692d8
openssl-provider.pod.in
=pod
{- OpenSSL::safe::output_do_not_edit_headers(); -}

=head1 NAME

openssl-provider - load and query providers

=head1 SYNOPSIS

B<openssl provider>
[B<-help>]
[B<-v>]
[B<-vv>]
[B<-vvv>]
[I<provider> ...]

=head1 DESCRIPTION

This command is used to query the capabilities of the
specified I<provider>'s.

=head1 OPTIONS

=over 4

=item B<-help>

Print out a usage message.

=item B<-v> B<-vv> B<-vvv>

Provides information about each specified provider.
The first flag lists the names of all algorithms each provider
implements; the second lists them by category; the third adds
information on what parameters each of them can handle.

=back

=head1 ENVIRONMENT

=over 4

=item B<OPENSSL_MODULES>

The path to the modules directory, where one can expect provider
modules to be located.

=back

=head1 SEE ALSO

L<config(5)>

=head1 COPYRIGHT

Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved.

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>.

=cut

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top