Loading crypto/kdf/tls1_prf.c +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ static int pkey_tls1_prf_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) { TLS1_PRF_PKEY_CTX *kctx = ctx->data; if (kctx->md == NULL || kctx->sec == NULL || kctx->seed == NULL) if (kctx->md == NULL || kctx->sec == NULL || kctx->seedlen == 0) return 0; return tls1_prf_alg(kctx->md, kctx->sec, kctx->seclen, kctx->seed, kctx->seedlen, Loading util/mkfiles.pl +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ my @dirs = ( "crypto/async", "crypto/chacha", "crypto/poly1305", "crypto/kdf", "ssl", "apps", "engines", Loading Loading
crypto/kdf/tls1_prf.c +1 −1 Original line number Diff line number Diff line Loading @@ -142,7 +142,7 @@ static int pkey_tls1_prf_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen) { TLS1_PRF_PKEY_CTX *kctx = ctx->data; if (kctx->md == NULL || kctx->sec == NULL || kctx->seed == NULL) if (kctx->md == NULL || kctx->sec == NULL || kctx->seedlen == 0) return 0; return tls1_prf_alg(kctx->md, kctx->sec, kctx->seclen, kctx->seed, kctx->seedlen, Loading
util/mkfiles.pl +1 −0 Original line number Diff line number Diff line Loading @@ -65,6 +65,7 @@ my @dirs = ( "crypto/async", "crypto/chacha", "crypto/poly1305", "crypto/kdf", "ssl", "apps", "engines", Loading