1. 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
  2. 08 1月, 2016 3 次提交
  3. 04 1月, 2016 1 次提交
  4. 15 12月, 2015 1 次提交
  5. 10 12月, 2015 2 次提交
  6. 02 12月, 2015 2 次提交
  7. 14 11月, 2015 2 次提交
  8. 31 10月, 2015 1 次提交
  9. 23 9月, 2015 1 次提交
  10. 22 9月, 2015 4 次提交
  11. 18 9月, 2015 1 次提交
  12. 17 9月, 2015 2 次提交
  13. 06 9月, 2015 1 次提交
  14. 05 9月, 2015 2 次提交
  15. 04 9月, 2015 1 次提交
    • D
      Revert "OPENSSL_NO_xxx cleanup: RFC3779" · 47bbaa5b
      David Woodhouse 提交于
      This reverts the non-cleanup parts of commit c73ad690. We do actually
      have a reasonable use case for OPENSSL_NO_RFC3779 in the EDK2 UEFI
      build, since we don't have a strspn() function in our runtime environment
      and we don't want the RFC3779 functionality anyway.
      
      In addition, it changes the default behaviour of the Configure script so
      that RFC3779 support isn't disabled by default. It was always disabled
      from when it was first added in 2006, right up until the point where
      OPENSSL_NO_RFC3779 was turned into a no-op, and the code in the
      Configure script was left *trying* to disable it, but not actually
      working.
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      47bbaa5b
  16. 03 9月, 2015 2 次提交
  17. 02 9月, 2015 1 次提交
  18. 01 9月, 2015 4 次提交
  19. 21 5月, 2015 1 次提交
  20. 01 4月, 2015 1 次提交
  21. 28 3月, 2015 1 次提交
  22. 25 3月, 2015 1 次提交
  23. 24 3月, 2015 1 次提交
  24. 16 3月, 2015 1 次提交
  25. 12 3月, 2015 1 次提交
  26. 11 3月, 2015 1 次提交