Skip to content
  1. Mar 25, 2015
    • Matt Caswell's avatar
      Ensure last_write_sequence is saved in DTLS1.2 · 4285b851
      Matt Caswell authored
      
      
      In DTLS, immediately prior to epoch change, the write_sequence is supposed
      to be stored in s->d1->last_write_sequence. The write_sequence is then reset
      back to 00000000. In the event of retransmits of records from the previous
      epoch, the last_write_sequence is restored. This commit fixes a bug in
      DTLS1.2 where the write_sequence was being reset before last_write_sequence
      was saved, and therefore retransmits are sent with incorrect sequence
      numbers.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (cherry picked from commit d5d0a1cb)
      4285b851
  2. Mar 24, 2015
  3. Mar 23, 2015
  4. Mar 22, 2015
  5. Mar 20, 2015
  6. Mar 19, 2015
  7. Mar 18, 2015
  8. Mar 17, 2015
  9. Mar 15, 2015