Commit 7fb82d06 authored by Matt Caswell's avatar Matt Caswell
Browse files

SRP_create_verifier does not check for NULL before OPENSSL_cleanse



OPENSSL_cleanse() does not validate its input parameter for NULL so
SRP_create_verifier() should do so instead. Otherwise a segfault will
result.

Alternative solution to GitHub PR#1006

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 06a549c4
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