1. 04 9月, 2015 1 次提交
    • D
      Revert "OPENSSL_NO_xxx cleanup: RFC3779" · 47bbaa5b
      David Woodhouse 提交于
      This reverts the non-cleanup parts of commit c73ad690. We do actually
      have a reasonable use case for OPENSSL_NO_RFC3779 in the EDK2 UEFI
      build, since we don't have a strspn() function in our runtime environment
      and we don't want the RFC3779 functionality anyway.
      
      In addition, it changes the default behaviour of the Configure script so
      that RFC3779 support isn't disabled by default. It was always disabled
      from when it was first added in 2006, right up until the point where
      OPENSSL_NO_RFC3779 was turned into a no-op, and the code in the
      Configure script was left *trying* to disable it, but not actually
      working.
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      47bbaa5b
  2. 23 5月, 2015 1 次提交
  3. 15 5月, 2015 1 次提交
  4. 14 5月, 2015 1 次提交
  5. 13 5月, 2015 2 次提交
  6. 04 4月, 2015 1 次提交
  7. 01 4月, 2015 1 次提交
  8. 25 3月, 2015 1 次提交
  9. 07 2月, 2015 1 次提交
  10. 06 2月, 2015 2 次提交
  11. 05 2月, 2015 1 次提交
    • R
      Fix various build breaks · 1f7103b6
      Rich Salz 提交于
      TABLE wasn't updated from a previous Configure change
      Missed an RMD160/RIPE/RIPEMD unification in mkdef.pl
      Makefile install_sw referenced file doc/openssl-shared.txt (RT3686)
      Needed to run 'make update' because
              - Various old code has been removed
              - Varous old #ifdef tests were removed
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      1f7103b6
  12. 03 2月, 2015 1 次提交
  13. 01 2月, 2015 1 次提交
  14. 29 1月, 2015 1 次提交
  15. 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
  16. 27 1月, 2015 1 次提交
  17. 13 1月, 2015 1 次提交
  18. 12 1月, 2015 1 次提交
  19. 20 12月, 2014 1 次提交
  20. 19 12月, 2014 1 次提交
    • M
      Turn on OPENSSL_NO_DEPRECATED by default. · 07c4c14c
      Matt Caswell 提交于
      Also introduce OPENSSL_USE_DEPRECATED. If OPENSSL_NO_DEPRECATED is
      defined at config stage then OPENSSL_USE_DEPRECATED has no effect -
      deprecated functions are not available.
      If OPENSSL_NO_DEPRECATED is not defined at config stage then
      applications must define OPENSSL_USE_DEPRECATED in order to access
      deprecated functions.
      Also introduce compiler warnings for gcc for applications using
      deprecated functions
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      07c4c14c
  21. 08 12月, 2014 1 次提交
  22. 04 12月, 2014 1 次提交
  23. 20 11月, 2014 1 次提交
  24. 15 10月, 2014 1 次提交
  25. 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
  26. 20 7月, 2014 1 次提交
  27. 25 4月, 2014 1 次提交
  28. 02 7月, 2012 1 次提交
  29. 01 1月, 2012 1 次提交
  30. 25 12月, 2011 1 次提交
  31. 23 12月, 2011 1 次提交
  32. 22 11月, 2011 2 次提交
  33. 19 10月, 2011 1 次提交
    • B
      Fix warnings. · e0d6132b
      Bodo Möller 提交于
      Also, use the common Configure mechanism for enabling/disabling the 64-bit ECC code.
      e0d6132b
  34. 12 6月, 2011 1 次提交
  35. 13 5月, 2011 2 次提交