1OSSL_PROVIDER-BASE(7ossl)           OpenSSL          OSSL_PROVIDER-BASE(7ossl)
2
3
4

NAME

6       OSSL_PROVIDER-base - OpenSSL base provider
7

DESCRIPTION

9       The OpenSSL base provider supplies the encoding for OpenSSL's
10       asymmetric cryptography.
11
12   Properties
13       The implementations in this provider specifically have this property
14       defined:
15
16       "provider=base"
17
18       It may be used in a property query string with fetching functions.
19
20       It isn't mandatory to query for this property, except to make sure to
21       get implementations of this provider and none other.
22
23       "type=parameters"
24       "type=private"
25       "type=public"
26
27       These may be used in a property query string with fetching functions to
28       select which data are to be encoded.  Either the private key material,
29       the public key material or the domain parameters can be selected.
30
31       "format=der"
32       "format=pem"
33       "format=text"
34
35       These may be used in a property query string with fetching functions to
36       select the encoding output format.  Either the DER, PEM and plaintext
37       are currently permitted.
38

OPERATIONS AND ALGORITHMS

40       The OpenSSL base provider supports these operations and algorithms:
41
42   Asymmetric Key Encoder
43       In addition to "provider=base", some of these encoders define the
44       property "fips=yes", to allow them to be used together with the FIPS
45       provider.
46
47       RSA, see OSSL_ENCODER-RSA(7)
48       DH, see OSSL_ENCODER-DH(7)
49       DSA, see OSSL_ENCODER-DSA(7)
50       EC, see OSSL_ENCODER-EC(7)
51       X25519, see OSSL_ENCODER-X25519(7)
52       X448, see OSSL_ENCODER-X448(7)
53

SEE ALSO

55       OSSL_PROVIDER-default(7), openssl-core.h(7),
56       openssl-core_dispatch.h(7), provider(7)
57

HISTORY

59       This functionality was added in OpenSSL 3.0.
60
62       Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
63
64       Licensed under the Apache License 2.0 (the "License").  You may not use
65       this file except in compliance with the License.  You can obtain a copy
66       in the file LICENSE in the source distribution or at
67       <https://www.openssl.org/source/license.html>.
68
69
70
713.0.9                             2023-07-27         OSSL_PROVIDER-BASE(7ossl)
Impressum