1. 16 6月, 2017 1 次提交
  2. 25 4月, 2017 2 次提交
  3. 24 4月, 2017 1 次提交
  4. 23 4月, 2017 1 次提交
  5. 19 4月, 2017 1 次提交
  6. 16 3月, 2017 1 次提交
  7. 15 3月, 2017 2 次提交
  8. 10 11月, 2016 2 次提交
  9. 05 11月, 2016 1 次提交
  10. 04 11月, 2016 3 次提交
  11. 03 11月, 2016 1 次提交
  12. 21 9月, 2016 1 次提交
  13. 18 9月, 2016 1 次提交
  14. 16 9月, 2016 2 次提交
  15. 15 9月, 2016 1 次提交
  16. 09 9月, 2016 1 次提交
    • R
      VMS: Use different C flags for programs that aren't to be installed · 1750142f
      Richard Levitte 提交于
      This is generalised by having the following macros for stuff that won't
      be installed:
      
          NO_INST_LIB_CFLAGS, used instead of LIB_CFLAGS
          NO_INST_DSO_CFLAGS, used instead of DSO_CFLAGS
          NO_INST_BIN_CFLAGS, used instead of BIN_CFLAGS
      
      They take values from corresponding target config fields if those are
      defined, otherwise they take the respective values from LIB_CFLAGS,
      DSO_CFLAGS and BIN_CFLAGS.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      1750142f
  17. 27 8月, 2016 1 次提交
  18. 03 8月, 2016 1 次提交
  19. 02 8月, 2016 1 次提交
  20. 22 7月, 2016 1 次提交
  21. 20 7月, 2016 2 次提交
  22. 19 7月, 2016 2 次提交
  23. 10 7月, 2016 3 次提交
  24. 07 7月, 2016 2 次提交
    • R
      VMS: correct post-install instructions · e78884d7
      Richard Levitte 提交于
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e78884d7
    • 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
  25. 06 7月, 2016 2 次提交
  26. 02 7月, 2016 3 次提交