1. 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
  2. 03 7月, 2017 1 次提交
  3. 01 7月, 2017 1 次提交
  4. 13 6月, 2017 1 次提交
  5. 28 2月, 2017 1 次提交
    • E
      Clean up references to FIPS · b53338cb
      Emilia Kasper 提交于
      This removes the fips configure option. This option is broken as the
      required FIPS code is not available.
      
      FIPS_mode() and FIPS_mode_set() are retained for compatibility, but
      FIPS_mode() always returns 0, and FIPS_mode_set() can only be used to
      turn FIPS mode off.
      Reviewed-by: NStephen Henson <steve@openssl.org>
      b53338cb
  6. 21 2月, 2017 1 次提交
  7. 07 2月, 2017 1 次提交
  8. 18 1月, 2017 1 次提交
  9. 15 11月, 2016 2 次提交
  10. 15 10月, 2016 1 次提交
  11. 22 9月, 2016 1 次提交
  12. 13 9月, 2016 1 次提交
  13. 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
  14. 19 6月, 2016 1 次提交
  15. 20 5月, 2016 2 次提交
  16. 18 5月, 2016 1 次提交
  17. 05 5月, 2016 1 次提交
  18. 26 4月, 2016 1 次提交
  19. 21 4月, 2016 2 次提交
  20. 14 4月, 2016 3 次提交
  21. 01 4月, 2016 1 次提交
  22. 31 3月, 2016 2 次提交
  23. 22 3月, 2016 1 次提交
  24. 20 3月, 2016 1 次提交
  25. 19 3月, 2016 1 次提交
  26. 11 3月, 2016 1 次提交
  27. 09 3月, 2016 1 次提交
    • M
      Remove the old threading API · 2e52e7df
      Matt Caswell 提交于
      All OpenSSL code has now been transferred to use the new threading API,
      so the old one is no longer used and can be removed. We provide some compat
      macros for removed functions which are all no-ops.
      
      There is now no longer a need to set locking callbacks!!
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      2e52e7df
  28. 17 2月, 2016 1 次提交
  29. 12 2月, 2016 1 次提交
  30. 11 2月, 2016 1 次提交
  31. 10 2月, 2016 1 次提交
  32. 09 2月, 2016 2 次提交
  33. 06 2月, 2016 1 次提交