We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37f665 commit 6b23589Copy full SHA for 6b23589
crypto/kdf/hkdf.c
@@ -15,7 +15,7 @@
15
#include "internal/cryptlib.h"
16
#include "crypto/evp.h"
17
18
-#define HKDF_MAXBUF 1024
+#define HKDF_MAXBUF 2048
19
20
static unsigned char *HKDF(const EVP_MD *evp_md,
21
const unsigned char *salt, size_t salt_len,
0 commit comments