1EVP_KDF-X942-CONCAT(7ossl) OpenSSL EVP_KDF-X942-CONCAT(7ossl)
2
3
4
6 EVP_KDF-X942-CONCAT - The X942 Concat EVP_KDF implementation
7
9 The EVP_KDF-X942-CONCAT algorithm is identical to EVP_KDF-X963. It is
10 used for key agreement to derive a key using input such as a shared
11 secret key and shared info.
12
13 Identity
14 "X942KDF_CONCAT" is the name for this implementation; it can be used
15 with the EVP_KDF_fetch() function.
16
17 This is an alias for "X963KDF".
18
19 See EVP_KDF-X963(7) for a list of supported parameters and examples.
20
22 This functionality was added to OpenSSL 3.0.
23
25 Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
26
27 Licensed under the Apache License 2.0 (the "License"). You may not use
28 this file except in compliance with the License. You can obtain a copy
29 in the file LICENSE in the source distribution or at
30 <https://www.openssl.org/source/license.html>.
31
32
33
343.0.5 2022-07-05 EVP_KDF-X942-CONCAT(7ossl)