1. 23 5月, 2015 1 次提交
    • R
      Fix the update target and remove duplicate file updates · 0f539dc1
      Richard Levitte 提交于
      We had updates of certain header files in both Makefile.org and the
      Makefile in the directory the header file lived in.  This is error
      prone and also sometimes generates slightly different results (usually
      just a comment that differs) depending on which way the update was
      done.
      
      This removes the file update targets from the top level Makefile, adds
      an update: target in all Makefiles and has it depend on the depend: or
      local_depend: targets, whichever is appropriate, so we don't get a
      double run through the whole file tree.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      0f539dc1
  2. 16 5月, 2015 2 次提交
  3. 14 5月, 2015 2 次提交
  4. 13 5月, 2015 1 次提交
  5. 05 5月, 2015 1 次提交
  6. 01 5月, 2015 1 次提交
  7. 04 4月, 2015 1 次提交
  8. 02 4月, 2015 1 次提交
  9. 01 4月, 2015 1 次提交
  10. 31 3月, 2015 1 次提交
  11. 26 3月, 2015 7 次提交
  12. 24 3月, 2015 1 次提交
  13. 12 1月, 2015 1 次提交
    • R
      RT478: Add uninstall make target · 9405a9a2
      Rich Salz 提交于
      Add INSTALLDIRS variable, list of directories where things get
      installed. Change install_html_docs to use perl mkdir-p script.
      
      Add uninstall, uninstall_sw, uninstall_docs, uninstall_html_docs
      to Makefile.org.  The actions of these targets were figured out
      by "inverting" the install target.
      
      Recurse into subdirs to do uninstall as needed.  Added uninstall
      targets whose actions were similarly figured out by "inverting"
      the install target.
      
      Also remove some 'space before tab' complaints in Makefile.org
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      9405a9a2
  14. 12 12月, 2014 1 次提交
  15. 04 12月, 2014 1 次提交
  16. 28 11月, 2014 1 次提交
  17. 24 9月, 2014 1 次提交
  18. 29 8月, 2014 1 次提交
  19. 28 8月, 2014 1 次提交
  20. 14 8月, 2014 1 次提交
  21. 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
  22. 30 6月, 2014 1 次提交
  23. 20 5月, 2014 1 次提交
  24. 26 4月, 2014 1 次提交
  25. 21 2月, 2014 1 次提交
  26. 20 2月, 2014 1 次提交
  27. 22 2月, 2013 1 次提交
  28. 06 2月, 2013 1 次提交
    • B
      Make CBC decoding constant time. · 2acc020b
      Ben Laurie 提交于
      This patch makes the decoding of SSLv3 and TLS CBC records constant
      time. Without this, a timing side-channel can be used to build a padding
      oracle and mount Vaudenay's attack.
      
      This patch also disables the stitched AESNI+SHA mode pending a similar
      fix to that code.
      
      In order to be easy to backport, this change is implemented in ssl/,
      rather than as a generic AEAD mode. In the future this should be changed
      around so that HMAC isn't in ssl/, but crypto/ as FIPS expects.
      (cherry picked from commit e130841bccfc0bb9da254dc84e23bc6a1c78a64e)
      2acc020b
  29. 19 1月, 2013 1 次提交
  30. 19 11月, 2012 1 次提交
  31. 17 11月, 2012 1 次提交
  32. 15 6月, 2012 1 次提交