1. 02 7月, 2016 1 次提交
    • R
      Make build.info INCLUDE stmts be both source and build tree relative · 4748f890
      Richard Levitte 提交于
      INCLUDE statements in build.info files were source tree centric.  That
      meant that to get include directory specs in the build tree, we had to
      resort to perl fragments that specified the build tree include paths
      as absolute ones.
      
      This change has the INCLUDE statement consider both the source and
      build tree for any include directory.  It means that there may be some
      extra unnecessary include paths, but it also makes life simpler for
      anyone who makes changes in the build.info files.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      4748f890
  2. 01 7月, 2016 1 次提交
  3. 22 6月, 2016 2 次提交
  4. 17 6月, 2016 1 次提交
  5. 15 6月, 2016 2 次提交
  6. 06 6月, 2016 1 次提交
  7. 05 6月, 2016 1 次提交
  8. 04 6月, 2016 1 次提交
  9. 01 6月, 2016 1 次提交
  10. 30 5月, 2016 1 次提交
  11. 29 5月, 2016 1 次提交
    • A
      Configure,test/recipes: "pin" glob to File::Glob::glob. · 97855556
      Andy Polyakov 提交于
      As it turns out default glob's behaviour for quoted argument varies
      from version to version, making it impossible to Configure or run
      tests in some cases. The reason for quoting globs was to accommodate
      source path with spaces in its name, which was treated by default glob
      as multiple paths. File::Glob::glob on the other hand doesn't consider
      spaces as delimiters and therefore works with unquoted patterns.
      
      [Unfortunaltely File::Glob::glob, being too csh-ly, doesn't work
      on VMS, hence the "pinning" is conditional.]
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      97855556
  12. 27 5月, 2016 1 次提交
  13. 26 5月, 2016 2 次提交
  14. 25 5月, 2016 3 次提交
  15. 24 5月, 2016 1 次提交
  16. 17 5月, 2016 1 次提交
  17. 11 5月, 2016 1 次提交
  18. 10 5月, 2016 2 次提交
  19. 08 5月, 2016 1 次提交
  20. 03 5月, 2016 2 次提交
  21. 29 4月, 2016 1 次提交
  22. 26 4月, 2016 2 次提交
  23. 23 4月, 2016 1 次提交
  24. 20 4月, 2016 3 次提交
  25. 15 4月, 2016 1 次提交
  26. 14 4月, 2016 2 次提交
    • M
      Fix no-stdio and no-autoalginit · d90a6beb
      Matt Caswell 提交于
      no-stdio does not work with the apps. Since the tests also need the apps
      it doesn't support that either. Therefore we disable building of both.
      
      no-autoalginit is not compatible with the apps because it requires explicit
      loading of the algorithms, and the apps don't do that. Therefore we disable
      building the apps for this option. Similarly the tests depend on the apps
      so we also disable the tests. Finally the whole point about no-autoalginit
      is to avoid excessive executable sizes when doing static linking. Therefore
      we disable "shared" if this option is selected.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      d90a6beb
    • M
      Remove no-aes, no-rsa, no-sha, no-md5 and no-hmac · 7ec8de16
      Matt Caswell 提交于
      These algorithms are fundamental and extensively used. The "no-" options
      do not work either in 1.1.0 or in other released branches. Therefore the
      ability to disable them should be removed.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      7ec8de16
  27. 13 4月, 2016 1 次提交
  28. 08 4月, 2016 1 次提交
  29. 06 4月, 2016 1 次提交