1. 04 11月, 2021 1 次提交
  2. 02 6月, 2021 1 次提交
  3. 01 6月, 2021 1 次提交
  4. 16 5月, 2021 1 次提交
    • B
      Promote SSL_get_negotiated_group() for non-TLSv1.3 · aa6bd216
      Benjamin Kaduk 提交于
      It can be useful to know what group was used for the handshake's
      key exchange process even on non-TLS 1.3 connections.  Allow this
      API, new in OpenSSL 3.0.0, to be used on other TLS versions as well.
      Since pre-TLS-1.3 key exchange occurs only on full handshakes, this
      necessitates adding a field to the SSL_SESSION object to carry the
      group information across resumptions.  The key exchange group in the
      SSL_SESSION can also be relevant in TLS 1.3 when the resumption handshake
      uses the "psk_ke" key-exchange mode, so also track whether a fresh key
      exchange was done for TLS 1.3.
      
      Since the new field is optional in the ASN.1 sense, there is no need
      to increment SSL_SESSION_ASN1_VERSION (which incurs strong incompatibility
      churn).
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/14750)
      aa6bd216
  5. 25 3月, 2021 1 次提交
  6. 08 3月, 2021 1 次提交
  7. 18 2月, 2021 1 次提交
  8. 05 2月, 2021 3 次提交
  9. 03 12月, 2020 1 次提交
  10. 11 11月, 2020 1 次提交
  11. 20 10月, 2020 1 次提交
  12. 14 10月, 2020 1 次提交
  13. 13 9月, 2020 2 次提交
  14. 19 6月, 2020 3 次提交
  15. 05 6月, 2020 1 次提交
  16. 24 4月, 2020 1 次提交
  17. 23 4月, 2020 1 次提交
  18. 08 4月, 2020 1 次提交
  19. 06 2月, 2020 1 次提交
  20. 29 9月, 2019 1 次提交
  21. 26 7月, 2019 1 次提交
  22. 18 6月, 2019 1 次提交
  23. 17 6月, 2019 1 次提交
  24. 12 6月, 2019 1 次提交
  25. 30 4月, 2019 1 次提交
  26. 05 3月, 2019 1 次提交
  27. 15 2月, 2019 1 次提交
  28. 06 12月, 2018 1 次提交
  29. 08 11月, 2018 1 次提交
  30. 22 8月, 2018 1 次提交
  31. 20 8月, 2018 1 次提交
  32. 15 8月, 2018 1 次提交
  33. 15 5月, 2018 1 次提交
  34. 27 3月, 2018 1 次提交
  35. 21 3月, 2018 1 次提交