1. 12 2月, 2018 1 次提交
  2. 07 7月, 2017 1 次提交
  3. 05 7月, 2017 1 次提交
  4. 18 5月, 2016 1 次提交
  5. 04 2月, 2016 1 次提交
  6. 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
  7. 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
  8. 24 10月, 2015 1 次提交
  9. 14 5月, 2015 1 次提交
  10. 22 1月, 2015 1 次提交
  11. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  12. 19 2月, 2014 1 次提交
  13. 17 5月, 2005 1 次提交
  14. 12 8月, 2004 1 次提交
  15. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  16. 04 11月, 2003 1 次提交
  17. 04 9月, 2000 1 次提交
  18. 28 7月, 2000 1 次提交
  19. 31 1月, 2000 1 次提交
  20. 12 7月, 1999 1 次提交
  21. 11 6月, 1999 1 次提交
  22. 05 6月, 1999 1 次提交
  23. 24 4月, 1999 1 次提交
  24. 20 4月, 1999 1 次提交
  25. 18 4月, 1999 1 次提交
  26. 21 12月, 1998 2 次提交