1. 02 3月, 2017 1 次提交
  2. 25 1月, 2017 1 次提交
  3. 20 6月, 2016 1 次提交
  4. 18 5月, 2016 1 次提交
  5. 03 5月, 2016 1 次提交
  6. 02 5月, 2016 1 次提交
  7. 14 4月, 2016 1 次提交
  8. 08 3月, 2016 1 次提交
  9. 12 1月, 2016 2 次提交
  10. 16 11月, 2015 1 次提交
  11. 24 10月, 2015 1 次提交
  12. 11 6月, 2015 1 次提交
  13. 01 5月, 2015 1 次提交
    • M
      Sanity check EVP_CTRL_AEAD_TLS_AAD · c8269881
      Matt Caswell 提交于
      The various implementations of EVP_CTRL_AEAD_TLS_AAD expect a buffer of at
      least 13 bytes long. Add sanity checks to ensure that the length is at
      least that. Also add a new constant (EVP_AEAD_TLS1_AAD_LEN) to evp.h to
      represent this length. Thanks to Kevin Wojtysiak (Int3 Solutions) and
      Paramjot Oberoi (Int3 Solutions) for reporting this issue.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      c8269881
  14. 28 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: SHA · 474e469b
      Rich Salz 提交于
      Remove support for SHA0 and DSS0 (they were broken), and remove
      the ability to attempt to build without SHA (it didn't work).
      For simplicity, remove the option of not building various SHA algorithms;
      you could argue that SHA_224/256/384/512 should be kept, since they're
      like crypto algorithms, but I decided to go the other way.
      So these options are gone:
      	GENUINE_DSA         OPENSSL_NO_SHA0
      	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
      	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
      	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      474e469b
  15. 22 1月, 2015 3 次提交
  16. 21 8月, 2014 1 次提交
  17. 05 7月, 2014 1 次提交
  18. 18 6月, 2014 2 次提交
  19. 15 6月, 2014 1 次提交
  20. 15 2月, 2014 1 次提交
  21. 13 2月, 2014 1 次提交
  22. 05 2月, 2014 2 次提交
  23. 04 1月, 2014 1 次提交
  24. 13 10月, 2013 1 次提交
  25. 09 10月, 2013 1 次提交
  26. 03 10月, 2013 2 次提交
  27. 05 6月, 2013 1 次提交
  28. 14 5月, 2013 1 次提交
  29. 19 3月, 2013 1 次提交
  30. 08 2月, 2013 1 次提交
  31. 06 2月, 2013 2 次提交
  32. 15 4月, 2012 1 次提交
  33. 01 9月, 2011 1 次提交