1. 29 Jun, 2014 4 commits
  2. 28 Jun, 2014 1 commit
  3. 27 Jun, 2014 10 commits
  4. 26 Jun, 2014 2 commits
  5. 22 Jun, 2014 2 commits
  6. 14 Jun, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Accept CCS after sending finished. · f25e4263
      Dr. Stephen Henson authored
      Allow CCS after finished has been sent by client: at this point
      keys have been correctly set up so it is OK to accept CCS from
      server. Without this renegotiation can sometimes fail.
      
      PR#3400
      (cherry picked from commit 99cd6a91fcb0931feaebbb4832681d40a66fad41)
      f25e4263
  7. 13 Jun, 2014 2 commits
  8. 12 Jun, 2014 2 commits
  9. 11 Jun, 2014 1 commit
  10. 10 Jun, 2014 2 commits
  11. 09 Jun, 2014 1 commit
  12. 08 Jun, 2014 1 commit
    • Jakub Wilk's avatar
      Create ~/.rnd with mode 0600 instead of 0666 · 8781538f
      Jakub Wilk authored
      Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
      the file with open() using mode 0600 but fall back to using fopen() with the
      default umask followed by a chmod().
      
      Problem found by Jakub Wilk <jwilk@debian.org>.
      8781538f
  13. 07 Jun, 2014 3 commits
  14. 06 Jun, 2014 2 commits
  15. 05 Jun, 2014 5 commits
  16. 03 Jun, 2014 1 commit