$NetBSD: OSSL_PROVIDER-base.7,v 1.5 2024/09/08 13:08:27 christos Exp $ -*- mode: troff; coding: utf-8 -*- Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) Standard preamble: ========================================================================..
..
..
\*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>.. ds C` ""
. ds C' ""
'br\}
. ds C`
. ds C'
'br\}
Escape single quotes in literal strings from groff's Unicode transform. If the F register is >0, we'll generate index entries on stderr for titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index entries marked with X<> in POD. Of course, you'll have to process the output yourself in some meaningful fashion. Avoid warning from groff about undefined register 'F'...
.nr rF 0
. if \nF \{\
. de IX
. tm Index:\\$1\t\\n%\t"\\$2"
..
. if !\nF==2 \{\
. nr % 0
. nr F 2
. \}
. \}
.\}
.rr rF
======================================================================== Title "OSSL_PROVIDER-BASE 7" OSSL_PROVIDER-BASE 7 2024-09-03 3.0.15 OpenSSL
For nroff, turn off justification. Always turn off hyphenation; it makes way too many mistakes in technical documents. NAME
OSSL_PROVIDER-base - OpenSSL base provider
DESCRIPTION
Header "DESCRIPTION" The OpenSSL base provider supplies the encoding for OpenSSL's
asymmetric cryptography.
Properties
Subsection "Properties" The implementations in this provider specifically have this property
defined:
"""provider=base""" 4
Item """provider=base"""
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.
"""type=parameters""" 4
Item """type=parameters""" 0
"""type=private""" 4
Item """type=private""" """type=public""" 4
Item """type=public"""
These may be used in a property query string with fetching functions to select
which data are to be encoded. Either the private key material, the public
key material or the domain parameters can be selected.
"""format=der""" 4
Item """format=der""" 0
"""format=pem""" 4
Item """format=pem""" """format=text""" 4
Item """format=text"""
These may be used in a property query string with fetching functions to select
the encoding output format. Either the DER, PEM and plaintext are
currently permitted.
"OPERATIONS AND ALGORITHMS"
Header "OPERATIONS AND ALGORITHMS" The OpenSSL base provider supports these operations and algorithms:
"Asymmetric Key Encoder"
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.
"RSA, see OSSL_ENCODER-RSA\|(7)" 4
Item "RSA, see OSSL_ENCODER-RSA" 0
"DH, see OSSL_ENCODER-DH\|(7)" 4
Item "DH, see OSSL_ENCODER-DH" "DSA, see OSSL_ENCODER-DSA\|(7)" 4
Item "DSA, see OSSL_ENCODER-DSA" "EC, see OSSL_ENCODER-EC\|(7)" 4
Item "EC, see OSSL_ENCODER-EC" "X25519, see OSSL_ENCODER-X25519\|(7)" 4
Item "X25519, see OSSL_ENCODER-X25519" "X448, see OSSL_ENCODER-X448\|(7)" 4
Item "X448, see OSSL_ENCODER-X448"
"SEE ALSO"
Header "SEE ALSO" \fBOSSL_PROVIDER-default\|(7),
openssl-core.h\|(7),
\fBopenssl-
core_dispatch.h\|(7),
provider\|(7)
HISTORY
Header "HISTORY" This functionality was added in OpenSSL 3.0.
COPYRIGHT
Header "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
<https://www.openssl.org/source/license.html>.