Hi,
Shouldn't there be a SRP_VBASE_free() call somewhere in s_server.c ?
At least for freeing the data allocated by the SRP_VBASE_new() call :
openssl 1.0.1c, apps/s_server.c line 1849 :
#ifndef OPENSSL_NO_SRP
if (srp_verifier_file != NULL)
{
srp_callback_parm.vb = SRP_VBASE_new(srpuserseed);
Somewhere between lines 1883 - 1903 ?
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]