2020-06-11 07:08:01 +08:00
|
|
|
=pod
|
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
OSSL_PROVIDER-base - OpenSSL base provider
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
2020-08-17 03:25:08 +08:00
|
|
|
The OpenSSL base provider supplies the encoding for OpenSSL's
|
2020-06-11 07:08:01 +08:00
|
|
|
asymmetric cryptography.
|
|
|
|
|
|
|
|
=head2 Properties
|
|
|
|
|
|
|
|
The implementations in this provider specifically have this property
|
|
|
|
defined:
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item "provider=base"
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
It may be used in a property query string with fetching functions.
|
|
|
|
|
|
|
|
It isn't mandatory to query for this property, except to make sure to get
|
|
|
|
implementations of this provider and none other.
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item "type=parameters"
|
|
|
|
|
|
|
|
=item "type=private"
|
|
|
|
|
|
|
|
=item "type=public"
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
These may be used in a property query string with fetching functions to select
|
2020-08-17 03:25:08 +08:00
|
|
|
which data are to be encoded. Either the private key material, the public
|
2020-06-11 07:08:01 +08:00
|
|
|
key material or the domain parameters can be selected.
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item "format=der"
|
|
|
|
|
|
|
|
=item "format=pem"
|
|
|
|
|
|
|
|
=item "format=text"
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
These may be used in a property query string with fetching functions to select
|
2020-08-17 03:25:08 +08:00
|
|
|
the encoding output format. Either the DER, PEM and plaintext are
|
2020-06-11 07:08:01 +08:00
|
|
|
currently permitted.
|
|
|
|
|
|
|
|
=head1 OPERATIONS AND ALGORITHMS
|
|
|
|
|
|
|
|
The OpenSSL base provider supports these operations and algorithms:
|
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=head2 Random Number Generation
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item SEED-SRC, see L<EVP_RAND-SEED-SRC(7)>
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
In addition to this provider, the "SEED-SRC" algorithm is also available in the
|
|
|
|
default provider.
|
|
|
|
|
2020-08-17 03:25:08 +08:00
|
|
|
=head2 Asymmetric Key Encoder
|
2020-06-11 07:08:01 +08:00
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item RSA
|
|
|
|
|
|
|
|
=item RSA-PSS
|
|
|
|
|
|
|
|
=item DH
|
|
|
|
|
|
|
|
=item DHX
|
|
|
|
|
|
|
|
=item DSA
|
|
|
|
|
|
|
|
=item EC
|
|
|
|
|
|
|
|
=item ED25519
|
|
|
|
|
|
|
|
=item ED448
|
|
|
|
|
|
|
|
=item X25519
|
|
|
|
|
|
|
|
=item X448
|
|
|
|
|
|
|
|
=item SM2
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
In addition to this provider, all of these encoding algorithms are also
|
|
|
|
available in the default provider. Some of these algorithms may be used in
|
|
|
|
combination with the FIPS provider.
|
|
|
|
|
|
|
|
=head2 Asymmetric Key Decoder
|
2020-06-11 07:08:01 +08:00
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=item RSA
|
|
|
|
|
|
|
|
=item RSA-PSS
|
|
|
|
|
|
|
|
=item DH
|
|
|
|
|
|
|
|
=item DHX
|
|
|
|
|
|
|
|
=item DSA
|
|
|
|
|
|
|
|
=item EC
|
|
|
|
|
|
|
|
=item ED25519
|
2020-06-11 07:08:01 +08:00
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=item ED448
|
2020-06-11 07:08:01 +08:00
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=item X25519
|
2020-06-11 07:08:01 +08:00
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=item X448
|
2020-06-11 07:08:01 +08:00
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=item SM2
|
2020-06-11 07:08:01 +08:00
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
=item DER
|
2020-06-11 07:08:01 +08:00
|
|
|
|
|
|
|
=back
|
|
|
|
|
2023-11-10 23:33:21 +08:00
|
|
|
In addition to this provider, all of these decoding algorithms are also
|
|
|
|
available in the default provider. Some of these algorithms may be used in
|
|
|
|
combination with the FIPS provider.
|
|
|
|
|
|
|
|
=head2 Stores
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
=item file
|
|
|
|
|
|
|
|
=item org.openssl.winstore
|
|
|
|
|
|
|
|
=back
|
|
|
|
|
|
|
|
In addition to this provider, all of these store algorithms are also
|
|
|
|
available in the default provider.
|
|
|
|
|
2020-06-11 07:08:01 +08:00
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
L<OSSL_PROVIDER-default(7)>, L<openssl-core.h(7)>,
|
|
|
|
L<openssl-core_dispatch.h(7)>, L<provider(7)>
|
|
|
|
|
2022-11-17 05:26:06 +08:00
|
|
|
=head1 HISTORY
|
|
|
|
|
|
|
|
This functionality was added in OpenSSL 3.0.
|
|
|
|
|
2020-06-11 07:08:01 +08:00
|
|
|
=head1 COPYRIGHT
|
|
|
|
|
|
|
|
Copyright 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
|