1. 09 2月, 2018 1 次提交
  2. 16 12月, 2017 1 次提交
  3. 29 6月, 2017 1 次提交
  4. 21 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. 12 5月, 2017 1 次提交
  7. 27 4月, 2017 1 次提交
  8. 25 4月, 2017 3 次提交
  9. 29 3月, 2017 2 次提交
  10. 29 10月, 2016 1 次提交
  11. 28 10月, 2016 6 次提交
  12. 13 9月, 2016 1 次提交
  13. 22 8月, 2016 1 次提交
  14. 20 8月, 2016 1 次提交
  15. 26 7月, 2016 1 次提交
  16. 21 7月, 2016 1 次提交
  17. 09 7月, 2016 1 次提交
  18. 21 6月, 2016 1 次提交
  19. 24 5月, 2016 1 次提交
  20. 18 5月, 2016 1 次提交
  21. 09 5月, 2016 1 次提交
  22. 30 4月, 2016 1 次提交
  23. 29 4月, 2016 1 次提交
  24. 20 4月, 2016 2 次提交
  25. 13 4月, 2016 2 次提交
  26. 03 4月, 2016 1 次提交
    • K
      Optimized BIO mem read - without reallocation · 9fe9d046
      Kirill Marinushkin 提交于
      Currently on every BIO mem read operation the remaining data is reallocated.
      This commit solves the issue.
      BIO mem structure includes additional pointer to the read position.
      On every read the pointer moves instead of reallocating the memory for the remaining data.
      Reallocation accures before write and some ioctl operations, if the read pointer doesn't point on the beginning of the buffer.
      Also the flag is added to rewind the read pointer without losing the data.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      9fe9d046
  27. 30 3月, 2016 2 次提交
  28. 22 3月, 2016 1 次提交
  29. 20 3月, 2016 1 次提交