logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

EVP_KDF-X942-CONCAT - The X942 Concat EVP_KDF implementation

Description

       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.

   Identity
       "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.

History

       This functionality was added in OpenSSL 3.0.

Name

       EVP_KDF-X942-CONCAT - The X942 Concat EVP_KDF implementation

See Also