]
Farah Juma moved WFSSL-52 to SSLNTV-8:
--------------------------------------
Project: WildFly OpenSSL Natives (was: WildFly OpenSSL)
Key: SSLNTV-8 (was: WFSSL-52)
Sessions not removed correctly
------------------------------
Key: SSLNTV-8
URL:
https://issues.redhat.com/browse/SSLNTV-8
Project: WildFly OpenSSL Natives
Issue Type: Bug
Reporter: Stuart Douglas
Assignee: Stuart Douglas
Priority: Major
SSL_SESSION_free(session) needs to be called by remove_session_cb, otherwise a memory
leak occurs. This leak is normally small but if client cert auth is used then it is very
large as the session contains the certificates.