1. 05 2月, 2016 1 次提交
  2. 04 2月, 2016 1 次提交
  3. 30 1月, 2016 1 次提交
  4. 26 1月, 2016 1 次提交
  5. 22 1月, 2016 1 次提交
    • R
      Refresh the thinking of --prefix and --openssldir · d74dfafd
      Richard Levitte 提交于
      --prefix is now exclusively used for software and manual installation.
      --openssldir is not exclusively used as a default location for certs,
      keys and the default openssl.cnf.
      
      This change is made to bring clarity, to have the two less
      intertwined, and to be more compatible with the usual ways of software
      installation.
      
      Please change your habits and scripts to use --prefix rather than
      --openssldir for installation location now.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      d74dfafd
  6. 20 1月, 2016 1 次提交
  7. 15 1月, 2016 1 次提交
  8. 14 1月, 2016 2 次提交
  9. 08 1月, 2016 1 次提交
  10. 14 10月, 2015 1 次提交
  11. 07 9月, 2015 1 次提交
    • R
      Adapt mk1mf.pl and helpers to the new testing framework. · fd9ad230
      Richard Levitte 提交于
      With the new testing framework, building a test target with mk1mf.pl
      becomes a very simple thing.  And especially, no more need to do the
      amount of hackery in unix.pl we did.
      
      Also, some tests need a working apps/CA.pl as well as rehashed certs
      in certs/demo.  So, move the code creating those files so it gets done
      regardless, not just in non-mk1mf environments.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      fd9ad230
  12. 15 7月, 2015 1 次提交
  13. 23 5月, 2015 1 次提交
  14. 13 5月, 2015 1 次提交
  15. 27 4月, 2015 2 次提交
  16. 01 4月, 2015 1 次提交
  17. 31 3月, 2015 1 次提交
    • R
      Fix some faults in util/mk1mf.pl · 8bf5b8ab
      Richard Levitte 提交于
      When building on Unix, there are times when the 'EX_LIB' MINFO variable
      contains valuable information.  Make sure to take care of it.
      
      fixrules in util/pl/unix.pl was previously changed with a simpler fix of
      rules, with a comment claiming that's compatible with -j.  Unfortunately,
      this breaks multiline rules and doesn't change anything for single line
      rules.  While at it, do not prefix pure echo lines with a 'cd $(TEST_D) &&',
      as that's rather silly.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      8bf5b8ab
  18. 11 3月, 2015 1 次提交
  19. 06 2月, 2015 1 次提交
  20. 28 1月, 2015 2 次提交
    • M
      Fix no-ocb for Windows · dc0e9a35
      Matt Caswell 提交于
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      dc0e9a35
    • R
      OPENSSL_NO_xxx cleanup: SHA · 474e469b
      Rich Salz 提交于
      Remove support for SHA0 and DSS0 (they were broken), and remove
      the ability to attempt to build without SHA (it didn't work).
      For simplicity, remove the option of not building various SHA algorithms;
      you could argue that SHA_224/256/384/512 should be kept, since they're
      like crypto algorithms, but I decided to go the other way.
      So these options are gone:
      	GENUINE_DSA         OPENSSL_NO_SHA0
      	OPENSSL_NO_SHA      OPENSSL_NO_SHA1
      	OPENSSL_NO_SHA224   OPENSSL_NO_SHA256
      	OPENSSL_NO_SHA384   OPENSSL_NO_SHA512
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      474e469b
  21. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  22. 13 1月, 2015 2 次提交
  23. 12 1月, 2015 1 次提交
  24. 04 12月, 2014 1 次提交
  25. 20 11月, 2014 1 次提交
  26. 17 11月, 2014 1 次提交
  27. 20 10月, 2014 1 次提交
  28. 15 10月, 2014 1 次提交
  29. 07 10月, 2014 1 次提交
  30. 25 7月, 2014 1 次提交
    • D
      Add conditional unit testing interface. · e0fc7961
      Dr. Stephen Henson 提交于
      Don't call internal functions directly call them through
      SSL_test_functions(). This also makes unit testing work on
      Windows and platforms that don't export internal functions
      from shared libraries.
      
      By default unit testing is not enabled: it requires the compile
      time option "enable-unit-test".
      Reviewed-by: NGeoff Thorpe <geoff@openssl.org>
      e0fc7961
  31. 01 7月, 2014 1 次提交
  32. 12 6月, 2014 1 次提交
  33. 24 5月, 2014 1 次提交
  34. 16 2月, 2014 1 次提交
  35. 09 2月, 2014 1 次提交
  36. 08 4月, 2013 1 次提交