1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 29 6月, 2021 1 次提交
    • H
      兼容MUSL · a18502d4
      HJ 提交于
      a18502d4
  5. 27 2月, 2020 1 次提交
  6. 18 6月, 2019 1 次提交
  7. 28 5月, 2019 1 次提交
  8. 04 3月, 2019 1 次提交
  9. 14 9月, 2017 1 次提交
  10. 30 8月, 2017 1 次提交
  11. 22 8月, 2017 2 次提交
  12. 02 5月, 2017 1 次提交
  13. 24 2月, 2017 1 次提交
  14. 22 6月, 2016 1 次提交
  15. 28 5月, 2016 3 次提交
  16. 24 5月, 2016 1 次提交
  17. 18 5月, 2016 1 次提交
  18. 18 4月, 2016 2 次提交
  19. 27 2月, 2016 2 次提交
  20. 04 2月, 2016 1 次提交
  21. 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
  22. 18 12月, 2015 1 次提交
  23. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  24. 14 5月, 2015 1 次提交
  25. 24 1月, 2015 1 次提交
  26. 22 1月, 2015 1 次提交
  27. 20 1月, 2013 1 次提交
  28. 01 6月, 2009 1 次提交
    • D
      PR: 1945 · 01768425
      Dr. Stephen Henson 提交于
      Submitted by: Guenter <lists@gknw.net>
      Approved by: steve@openssl.org
      
      Netware compilation fix for nonexistent header.
      01768425
  29. 15 1月, 2008 1 次提交
  30. 12 1月, 2008 1 次提交
  31. 21 9月, 2005 1 次提交
  32. 13 1月, 2005 1 次提交
  33. 31 12月, 2004 1 次提交
  34. 08 7月, 2004 1 次提交