1. 17 3月, 2011 1 次提交
  2. 13 3月, 2011 3 次提交
  3. 17 2月, 2011 1 次提交
  4. 13 2月, 2011 1 次提交
  5. 09 2月, 2011 1 次提交
  6. 03 2月, 2011 3 次提交
  7. 26 1月, 2011 1 次提交
  8. 05 1月, 2011 2 次提交
  9. 15 12月, 2010 1 次提交
  10. 25 11月, 2010 2 次提交
    • D
      PR: 2240 · d0205686
      Dr. Stephen Henson 提交于
      Submitted by: Jack Lloyd <lloyd@randombit.net>, "Mounir IDRASSI" <mounir.idrassi@idrix.net>, steve
      Reviewed by: steve
      
      As required by RFC4492 an absent supported points format by a server is
      not an error: it should be treated as equivalent to an extension only
      containing uncompressed.
      d0205686
    • D
      using_ecc doesn't just apply to TLSv1 · 290be870
      Dr. Stephen Henson 提交于
      290be870
  11. 24 11月, 2010 2 次提交
  12. 23 11月, 2010 1 次提交
  13. 19 11月, 2010 1 次提交
  14. 18 11月, 2010 2 次提交
  15. 16 11月, 2010 1 次提交
  16. 15 11月, 2010 1 次提交
  17. 14 11月, 2010 1 次提交
  18. 10 10月, 2010 1 次提交
    • D
      PR: 2314 · 57594258
      Dr. Stephen Henson 提交于
      Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net>
      Reviewed by: steve
      
      Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
      57594258
  19. 06 9月, 2010 3 次提交
  20. 27 8月, 2010 1 次提交
    • D
      PR: 1833 · bdd53508
      Dr. Stephen Henson 提交于
      Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Fix other cases not covered by original patch.
      bdd53508
  21. 26 8月, 2010 3 次提交
  22. 28 7月, 2010 1 次提交
  23. 19 7月, 2010 3 次提交
  24. 27 6月, 2010 1 次提交
  25. 12 6月, 2010 1 次提交
  26. 17 5月, 2010 1 次提交
    • D
      PR: 2259 · 7837c7ec
      Dr. Stephen Henson 提交于
      Submitted By: Artem Chuprina <ran@cryptocom.ru>
      
      Check return values of HMAC in tls_P_hash and tls1_generate_key_block.
      
      Although the previous version could in theory crash that would only happen if a
      digest call failed. The standard software methods can never fail and only one
      ENGINE currently uses digests and it is not compiled in by default.
      7837c7ec