1. 25 Jun, 2015 1 commit
  2. 24 Jun, 2015 1 commit
  3. 23 Jun, 2015 14 commits
  4. 22 Jun, 2015 6 commits
  5. 21 Jun, 2015 13 commits
  6. 20 Jun, 2015 1 commit
  7. 16 Jun, 2015 2 commits
  8. 15 Jun, 2015 2 commits
    • 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
    • Rich Salz's avatar
      Refactor into clear_ciphers; RT3588 · d31fb0b5
      Rich Salz authored
      
      
      While closing RT3588 (Remove obsolete comment) Kurt and I saw that a
      few lines to completely clear the SSL cipher state could be moved into
      a common function.
      
      Reviewed-by: default avatarKurt Roeckx <kurt@openssl.org>
      d31fb0b5