1. 08 6月, 2017 1 次提交
    • R
      make error tables const and separate header file · 52df25cf
      Rich Salz 提交于
      Run perltidy on util/mkerr
      Change some mkerr flags, write some doc comments
      Make generated tables "const" when genearting lib-internal ones.
      Add "state" file for mkerr
      Renerate error tables and headers
      Rationalize declaration of ERR_load_XXX_strings
      Fix out-of-tree build
      Add -static; sort flags/vars for options.
      Also tweak code output
      Moved engines/afalg to engines (from master)
      Use -static flag
      Standard engine #include's of errors
      Don't linewrap err string tables unless necessary
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3392)
      52df25cf
  2. 21 7月, 2016 1 次提交
  3. 29 6月, 2016 1 次提交
  4. 24 5月, 2016 1 次提交
  5. 18 5月, 2016 1 次提交
  6. 01 2月, 2016 1 次提交
  7. 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
  8. 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
  9. 23 9月, 2015 2 次提交
  10. 24 6月, 2015 1 次提交
  11. 01 4月, 2015 1 次提交
  12. 13 2月, 2015 1 次提交
  13. 22 1月, 2015 1 次提交
  14. 21 5月, 2014 1 次提交
  15. 09 10月, 2007 1 次提交
  16. 10 4月, 2006 1 次提交
  17. 27 4月, 2005 1 次提交
  18. 16 5月, 2004 1 次提交
  19. 28 11月, 2003 1 次提交
  20. 30 4月, 2003 1 次提交
  21. 14 11月, 2002 1 次提交
  22. 13 11月, 2002 1 次提交
  23. 18 12月, 2001 1 次提交
  24. 15 11月, 2001 1 次提交
  25. 27 4月, 1999 1 次提交
  26. 24 4月, 1999 1 次提交
  27. 18 4月, 1999 1 次提交
  28. 22 12月, 1998 1 次提交
  29. 21 12月, 1998 2 次提交