Skip to content

The public_from_private function still returns 1 even when an error occurs in the previous steps #28562

@roadicing

Description

@roadicing

/* Using rho generate A' = A in NTT form */
if (!matrix_expand_A(md_ctx, key->shake128_md, key->rho, &a_ntt))
goto err;

err:
OPENSSL_free(polys);
return 1;

Metadata

Metadata

Assignees

Labels

branch: 3.5Applies to openssl-3.5branch: 3.6Applies to openssl-3.6branch: masterApplies to master branchgood first issueBite size change that could be a good starttriaged: bugThe issue/pr is/fixes a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions