Skip to content
  1. Jun 25, 2015
  2. Jun 24, 2015
  3. Jun 23, 2015
  4. Jun 22, 2015
  5. Jun 21, 2015
  6. Jun 20, 2015
  7. Jun 16, 2015
  8. Jun 15, 2015
    • Rich Salz's avatar
      RT2547: Tighten perms on generated privkey files · 3b061a00
      Rich Salz authored
      
      
      When generating a private key, try to make the output file be readable
      only by the owner.  Put it in CHANGES file since it might be noticeable.
      
      Add "int private" flag to apps that write private keys, and check that it's
      set whenever we do write a private key.  Checked via assert so that this
      bug (security-related) gets fixed.  Thanks to Viktor for help in tracing
      the code-paths where private keys are written.
      
      Reviewed-by: default avatarViktor Dukhovni <viktor@openssl.org>
      3b061a00