openssl/crypto/srp
Matt Caswell 7fb82d0674 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: Rich Salz <rsalz@openssl.org>
2016-08-26 20:40:37 +01:00
..
Makefile Fix the update target and remove duplicate file updates 2015-05-23 06:25:12 +02:00
srp.h CVE-2016-0798: avoid memory leak in SRP 2016-02-24 18:39:13 +01:00
srp_grps.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
srp_lcl.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
srp_lib.c Fix error return value in SRP functions 2016-05-24 00:02:40 +01:00
srp_vfy.c SRP_create_verifier does not check for NULL before OPENSSL_cleanse 2016-08-26 20:40:37 +01:00
srptest.c RT3856: Fix memory leaks in test code 2015-06-23 08:04:19 -04:00