CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/06 13:15:35
Modified files:
lib/libssl : tls13_client.c tls13_server.c
Log message:
Use tls13_secret_{init,cleanup}() for the finished_key
This trades an array on the stack for a dynamically allocated secret in
tls13_{client,server}_finished_send() but has the benefit of wiping out
an intermediate secret on function exit.
ok jsing
