1. 05 Jul, 2014 3 commits
  2. 04 Jul, 2014 2 commits
  3. 03 Jul, 2014 2 commits
  4. 02 Jul, 2014 6 commits
  5. 01 Jul, 2014 1 commit
  6. 30 Jun, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Fix copy for CCM, GCM and XTS. · c28b055a
      Dr. Stephen Henson authored
      Internal pointers in CCM, GCM and XTS contexts should either be
      NULL or set to point to the appropriate key schedule. This needs
      to be adjusted when copying contexts.
      (cherry picked from commit c2fd5d79)
      c28b055a
  7. 29 Jun, 2014 6 commits
  8. 28 Jun, 2014 2 commits
  9. 27 Jun, 2014 12 commits
  10. 26 Jun, 2014 2 commits
  11. 22 Jun, 2014 2 commits
  12. 14 Jun, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Accept CCS after sending finished. · 9beb75d3
      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)
      9beb75d3