1. 13 4月, 2011 1 次提交
  2. 02 4月, 2011 1 次提交
  3. 25 3月, 2011 1 次提交
  4. 13 3月, 2011 1 次提交
  5. 22 2月, 2011 2 次提交
  6. 03 2月, 2011 1 次提交
  7. 27 1月, 2011 1 次提交
  8. 06 9月, 2010 1 次提交
  9. 21 8月, 2010 1 次提交
  10. 27 7月, 2010 1 次提交
  11. 08 7月, 2010 1 次提交
  12. 02 7月, 2010 1 次提交
  13. 05 5月, 2010 1 次提交
    • A
      "Jumbo" update for crypto/modes: · f472ec8c
      Andy Polyakov 提交于
      - introduce common modes_lcl.h;
      - ctr128.c: implement additional CRYPTO_ctr128_encrypt_ctr32 interface;
      - gcm128.c: add omitted ARM initialization, remove ctx.ctr;
      f472ec8c
  14. 29 4月, 2010 1 次提交
  15. 23 4月, 2010 1 次提交
  16. 27 12月, 2008 1 次提交
  17. 16 12月, 2008 1 次提交
    • A
      128-bit block cipher modes consolidation. As consolidated functions · 85b2c0ce
      Andy Polyakov 提交于
      rely on indirect call to block functions, they are not as fast as
      non-consolidated routines. However, performance loss(*) is within
      measurement error and consolidation advantages are considered to
      outweigh it.
      
      (*) actually one can observe performance *improvement* on e.g.
          CBC benchmarks thanks to optimization, which also becomes
          shared among ciphers.
      85b2c0ce
  18. 17 9月, 2007 1 次提交
  19. 04 2月, 2006 1 次提交
  20. 31 5月, 2005 1 次提交
  21. 17 5月, 2005 1 次提交
  22. 16 5月, 2005 2 次提交
  23. 09 5月, 2005 1 次提交
  24. 27 4月, 2005 2 次提交
  25. 30 3月, 2005 1 次提交
  26. 03 11月, 2004 1 次提交
  27. 20 4月, 2004 1 次提交
  28. 27 12月, 2003 1 次提交
  29. 09 10月, 2002 1 次提交
  30. 28 6月, 2002 1 次提交
  31. 01 8月, 2001 1 次提交
  32. 31 7月, 2001 1 次提交
  33. 09 3月, 2001 1 次提交
  34. 22 2月, 2001 1 次提交
  35. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  36. 25 9月, 2000 1 次提交
  37. 07 9月, 2000 1 次提交