Lines Matching +full:turn +full:- +full:on

1 .\" -*- mode: troff; coding: utf-8 -*-
33 .\" If the F register is >0, we'll generate index entries on stderr for
57 .IX Title "EVP_KEYEXCH-DH 7ossl"
58 .TH EVP_KEYEXCH-DH 7ossl 2025-09-30 3.5.4 OpenSSL
59 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
64 EVP_KEYEXCH\-DH
65 \&\- DH Key Exchange algorithm support
79 Setting a value of 1 will turn padding on.
80 Setting a value of 0 will turn padding off.
83 If padding is on then the derived shared secret will have its first bytes
87 the KDF type is set to "X942KDF\-ASN1" (\fBOSSL_KDF_NAME_X942KDF_ASN1\fR).
88 .IP """kdf-type"" (\fBOSSL_EXCHANGE_PARAM_KDF_TYPE\fR) <UTF8 string>" 4
89 .IX Item """kdf-type"" (OSSL_EXCHANGE_PARAM_KDF_TYPE) <UTF8 string>"
91 .IP """kdf-digest"" (\fBOSSL_EXCHANGE_PARAM_KDF_DIGEST\fR) <UTF8 string>" 4
92 .IX Item """kdf-digest"" (OSSL_EXCHANGE_PARAM_KDF_DIGEST) <UTF8 string>"
93 .IP """kdf-digest-props"" (\fBOSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS\fR) <UTF8 string>" 4
94 .IX Item """kdf-digest-props"" (OSSL_EXCHANGE_PARAM_KDF_DIGEST_PROPS) <UTF8 string>"
95 .IP """kdf-outlen"" (\fBOSSL_EXCHANGE_PARAM_KDF_OUTLEN\fR) <unsigned integer>" 4
96 .IX Item """kdf-outlen"" (OSSL_EXCHANGE_PARAM_KDF_OUTLEN) <unsigned integer>"
97 .IP """kdf-ukm"" (\fBOSSL_EXCHANGE_PARAM_KDF_UKM\fR) <octet string>" 4
98 .IX Item """kdf-ukm"" (OSSL_EXCHANGE_PARAM_KDF_UKM) <octet string>"
99 .IP """fips-indicator"" (\fBOSSL_EXCHANGE_PARAM_FIPS_APPROVED_INDICATOR\fR) <integer>" 4
100 .IX Item """fips-indicator"" (OSSL_EXCHANGE_PARAM_FIPS_APPROVED_INDICATOR) <integer>"
101 .IP """key-check"" (\fBOSSL_EXCHANGE_PARAM_FIPS_KEY_CHECK\fR) <integer>" 4
102 .IX Item """key-check"" (OSSL_EXCHANGE_PARAM_FIPS_KEY_CHECK) <integer>"
103 .IP """digest-check"" (\fBOSSL_EXCHANGE_PARAM_FIPS_DIGEST_CHECK\fR) <integer>" 4
104 .IX Item """digest-check"" (OSSL_EXCHANGE_PARAM_FIPS_DIGEST_CHECK) <integer>"
106 See "Common Key Exchange parameters" in \fBprovider\-keyexch\fR\|(7).
109 See "KDF Parameters" in \fBprovider\-kdf\fR\|(7).
113 named group (or domain parameters). See "Examples" in \fBEVP_PKEY\-DH\fR\|(7).
129 To convert the received peer's public key from DER format on the host:
138 To derive a shared secret on the host using the host's key and the peer's public
175 \&\fBEVP_PKEY\-DH\fR\|(7),
176 \&\fBEVP_PKEY\-FFC\fR\|(7),
178 \&\fBprovider\-keyexch\fR\|(7),
179 \&\fBprovider\-keymgmt\fR\|(7),
180 \&\fBOSSL_PROVIDER\-default\fR\|(7),
181 \&\fBOSSL_PROVIDER\-FIPS\fR\|(7),
184 Copyright 2020\-2024 The OpenSSL Project Authors. All Rights Reserved.