]
Farah Juma updated SSLNTV-8:
----------------------------
Fix Version/s: 2.2.0.CR1
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
Fix For: 2.2.0.CR1
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.