diff options
Diffstat (limited to 'upstream/debian-unstable/man7/OSSL_PROVIDER-base.7ssl')
-rw-r--r-- | upstream/debian-unstable/man7/OSSL_PROVIDER-base.7ssl | 95 |
1 files changed, 78 insertions, 17 deletions
diff --git a/upstream/debian-unstable/man7/OSSL_PROVIDER-base.7ssl b/upstream/debian-unstable/man7/OSSL_PROVIDER-base.7ssl index b2f9e16b..88546469 100644 --- a/upstream/debian-unstable/man7/OSSL_PROVIDER-base.7ssl +++ b/upstream/debian-unstable/man7/OSSL_PROVIDER-base.7ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "OSSL_PROVIDER-BASE 7SSL" -.TH OSSL_PROVIDER-BASE 7SSL 2024-02-03 3.1.5 OpenSSL +.TH OSSL_PROVIDER-BASE 7SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -104,25 +104,86 @@ currently permitted. .SH "OPERATIONS AND ALGORITHMS" .IX Header "OPERATIONS AND ALGORITHMS" The OpenSSL base provider supports these operations and algorithms: +.SS "Random Number Generation" +.IX Subsection "Random Number Generation" +.IP "SEED-SRC, see \fBEVP_RAND\-SEED\-SRC\fR\|(7)" 4 +.IX Item "SEED-SRC, see EVP_RAND-SEED-SRC" +.PP +In addition to this provider, the "SEED-SRC" algorithm is also available in the +default provider. .SS "Asymmetric Key Encoder" .IX Subsection "Asymmetric Key Encoder" -In addition to "provider=base", some of these encoders define the -property "fips=yes", to allow them to be used together with the FIPS -provider. -.IP "RSA, see \fBOSSL_ENCODER\-RSA\fR\|(7)" 4 -.IX Item "RSA, see OSSL_ENCODER-RSA" +.IP RSA 4 +.IX Item "RSA" +.PD 0 +.IP RSA-PSS 4 +.IX Item "RSA-PSS" +.IP DH 4 +.IX Item "DH" +.IP DHX 4 +.IX Item "DHX" +.IP DSA 4 +.IX Item "DSA" +.IP EC 4 +.IX Item "EC" +.IP ED25519 4 +.IX Item "ED25519" +.IP ED448 4 +.IX Item "ED448" +.IP X25519 4 +.IX Item "X25519" +.IP X448 4 +.IX Item "X448" +.IP SM2 4 +.IX Item "SM2" +.PD +.PP +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. +.SS "Asymmetric Key Decoder" +.IX Subsection "Asymmetric Key Decoder" +.IP RSA 4 +.IX Item "RSA" .PD 0 -.IP "DH, see \fBOSSL_ENCODER\-DH\fR\|(7)" 4 -.IX Item "DH, see OSSL_ENCODER-DH" -.IP "DSA, see \fBOSSL_ENCODER\-DSA\fR\|(7)" 4 -.IX Item "DSA, see OSSL_ENCODER-DSA" -.IP "EC, see \fBOSSL_ENCODER\-EC\fR\|(7)" 4 -.IX Item "EC, see OSSL_ENCODER-EC" -.IP "X25519, see \fBOSSL_ENCODER\-X25519\fR\|(7)" 4 -.IX Item "X25519, see OSSL_ENCODER-X25519" -.IP "X448, see \fBOSSL_ENCODER\-X448\fR\|(7)" 4 -.IX Item "X448, see OSSL_ENCODER-X448" +.IP RSA-PSS 4 +.IX Item "RSA-PSS" +.IP DH 4 +.IX Item "DH" +.IP DHX 4 +.IX Item "DHX" +.IP DSA 4 +.IX Item "DSA" +.IP EC 4 +.IX Item "EC" +.IP ED25519 4 +.IX Item "ED25519" +.IP ED448 4 +.IX Item "ED448" +.IP X25519 4 +.IX Item "X25519" +.IP X448 4 +.IX Item "X448" +.IP SM2 4 +.IX Item "SM2" +.IP DER 4 +.IX Item "DER" .PD +.PP +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. +.SS Stores +.IX Subsection "Stores" +.IP file 4 +.IX Item "file" +.PD 0 +.IP org.openssl.winstore 4 +.IX Item "org.openssl.winstore" +.PD +.PP +In addition to this provider, all of these store algorithms are also +available in the default provider. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBOSSL_PROVIDER\-default\fR\|(7), \fBopenssl\-core.h\fR\|(7), @@ -132,7 +193,7 @@ provider. This functionality was added in OpenSSL 3.0. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2020\-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2020\-2023 The OpenSSL Project Authors. All Rights Reserved. .PP 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 |