Commit d0cbaa2f authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix a missing NULL check in dsa_builtin_paramgen



We should check the last BN_CTX_get() call to ensure that it isn't NULL
before we try and use any of the allocated BIGNUMs.

Issue reported by Shi Lei.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
(cherry picked from commit 1ff7425d)
parent a5e55f62
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment