Hello,
aa.pem is a file with 10.000 certificates.
running the following instruction

  STACK_OF(X509_NAME*)s=SSL_load_client_CA_file("aa.pem");

10 Mb of memory are reserved to the application but
running the following instruction

  sk_X509_NAME_pop_free(s,X509_NAME_free);

the memory is not freed.

Any ideas ?

Thanks.

Ivan


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to