1. 25 1月, 2018 7 次提交
  2. 23 1月, 2018 1 次提交
  3. 09 1月, 2018 1 次提交
  4. 03 1月, 2018 1 次提交
    • B
      Permit the "supported_groups" extension in ServerHellos · 7bc2bddb
      Benjamin Kaduk 提交于
      Although this is forbidden by all three(!) relevant specifications,
      there seem to be multiple server implementations in the wild that
      send it.  Since we didn't check for unexpected extensions in any
      given message type until TLS 1.3 support was added, our previous
      behavior was to silently accept these extensions and pass them over
      to the custom extension callback (if any).  In order to avoid
      regression of functionality, relax the check for "extension in
      unexpected context" for this specific case, but leave the protocol
      enforcment mechanism unchanged for other extensions and in other
      extension contexts.
      
      Leave a detailed comment to indicate what is going on.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4463)
      7bc2bddb
  5. 29 12月, 2017 1 次提交
  6. 26 12月, 2017 1 次提交
  7. 18 12月, 2017 1 次提交
  8. 14 12月, 2017 14 次提交
  9. 09 12月, 2017 1 次提交
  10. 08 12月, 2017 1 次提交
  11. 06 12月, 2017 2 次提交
  12. 04 12月, 2017 9 次提交