1. 07 Nov, 2016 2 commits
    • Matt Caswell's avatar
      Correct the Id for the TLS1.3 ciphersuite · 5d71f7ea
      Matt Caswell authored
      
      
      We have one TLS1.3 ciphersuite, but there is a typo in the id that should
      be corrected.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      5d71f7ea
    • Matt Caswell's avatar
      Always ensure that init_msg is initialised for a CCS · c4377574
      Matt Caswell authored
      
      
      We read it later in grow_init_buf(). If CCS is the first thing received in
      a flight, then it will use the init_msg from the last flight we received. If
      the init_buf has been grown in the meantime then it will point to some
      arbitrary other memory location. This is likely to result in grow_init_buf()
      attempting to grow to some excessively large amount which is likely to
      fail. In practice this should never happen because the only time we receive
      a CCS as the first thing in a flight is in an abbreviated handshake. None
      of the preceding messages from the server flight would be large enough to
      trigger this.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      c4377574
  2. 06 Nov, 2016 3 commits
  3. 05 Nov, 2016 1 commit
  4. 04 Nov, 2016 34 commits