1. 01 3月, 2018 1 次提交
  2. 01 2月, 2018 3 次提交
  3. 25 1月, 2018 1 次提交
  4. 28 12月, 2017 1 次提交
  5. 14 12月, 2017 1 次提交
  6. 30 11月, 2017 1 次提交
  7. 29 9月, 2017 1 次提交
  8. 23 9月, 2017 1 次提交
  9. 01 9月, 2017 1 次提交
  10. 30 8月, 2017 2 次提交
  11. 22 8月, 2017 1 次提交
  12. 23 7月, 2017 1 次提交
  13. 17 7月, 2017 1 次提交
    • R
      Standardize apps use of -rand, etc. · 3ee1eac2
      Rich Salz 提交于
      Standardized the -rand flag and added a new one:
          -rand file...
                  Always reads the specified files
          -writerand file
                  Always writes to the file on exit
      
      For apps that use a config file, the RANDFILE config parameter reads
      the file at startup (to seed the RNG) and write to it on exit if
      the -writerand flag isn't used.
      
      Ensured that every app that took -rand also took -writerand, and
      made sure all of that agreed with all the documentation.
      
      Fix error reporting in write_file and -rand
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/3862)
      3ee1eac2
  14. 07 7月, 2017 1 次提交
  15. 21 6月, 2017 2 次提交
  16. 07 6月, 2017 1 次提交
  17. 03 5月, 2017 1 次提交
  18. 02 5月, 2017 1 次提交
  19. 26 4月, 2017 1 次提交
  20. 15 2月, 2017 1 次提交
  21. 25 1月, 2017 1 次提交
  22. 12 1月, 2017 1 次提交
  23. 02 11月, 2016 1 次提交
  24. 20 10月, 2016 1 次提交
  25. 19 10月, 2016 1 次提交
  26. 16 9月, 2016 1 次提交
  27. 13 9月, 2016 1 次提交
  28. 21 8月, 2016 1 次提交
  29. 19 8月, 2016 1 次提交
  30. 18 8月, 2016 1 次提交
  31. 17 8月, 2016 1 次提交
  32. 16 8月, 2016 1 次提交
  33. 04 8月, 2016 1 次提交
  34. 01 8月, 2016 1 次提交
    • A
      apps/openssl.c: UTF-y Windows argv. · 4e155ec4
      Andy Polyakov 提交于
      Windows never composes UTF-8 strings as result of user interaction
      such as passing command-line argument. The only way to compose one
      is programmatic conversion from WCHAR string, which in turn can be
      picked up on command line.
      
      [For reference, why not wmain, it's not an option on MinGW.]
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4e155ec4
  35. 08 7月, 2016 1 次提交
  36. 21 6月, 2016 1 次提交