Skip to content

Commit

Permalink
QUIC: Increase HKDF_MAXBUF to 2048
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshort committed Dec 11, 2020
1 parent 946e0c9 commit 1fe3e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/kdf/hkdf.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "internal/cryptlib.h"
#include "crypto/evp.h"

#define HKDF_MAXBUF 1024
#define HKDF_MAXBUF 2048

static unsigned char *HKDF(const EVP_MD *evp_md,
const unsigned char *salt, size_t salt_len,
Expand Down

0 comments on commit 1fe3e02

Please sign in to comment.