netty5/handler/src/main/java/io/netty
Norman Maurer b39c53ce17 [#5218] Zero out private key copied to ByteBuf before release.
Motivation:

We should zero-out the private key as soon as possible when we not need it anymore.

Modifications:

zero out the private key before release the buffer.

Result:

Limit the time the private key resist in memory.
2016-05-09 09:59:58 +02:00
..
handler [#5218] Zero out private key copied to ByteBuf before release. 2016-05-09 09:59:58 +02:00