![]() |
![]()
| ![]() |
![]()
NAMEEVP_KDF-HMAC-DRBG - The HMAC DRBG DETERMINISTIC EVP_KDF implementation DESCRIPTIONSupport for a deterministic HMAC DRBG using the EVP_KDF API. This is similar to EVP_RAND-HMAC-DRBG(7), but uses fixed values for its entropy and nonce values. This is used to generate deterministic nonce value required by ECDSA and DSA (as defined in RFC 6979). Identity"HMAC-DRBG-KDF" is the name for this implementation; it can be used with the EVP_KDF_fetch() function. Supported parametersThe supported parameters are:
NOTESA context for KDF HMAC DRBG can be obtained by calling: EVP_KDF *kdf = EVP_KDF_fetch(NULL, "HMAC-DRBG-KDF", NULL); EVP_KDF_CTX *kdf_ctx = EVP_KDF_CTX_new(kdf, NULL); CONFORMING TORFC 6979 SEE ALSOEVP_KDF(3), "PARAMETERS" in EVP_KDF(3) HISTORYThe EVP_KDF-HMAC-DRBG functionality was added in OpenSSL 3.2. COPYRIGHTCopyright 2022-2023 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>.
|