1. 21 Jun, 2016 1 commit
    • 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 2 commits