Commit 1ff7425d 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>
parent f3ff481f
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