1. 28 4月, 2016 1 次提交
  2. 21 3月, 2016 1 次提交
  3. 08 2月, 2016 1 次提交
  4. 06 2月, 2016 1 次提交
  5. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  6. 08 12月, 2015 2 次提交
  7. 10 11月, 2015 1 次提交
  8. 24 10月, 2015 2 次提交
  9. 08 10月, 2015 1 次提交
  10. 01 9月, 2015 1 次提交
  11. 28 8月, 2015 1 次提交
  12. 14 5月, 2015 1 次提交
  13. 01 5月, 2015 2 次提交
  14. 25 3月, 2015 1 次提交
  15. 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
  16. 22 1月, 2015 1 次提交
  17. 08 12月, 2014 3 次提交
  18. 26 11月, 2011 1 次提交
  19. 25 11月, 2011 1 次提交
  20. 16 10月, 2011 1 次提交
  21. 15 9月, 2011 1 次提交
  22. 27 8月, 2011 1 次提交
  23. 26 8月, 2011 1 次提交
  24. 11 5月, 2011 1 次提交
  25. 24 4月, 2011 3 次提交
  26. 04 4月, 2011 1 次提交
  27. 11 2月, 2011 1 次提交
  28. 02 2月, 2011 1 次提交
  29. 01 2月, 2011 1 次提交
  30. 27 1月, 2011 1 次提交
  31. 26 1月, 2011 1 次提交
    • D
      FIPS mode DSA changes: · 20818e00
      Dr. Stephen Henson 提交于
      Check for selftest failures.
      
      Pairwise consistency test for RSA key generation.
      
      Use some EVP macros instead of EVP functions.
      
      Use minimal FIPS EVP where needed.
      
      Key size restrictions.
      20818e00
  32. 19 1月, 2011 1 次提交
  33. 12 6月, 2010 1 次提交