Skip to content

Commit 6b23589

Browse files
committed
QUIC: Increase HKDF_MAXBUF to 2048
1 parent b37f665 commit 6b23589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/kdf/hkdf.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include "internal/cryptlib.h"
1616
#include "crypto/evp.h"
1717

18-
#define HKDF_MAXBUF 1024
18+
#define HKDF_MAXBUF 2048
1919

2020
static unsigned char *HKDF(const EVP_MD *evp_md,
2121
const unsigned char *salt, size_t salt_len,

0 commit comments

Comments
 (0)