EVP_KDF-X942-CONCAT(7SSL) OpenSSL EVP_KDF-X942-CONCAT(7SSL)
EVP_KDF-X942-CONCAT - The X942 Concat EVP_KDF implementation
| Use Case | Command | Description |
|---|---|---|
| đ Obtain KDF implementation | EVP_KDF_fetch(NULL, "X942KDF_CONCAT", NULL) |
Fetch the X942 Concat KDF (alias for X963KDF) |
| đ Derive key from shared secret | EVP_KDF_derive(kdf, key, keylen, params) |
Derive key using shared secret and shared info |
| đ Set shared secret | EVP_KDF_ctrl(kdf, EVP_KDF_CTRL_SET_SHARED_SECRET, ...) |
Provide the shared secret key for derivation |
| đ Set shared info | EVP_KDF_ctrl(kdf, EVP_KDF_CTRL_SET_INFO, ...) |
Provide additional shared info for key derivation |
đĄ For full details, see EVP_KDF-X963(7).
The EVP_KDF-X942-CONCAT algorithm is identical to EVP_KDF-X963. It is used for key agreement to derive a key using input such as a shared secret key and shared info.
"X942KDF_CONCAT" is the name for this implementation; it can be used with the EVP_KDF_fetch() function.
This is an alias for "X963KDF".
See EVP_KDF-X963(7) for a list of supported parameters and examples.
This functionality was added to OpenSSL 3.0.
Copyright 2020-2021 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>.
3.0.2 2026-06-02 EVP_KDF-X942-CONCAT(7SSL)
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-04 12:54 @216.73.217.98
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format