1. 12 12月, 2014 1 次提交
  2. 04 12月, 2014 1 次提交
  3. 28 11月, 2014 1 次提交
  4. 24 9月, 2014 1 次提交
  5. 29 8月, 2014 1 次提交
  6. 28 8月, 2014 1 次提交
  7. 14 8月, 2014 1 次提交
  8. 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
  9. 30 6月, 2014 1 次提交
  10. 20 5月, 2014 1 次提交
  11. 26 4月, 2014 1 次提交
  12. 21 2月, 2014 1 次提交
  13. 20 2月, 2014 1 次提交
  14. 22 2月, 2013 1 次提交
  15. 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
  16. 19 1月, 2013 1 次提交
  17. 19 11月, 2012 1 次提交
  18. 17 11月, 2012 1 次提交
  19. 15 6月, 2012 1 次提交
  20. 04 6月, 2012 1 次提交
  21. 27 12月, 2011 1 次提交
  22. 16 11月, 2011 1 次提交
  23. 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
  24. 13 3月, 2011 1 次提交
  25. 03 2月, 2011 1 次提交
  26. 26 1月, 2011 1 次提交
  27. 15 1月, 2010 1 次提交
  28. 10 11月, 2009 1 次提交
  29. 08 7月, 2009 1 次提交
  30. 04 6月, 2008 1 次提交
  31. 26 5月, 2008 1 次提交
  32. 23 3月, 2008 1 次提交
  33. 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
  34. 19 9月, 2007 1 次提交
  35. 08 4月, 2006 1 次提交
  36. 04 2月, 2006 1 次提交
  37. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  38. 17 5月, 2005 1 次提交
  39. 16 5月, 2005 1 次提交
  40. 27 4月, 2005 1 次提交