1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 08 3月, 2022 1 次提交
  4. 10 8月, 2021 1 次提交
  5. 27 2月, 2020 1 次提交
  6. 10 9月, 2019 1 次提交
  7. 11 6月, 2019 1 次提交
  8. 17 10月, 2018 1 次提交
  9. 22 9月, 2018 1 次提交
  10. 22 8月, 2018 1 次提交
  11. 21 6月, 2018 2 次提交
  12. 18 5月, 2018 1 次提交
  13. 02 5月, 2018 1 次提交
  14. 23 4月, 2018 1 次提交
  15. 19 4月, 2018 1 次提交
  16. 15 3月, 2018 5 次提交
  17. 21 2月, 2018 1 次提交
  18. 15 2月, 2018 2 次提交
  19. 13 2月, 2018 1 次提交
  20. 01 2月, 2018 1 次提交
  21. 22 1月, 2018 2 次提交
  22. 10 12月, 2017 1 次提交
  23. 18 10月, 2017 1 次提交
  24. 17 10月, 2017 1 次提交
  25. 13 10月, 2017 1 次提交
  26. 26 9月, 2017 1 次提交
  27. 30 8月, 2017 1 次提交
  28. 22 8月, 2017 1 次提交
  29. 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
  30. 13 6月, 2017 1 次提交
  31. 12 6月, 2017 1 次提交
  32. 10 6月, 2017 1 次提交