1. 20 7月, 2016 1 次提交
  2. 19 7月, 2016 3 次提交
  3. 15 7月, 2016 3 次提交
  4. 14 7月, 2016 1 次提交
  5. 10 7月, 2016 3 次提交
  6. 08 7月, 2016 1 次提交
  7. 07 7月, 2016 5 次提交
    • R
      VMS: correct post-install instructions · e78884d7
      Richard Levitte 提交于
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e78884d7
    • R
      Windows: make some vars in windows-makefile.tmpl reachable again · 3ffb060e
      Richard Levitte 提交于
      $openssldir and $enginesdir were mistakenly made unavailable to other
      perl fragments.  They are still needed in the definition of CFLAGS.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      3ffb060e
    • R
      Versioning engines default location: the VMS case · e8fb1295
      Richard Levitte 提交于
      OpenSSL engines are tied to the OpenSSL shared library versions,
      starting with OpenSSL 1.1.  We therefore need to install them in
      directories which have the shared library version in it's name, to
      easily allow multiple OpenSSL versions to be installed at the same
      time.
      
      For VMS, the change is a bit more involved, primarly because the top
      installation directory was already versioned, *as well as* some of the
      files inside.  That's a bit too much.  Version numbering in files is
      also a bit different on VMS.  The engines for shared library version
      1.1 will therefore end up in OSSL$INSTROOT:[ENGINES0101.'arch']
      
      ('arch' is the architecture we build for)
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e8fb1295
    • R
      Versioning engines default location: the Unix case · b2de11c5
      Richard Levitte 提交于
      OpenSSL engines are tied to the OpenSSL shared library versions,
      starting with OpenSSL 1.1.  We therefore need to install them in
      directories which have the shared library version in it's name, to
      easily allow multiple OpenSSL versions to be installed at the same
      time.
      
      For Unix, the default installation directory is changed from
      $PREFIX/lib/engines to $PREFIX/lib/engines-${major}_${minor} (mingw)
      or $PREFIX/lib/engines-${major}.${minor} (all but mingw)
      
      ($PREFIX is the directory given for the configuration option --prefix,
      and ${major} and ${minor} are the major and minor shared library
      version numbers)
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      b2de11c5
    • R
      Versioning engines default location: the Windows case · ee0a61cf
      Richard Levitte 提交于
      OpenSSL engines are tied to the OpenSSL shared library versions,
      starting with OpenSSL 1.1.  We therefore need to install them in
      directories which have the shared library version in it's name, to
      easily allow multiple OpenSSL versions to be installed at the same
      time.
      
      For windows, the default installation directory is changed from
      $PREFIX/lib/engines to $PREFIX/lib/engines-${major}_${minor}
      
      ($PREFIX is the directory given for the configuration option --prefix,
      and ${major} and ${minor} are the major and minor shared library
      version numbers)
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      ee0a61cf
  8. 06 7月, 2016 2 次提交
  9. 02 7月, 2016 8 次提交
  10. 01 7月, 2016 1 次提交
  11. 28 6月, 2016 5 次提交
  12. 27 6月, 2016 1 次提交
  13. 17 6月, 2016 1 次提交
    • R
      Harmonise the different build files · 4813ad2d
      Richard Levitte 提交于
      - 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: NRich Salz <rsalz@openssl.org>
      4813ad2d
  14. 15 6月, 2016 4 次提交
  15. 10 6月, 2016 1 次提交