diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 10:52:33 +0000 |
commit | 2c3307fb903f427be3d021c5780b75cac9af2ce8 (patch) | |
tree | 65cf431f40b7481d81ae2dfce9576342686448f7 /upstream/debian-unstable/man7/EVP_PKEY-EC.7ssl | |
parent | Releasing progress-linux version 4.22.0-1~progress7.99u1. (diff) | |
download | manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.tar.xz manpages-l10n-2c3307fb903f427be3d021c5780b75cac9af2ce8.zip |
Merging upstream version 4.23.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-unstable/man7/EVP_PKEY-EC.7ssl')
-rw-r--r-- | upstream/debian-unstable/man7/EVP_PKEY-EC.7ssl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/upstream/debian-unstable/man7/EVP_PKEY-EC.7ssl b/upstream/debian-unstable/man7/EVP_PKEY-EC.7ssl index d55f603f..047d90dd 100644 --- a/upstream/debian-unstable/man7/EVP_PKEY-EC.7ssl +++ b/upstream/debian-unstable/man7/EVP_PKEY-EC.7ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "EVP_PKEY-EC 7SSL" -.TH EVP_PKEY-EC 7SSL 2024-02-03 3.1.5 OpenSSL +.TH EVP_PKEY-EC 7SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -188,6 +188,13 @@ Used for getting the EC public key Y component. .IX Item """default-digest"" (OSSL_PKEY_PARAM_DEFAULT_DIGEST) <UTF8 string>" Getter that returns the default digest name. (Currently returns "SHA256" as of OpenSSL 3.0). +.IP """dhkem-ikm"" (\fBOSSL_PKEY_PARAM_DHKEM_IKM\fR) <octet string>" 4 +.IX Item """dhkem-ikm"" (OSSL_PKEY_PARAM_DHKEM_IKM) <octet string>" +DHKEM requires the generation of a keypair using an input key material (seed). +Use this to specify the key material used for generation of the private key. +This value should not be reused for other purposes. It can only be used +for the curves "P\-256", "P\-384" and "P\-521" and should have a length of at least +the size of the encoded private key (i.e. 32, 48 and 66 for the listed curves). .PP The following Gettable types are also available for the built-in EC algorithm: .IP """basis-type"" (\fBOSSL_PKEY_PARAM_EC_CHAR2_TYPE\fR) <UTF8 string>" 4 |