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 Apr 13, 2020
1 parent b37f665 commit 6b23589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/kdf/hkdf.c
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 6b23589

Please sign in to comment.