1. 20 4月, 2016 1 次提交
  2. 15 4月, 2016 1 次提交
  3. 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
  4. 13 4月, 2016 1 次提交
  5. 08 4月, 2016 1 次提交
  6. 06 4月, 2016 2 次提交
  7. 05 4月, 2016 2 次提交
  8. 02 4月, 2016 1 次提交
  9. 01 4月, 2016 1 次提交
    • R
      Make the use of perl more consistent · 5902821d
      Richard Levitte 提交于
      - In Configure, register the perl interpreter used to run Configure,
        so that's the one being used throughout instead of something else
        that Configure happens to find.  This is helpful for using a perl
        version that's not necessarely first in $PATH:
      
          /opt/perl/5.22.1/bin/perl ./Configure
      
      - Make apps/tsget a generated file, just like apps/CA.pl, so the
        perl interpreter registered by Configure becomes the hashbang path
        instead of a hardcoded /usr/bin/perl
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      5902821d
  10. 30 3月, 2016 2 次提交
  11. 28 3月, 2016 1 次提交
  12. 22 3月, 2016 3 次提交
  13. 21 3月, 2016 3 次提交
  14. 19 3月, 2016 3 次提交
  15. 18 3月, 2016 4 次提交
  16. 16 3月, 2016 1 次提交
  17. 15 3月, 2016 2 次提交
  18. 14 3月, 2016 2 次提交
  19. 11 3月, 2016 4 次提交
  20. 10 3月, 2016 2 次提交
  21. 09 3月, 2016 1 次提交