1. 17 5月, 2017 2 次提交
    • R
      Remove notification settings from appveyor.yml · 7a94f5b0
      Richard Levitte 提交于
      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: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3484)
      7a94f5b0
    • M
      Don't allow fragmented alerts · bd990e25
      Matt Caswell 提交于
      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: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3476)
      bd990e25
  2. 16 5月, 2017 1 次提交
  3. 15 5月, 2017 7 次提交
  4. 13 5月, 2017 3 次提交
  5. 12 5月, 2017 12 次提交
  6. 11 5月, 2017 15 次提交