1. 21 Jun, 2016 2 commits
    • Richard Levitte's avatar
      OpenSSL::Test: Fix directory calculations in __cwd() · 3da9eeb1
      Richard Levitte authored
      
      
      We recalculate the location of the directories we keep track of.
      However, we did so after having moved to the new directory already, so
      the data we did the calculations from were possibly not quite correct.
      
      This change moves the calculations to happen before moving to the new
      directory.
      
      This issue is sporadic, and possibly dependent on the platform.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      3da9eeb1
    • Rich Salz's avatar
      More doc cleanup · c952780c
      Rich Salz authored
      
      
      Add missing entries to NAME section
      Add SYNOPSIS lines, remove old NAME entries
      Update find-doc-nits; better regexp's for parsing SYNOPSIS sections.
      Rename a couple of files to have an API name.
      Remove RSA_private_decrypt; it was duplicate content
      Update for recent doc additions
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      c952780c
  2. 20 Jun, 2016 24 commits
  3. 18 Jun, 2016 11 commits
  4. 17 Jun, 2016 2 commits
    • Matt Caswell's avatar
      Change default directory for storing the .rnd file on Windows · 13c03c8d
      Matt Caswell authored
      
      
      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: default avatarRich Salz <rsalz@openssl.org>
      13c03c8d
    • Richard Levitte's avatar
      Harmonise the different build files · 4813ad2d
      Richard Levitte authored
      
      
      - User targets are now the same and generally do the same things
      - configdata.pm depends on exactly the same files on all platforms
      - VMS production of shared libraries is simplified
      - VMS automatic dependency files get the extension .D rather than .MMS
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      4813ad2d
  5. 16 Jun, 2016 1 commit