netty5/handler/src/main/java/io/netty
Norman Maurer ec935c5a7b Correctly delete SelfSignedCertificate once done with it.
Motivation:

In OpenSsl init code we create a SelfSignedCertificate which we not explicitly delete. This can lead to have the deletion delayed.

Modifications:

Delete the SelfSignedCertificate once done with it.

Result:

Fixes [#6716]
2017-05-09 11:28:20 +02:00
..
handler Correctly delete SelfSignedCertificate once done with it. 2017-05-09 11:28:20 +02:00