bug2385 441 B

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