blob: 5d571d910f5e89cce6fb957ef7e25b0ee5e8b9f7 (
plain)
1
2
3
4
5
6
7
8
9
|
o Minor features (security):
- Clear keys and key-derived material left on the stack in
rendservice.c and rendclient.c. This should make us more
forward-secure against cold-boot attacks and the like. Fix for
bug 2385.
- Check return value of crypto_pk_write_private_key_to_string() in
end_service_load_keys(). This should make us more forward-secure
against cold-boot attacks and the like. Fix for bug 2385.
|