1. 30 3月, 2018 1 次提交
  2. 28 3月, 2018 1 次提交
  3. 18 10月, 2017 1 次提交
  4. 23 7月, 2017 1 次提交
    • R
      Add --with-rand-seed · 8389ec4b
      Rich Salz 提交于
      Add a new config param to specify how the CSPRNG should be seeded.
      Illegal values or nonsensical combinations (e.g., anything other
      than "os" on VMS or HP VOS etc) result in build failures.
      Add RDSEED support.
      Add RDTSC but leave it disabled for now pending more investigation.
      
      Refactor and reorganization all seeding files (rand_unix/win/vms) so
      that they are simpler.
      
      Only require 128 bits of seeding material.
      
      Many document improvements, including why to not use RAND_add() and the
      limitations around using load_file/write_file.
      Document RAND_poll().
      
      Cleanup Windows RAND_poll and return correct status
      
      More completely initialize the default DRBG.
      Reviewed-by: NPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/3965)
      8389ec4b
  5. 17 7月, 2017 1 次提交
  6. 08 7月, 2017 1 次提交
  7. 07 7月, 2017 1 次提交
  8. 11 11月, 2016 1 次提交
  9. 27 10月, 2016 1 次提交
  10. 20 6月, 2016 1 次提交
  11. 18 6月, 2016 1 次提交
    • M
      Change default directory for storing the .rnd file on Windows · 13c03c8d
      Matt Caswell 提交于
      Previously we would try %RANDFILE%, then %HOME% and finally "C:".
      Unfortunately this often ends up being "C:" which the user may not
      have write permission for.
      
      Now we try %RANDFILE% first, and then the same set of environment vars
      as GetTempFile() uses, i.e. %TMP%, then %TEMP%, %USERPROFILE% and
      %SYSTEMROOT%. If all else fails we fall back to %HOME% and only then "C:".
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      13c03c8d
  12. 21 5月, 2016 1 次提交
  13. 19 5月, 2016 1 次提交
  14. 23 3月, 2016 1 次提交
  15. 29 10月, 2015 1 次提交
    • R
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz 提交于
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a528d4f0
  16. 22 8月, 2015 1 次提交
  17. 21 3月, 2001 1 次提交
  18. 25 2月, 2000 1 次提交
  19. 31 1月, 2000 1 次提交
  20. 27 1月, 2000 2 次提交
  21. 24 1月, 2000 1 次提交
  22. 22 1月, 2000 1 次提交