On 28/03/17 22:24, Steffan Karger wrote:
> Hi,
>
> On 28-03-17 21:19, David Sommerseth wrote:
>> If tls_deauthenticate() was called, it could in some scenarios leave the
>> authentication token for a session in memory. This change just ensures
>> auth-tokens are always wiped as soon as a TLS sess
Hi,
On 28-03-17 21:19, David Sommerseth wrote:
> If tls_deauthenticate() was called, it could in some scenarios leave the
> authentication token for a session in memory. This change just ensures
> auth-tokens are always wiped as soon as a TLS session is considered
> broken.
>
> Signed-off-by: Da
If tls_deauthenticate() was called, it could in some scenarios leave the
authentication token for a session in memory. This change just ensures
auth-tokens are always wiped as soon as a TLS session is considered
broken.
Signed-off-by: David Sommerseth
---
The wipe_auth_token() function is othe