1OSSL_PROVIDER-BASE(7ossl) OpenSSL OSSL_PROVIDER-BASE(7ossl)
2
3
4
6 OSSL_PROVIDER-base - OpenSSL base provider
7
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
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
55 OSSL_PROVIDER-default(7), openssl-core.h(7),
56 openssl-core_dispatch.h(7), provider(7)
57
59 Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
60
61 Licensed under the Apache License 2.0 (the "License"). You may not use
62 this file except in compliance with the License. You can obtain a copy
63 in the file LICENSE in the source distribution or at
64 <https://www.openssl.org/source/license.html>.
65
66
67
683.0.5 2022-11-01 OSSL_PROVIDER-BASE(7ossl)