1. 17 May, 2017 2 commits
    • Richard Levitte's avatar
      Remove notification settings from appveyor.yml · 7a94f5b0
      Richard Levitte authored
      
      
      Notifications can be (and should be) configured on account basis on
      the CI web site.  This avoids getting emails to openssl-commits for
      personal accounts that also build OpenSSL stuff.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3484)
      7a94f5b0
    • Matt Caswell's avatar
      Don't allow fragmented alerts · bd990e25
      Matt Caswell authored
      
      
      An alert message is 2 bytes long. In theory it is permissible in SSLv3 -
      TLSv1.2 to fragment such alerts across multiple records (some of which
      could be empty). In practice it make no sense to send an empty alert
      record, or to fragment one. TLSv1.3 prohibts this altogether and other
      libraries (BoringSSL, NSS) do not support this at all. Supporting it adds
      significant complexity to the record layer, and its removal is unlikely
      to cause inter-operability issues.
      
      The DTLS code for this never worked anyway and it is not supported at a
      protocol level for DTLS. Similarly fragmented DTLS handshake records only
      work at a protocol level where at least the handshake message header
      exists within the record. DTLS code existed for trying to handle fragmented
      handshake records smaller than this size. This code didn't work either so
      has also been removed.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3476)
      bd990e25
  2. 16 May, 2017 1 commit
  3. 15 May, 2017 7 commits
  4. 12 May, 2017 5 commits
  5. 11 May, 2017 25 commits