1. 14 3月, 2017 1 次提交
  2. 18 1月, 2017 1 次提交
  3. 18 5月, 2016 1 次提交
  4. 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
  5. 08 12月, 2015 2 次提交
  6. 10 11月, 2015 1 次提交
  7. 14 5月, 2015 1 次提交
  8. 01 5月, 2015 1 次提交
  9. 22 1月, 2015 2 次提交
  10. 31 12月, 2014 1 次提交
  11. 08 12月, 2014 3 次提交
  12. 15 9月, 2011 1 次提交
  13. 03 2月, 2011 1 次提交
  14. 28 1月, 2011 1 次提交
  15. 27 1月, 2011 1 次提交
  16. 26 1月, 2011 1 次提交
    • D
      FIPS mode RSA changes: · c553721e
      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.
      c553721e
  17. 11 3月, 2010 1 次提交
  18. 24 9月, 2009 1 次提交
  19. 13 9月, 2009 1 次提交
  20. 30 12月, 2008 1 次提交
  21. 29 12月, 2008 1 次提交
  22. 06 11月, 2008 1 次提交
  23. 29 8月, 2005 1 次提交
  24. 08 8月, 2005 1 次提交
  25. 03 6月, 2005 1 次提交
  26. 02 6月, 2005 1 次提交
  27. 29 5月, 2005 1 次提交