|
NAMEOSSL_PROVIDER-base - OpenSSL base providerDESCRIPTIONThe OpenSSL base provider supplies the encoding for OpenSSL's asymmetric cryptography.PropertiesThe implementations in this provider specifically have this property defined:
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.
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.
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 ALGORITHMSThe OpenSSL base provider supports these operations and algorithms:Asymmetric Key EncoderIn addition to "provider=base", some of these encoders define the property "fips=yes", to allow them to be used together with the FIPS provider.
SEE ALSOOSSL_PROVIDER-default(7), openssl-core.h(7), openssl-core_dispatch.h(7), provider(7)COPYRIGHTCopyright 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>.
Visit the GSP FreeBSD Man Page Interface. |