1. 01 Oct, 2018 1 commit
    • Richard Levitte's avatar
      Refactor linker script generation · ef2dfc99
      Richard Levitte authored
      
      
      The generation of linker scripts was badly balanced, as all sorts of
      platform dependent stuff went into the top build.info, when that part
      should really be made as simply and generic as possible.
      
      Therefore, we move a lot of the "magic" to the build files templates,
      since they are the place for platform dependent things.  What remains
      is to parametrize just enough in the build.info file to generate the
      linker scripts correctly for each associated library.
      
      "linker script" is a term usually reserved for certain Unix linkers.
      However, we only use them to say what symbols should be exported, so
      we use the term loosely for all platforms.  The internal extension is
      '.ld', and is changed by the build file templates as appropriate for
      each target platform.
      
      Note that this adds extra meaning to the value of the shared_target
      attribute.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/7333)
      ef2dfc99
  2. 30 Sep, 2018 2 commits
  3. 27 Sep, 2018 1 commit
  4. 26 Sep, 2018 2 commits
  5. 25 Sep, 2018 3 commits
  6. 24 Sep, 2018 3 commits
  7. 23 Sep, 2018 1 commit
    • Bernd Edlinger's avatar
      Create the .rnd file it it does not exist · 0f582209
      Bernd Edlinger authored
      
      
      It's a bit annoying, since some commands try to read a .rnd file,
      and print an error message if the file does not exist.
      
      But previously a .rnd file was created on exit, and that does no longer
      happen.
      
      Fixed by continuing in app_RAND_load_conf regardless of the error in
      RAND_load_file.
      
      If the random number generator is still not initalized on exit, the
      function RAND_write_file will fail and no .rnd file would be created.
      
      Remove RANDFILE from openssl.cnf
      
      Reviewed-by: default avatarKurt Roeckx <kurt@roeckx.be>
      (Merged from https://github.com/openssl/openssl/pull/7217)
      0f582209
  8. 21 Sep, 2018 5 commits
  9. 20 Sep, 2018 4 commits
  10. 19 Sep, 2018 2 commits
  11. 18 Sep, 2018 2 commits
  12. 17 Sep, 2018 2 commits
  13. 16 Sep, 2018 4 commits
  14. 15 Sep, 2018 1 commit
  15. 14 Sep, 2018 3 commits
  16. 13 Sep, 2018 3 commits
  17. 12 Sep, 2018 1 commit