1. 26 3月, 2015 4 次提交
  2. 24 3月, 2015 1 次提交
  3. 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
  4. 12 12月, 2014 1 次提交
  5. 04 12月, 2014 1 次提交
  6. 28 11月, 2014 1 次提交
  7. 24 9月, 2014 1 次提交
  8. 29 8月, 2014 1 次提交
  9. 28 8月, 2014 1 次提交
  10. 14 8月, 2014 1 次提交
  11. 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
  12. 30 6月, 2014 1 次提交
  13. 20 5月, 2014 1 次提交
  14. 26 4月, 2014 1 次提交
  15. 21 2月, 2014 1 次提交
  16. 20 2月, 2014 1 次提交
  17. 22 2月, 2013 1 次提交
  18. 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
  19. 19 1月, 2013 1 次提交
  20. 19 11月, 2012 1 次提交
  21. 17 11月, 2012 1 次提交
  22. 15 6月, 2012 1 次提交
  23. 04 6月, 2012 1 次提交
  24. 27 12月, 2011 1 次提交
  25. 16 11月, 2011 1 次提交
  26. 23 3月, 2011 1 次提交
    • R
      make update (1.1.0-dev) · 487b023f
      Richard Levitte 提交于
      This meant alarger renumbering in util/libeay.num due to symbols
      appearing in 1.0.0-stable and 1.0.1-stable.  However, since there's
      been no release on this branch yet, it should be harmless.
      487b023f
  27. 13 3月, 2011 1 次提交
  28. 03 2月, 2011 1 次提交
  29. 26 1月, 2011 1 次提交
  30. 15 1月, 2010 1 次提交
  31. 10 11月, 2009 1 次提交
  32. 08 7月, 2009 1 次提交
  33. 04 6月, 2008 1 次提交
  34. 26 5月, 2008 1 次提交
  35. 23 3月, 2008 1 次提交
  36. 13 3月, 2008 1 次提交
    • D
      And so it begins... · 8931b30d
      Dr. Stephen Henson 提交于
      Initial support for CMS.
      
      Add zlib compression BIO.
      
      Add AES key wrap implementation.
      
      Generalize S/MIME MIME code to support CMS and/or PKCS7.
      8931b30d
  37. 19 9月, 2007 1 次提交