1. 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
  2. 22 1月, 2015 1 次提交
  3. 12 1月, 2015 1 次提交
  4. 31 12月, 2014 1 次提交
  5. 08 12月, 2014 1 次提交
  6. 19 12月, 2013 1 次提交
    • A
      sha512.c: fullfull implicit API contract in SHA512_Transform. · cdd1acd7
      Andy Polyakov 提交于
      SHA512_Transform was initially added rather as tribute to tradition
      than for practucal reasons. But use was recently found in ssl/s3_cbc.c
      and it turned to be problematic on platforms that don't tolerate
      misasligned references to memory and lack assembly subroutine.
      cdd1acd7
  7. 14 10月, 2013 1 次提交
  8. 15 9月, 2011 1 次提交
  9. 02 4月, 2011 1 次提交
  10. 16 11月, 2009 1 次提交
  11. 29 12月, 2008 1 次提交
  12. 02 11月, 2008 1 次提交
  13. 01 11月, 2008 1 次提交
  14. 24 4月, 2008 1 次提交
  15. 26 9月, 2007 1 次提交
  16. 15 9月, 2007 1 次提交
  17. 07 9月, 2007 1 次提交
  18. 23 8月, 2007 1 次提交
  19. 13 5月, 2007 1 次提交
  20. 30 4月, 2007 2 次提交
  21. 21 1月, 2007 1 次提交
  22. 18 10月, 2006 1 次提交
  23. 01 5月, 2006 1 次提交
  24. 26 10月, 2005 1 次提交
  25. 01 6月, 2005 1 次提交
  26. 30 8月, 2004 1 次提交
  27. 26 7月, 2004 2 次提交
  28. 19 7月, 2004 1 次提交
  29. 31 5月, 2004 1 次提交
  30. 30 5月, 2004 1 次提交
  31. 21 5月, 2004 1 次提交
  32. 13 5月, 2004 1 次提交