1. 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
  2. 12 12月, 2014 1 次提交
  3. 11 12月, 2014 1 次提交
  4. 09 12月, 2014 3 次提交
  5. 08 12月, 2014 5 次提交
  6. 04 12月, 2014 1 次提交
  7. 29 11月, 2014 1 次提交
  8. 27 11月, 2014 1 次提交
  9. 20 11月, 2014 1 次提交
  10. 17 11月, 2014 3 次提交
  11. 20 10月, 2014 1 次提交
  12. 15 10月, 2014 1 次提交
  13. 07 10月, 2014 1 次提交
  14. 24 9月, 2014 1 次提交
  15. 05 9月, 2014 2 次提交
  16. 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
  17. 21 7月, 2014 1 次提交
  18. 20 7月, 2014 1 次提交
  19. 01 7月, 2014 1 次提交
  20. 23 6月, 2014 1 次提交
  21. 12 6月, 2014 1 次提交
  22. 24 5月, 2014 1 次提交
  23. 26 4月, 2014 1 次提交
    • G
      util/mkerr.pl: fix perl warning · 647f360e
      Geoff Thorpe 提交于
      Gets rid of this;
      
      defined(@array) is deprecated at ../util/mkerr.pl line 792.
              (Maybe you should just omit the defined()?)
      defined(@array) is deprecated at ../util/mkerr.pl line 800.
              (Maybe you should just omit the defined()?)
      Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
      647f360e
  24. 25 4月, 2014 1 次提交
  25. 12 3月, 2014 1 次提交
    • D
      Update ordinals. · 14c67a70
      Dr. Stephen Henson 提交于
      Use a previously unused value as we will be updating multiple released
      branches.
      (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)
      14c67a70
  26. 24 2月, 2014 1 次提交
  27. 16 2月, 2014 1 次提交
  28. 09 2月, 2014 1 次提交
  29. 14 11月, 2013 1 次提交
  30. 13 11月, 2013 1 次提交
  31. 03 10月, 2013 1 次提交