1. 04 7月, 2017 2 次提交
  2. 27 6月, 2017 1 次提交
  3. 23 6月, 2017 1 次提交
  4. 20 6月, 2017 1 次提交
  5. 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
  6. 07 6月, 2017 1 次提交
  7. 01 6月, 2017 1 次提交
  8. 31 5月, 2017 2 次提交
  9. 30 5月, 2017 1 次提交
  10. 03 5月, 2017 1 次提交
  11. 12 4月, 2017 1 次提交
  12. 01 3月, 2017 1 次提交
  13. 21 2月, 2017 1 次提交
  14. 08 2月, 2017 1 次提交
  15. 02 2月, 2017 1 次提交
  16. 24 1月, 2017 1 次提交
  17. 03 11月, 2016 1 次提交
  18. 23 8月, 2016 1 次提交
  19. 13 8月, 2016 1 次提交
  20. 01 8月, 2016 2 次提交
  21. 21 7月, 2016 1 次提交
  22. 06 7月, 2016 1 次提交
  23. 02 7月, 2016 1 次提交
  24. 29 6月, 2016 1 次提交
  25. 22 6月, 2016 1 次提交
  26. 01 6月, 2016 1 次提交
  27. 24 5月, 2016 2 次提交
  28. 20 5月, 2016 1 次提交
    • R
      Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx · 739a1eb1
      Rich Salz 提交于
      Rename sk_xxx to OPENSSL_sk_xxx and _STACK to OPENSSL_STACK
      Rename lh_xxx API to OPENSSL_LH_xxx and LHASH_NODE to OPENSSL_LH_NODE
      Make lhash stuff opaque.
      Use typedefs for function pointers; makes the code simpler.
      Remove CHECKED_xxx macros.
      Add documentation; remove old X509-oriented doc.
      Add API-compat names for entire old API
      Reviewed-by: NDr. Stephen Henson <steve@openssl.org>
      739a1eb1
  29. 19 5月, 2016 1 次提交
  30. 18 5月, 2016 3 次提交
  31. 09 5月, 2016 1 次提交
  32. 20 4月, 2016 3 次提交