1. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  2. 10 12月, 2015 1 次提交
  3. 09 12月, 2015 1 次提交
  4. 08 12月, 2015 2 次提交
  5. 05 12月, 2015 3 次提交
  6. 30 11月, 2015 3 次提交
  7. 26 11月, 2015 1 次提交
  8. 25 11月, 2015 2 次提交
  9. 24 11月, 2015 1 次提交
  10. 20 11月, 2015 1 次提交
  11. 14 11月, 2015 1 次提交
  12. 10 11月, 2015 2 次提交
  13. 08 11月, 2015 1 次提交
  14. 02 11月, 2015 1 次提交
  15. 30 10月, 2015 1 次提交
  16. 24 10月, 2015 1 次提交
  17. 07 10月, 2015 1 次提交
  18. 06 10月, 2015 2 次提交
  19. 18 9月, 2015 1 次提交
  20. 07 9月, 2015 1 次提交
  21. 15 8月, 2015 1 次提交
  22. 14 8月, 2015 1 次提交
  23. 11 8月, 2015 1 次提交
  24. 03 8月, 2015 1 次提交
  25. 30 7月, 2015 3 次提交
  26. 28 7月, 2015 1 次提交
  27. 18 7月, 2015 1 次提交
  28. 12 6月, 2015 1 次提交
  29. 10 6月, 2015 1 次提交
    • M
      Tighten extension handling · 54e3ad00
      Matt Caswell 提交于
      This adds additional checks to the processing of extensions in a ClientHello
      to ensure that either no extensions are present, or if they are then they
      take up the exact amount of space expected.
      
      With thanks to the Open Crypto Audit Project for reporting this issue.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      54e3ad00
  30. 05 6月, 2015 1 次提交