1. 04 12月, 2017 1 次提交
  2. 31 8月, 2017 2 次提交
  3. 17 7月, 2017 1 次提交
  4. 07 7月, 2017 1 次提交
  5. 03 7月, 2017 1 次提交
    • M
      Fix TLSv1.3 exporter · 4d89bf44
      Matt Caswell 提交于
      We need to use the hashsize in generating the exportsecret not 0! Otherwise
      we end up with random garbage for the secret.
      
      It was pure chance that this passed the tests previously. It so happens
      that, because we call SSL_export_keying_material() repeatedly for different
      scenarios in the test, we end up in the tls13_export_keying_material() at
      exactly the same position in the stack each time and therefore end up using
      the same random garbage secret each time!
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3810)
      4d89bf44
  6. 29 6月, 2017 2 次提交
  7. 13 6月, 2017 1 次提交
  8. 08 5月, 2017 1 次提交
  9. 04 5月, 2017 1 次提交
  10. 20 4月, 2017 1 次提交
  11. 29 3月, 2017 1 次提交
  12. 20 3月, 2017 1 次提交
  13. 16 3月, 2017 2 次提交
  14. 03 3月, 2017 6 次提交
  15. 17 2月, 2017 2 次提交
  16. 08 2月, 2017 1 次提交
  17. 02 2月, 2017 1 次提交
  18. 30 1月, 2017 1 次提交
  19. 11 1月, 2017 3 次提交
  20. 30 11月, 2016 2 次提交
  21. 25 11月, 2016 1 次提交
  22. 24 11月, 2016 1 次提交
  23. 23 11月, 2016 5 次提交
  24. 09 11月, 2016 1 次提交