1. 12 12月, 2014 1 次提交
  2. 09 12月, 2014 1 次提交
    • G
      Include <openssl/foo.h> instead of "foo.h" · e52a3c3d
      Geoff Thorpe 提交于
      Exported headers shouldn't be included as "foo.h" by code from the same
      module, it should only do so for module-internal headers. This is
      because the symlinking of exported headers (from include/openssl/foo.h
      to crypto/foo/foo.h) is being removed, and the exported headers are
      being moved to the include/openssl/ directory instead.
      
      Change-Id: I4c1d80849544713308ddc6999a549848afc25f94
      Signed-off-by: NGeoff Thorpe <geoff@openssl.org>
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      e52a3c3d
  3. 08 12月, 2014 1 次提交
  4. 29 11月, 2014 1 次提交
  5. 23 1月, 2013 1 次提交
  6. 25 10月, 2012 1 次提交
  7. 14 10月, 2012 1 次提交
  8. 12 10月, 2012 1 次提交
  9. 27 6月, 2012 1 次提交
  10. 04 6月, 2012 1 次提交
  11. 28 4月, 2012 1 次提交
  12. 22 2月, 2011 1 次提交
  13. 17 2月, 2011 1 次提交
  14. 27 1月, 2011 1 次提交
  15. 18 9月, 2009 1 次提交
  16. 06 4月, 2009 1 次提交
  17. 08 1月, 2009 1 次提交
  18. 27 12月, 2008 1 次提交
  19. 23 12月, 2008 3 次提交
  20. 22 12月, 2008 1 次提交
  21. 19 12月, 2008 1 次提交
  22. 03 12月, 2008 1 次提交
  23. 02 12月, 2008 1 次提交
  24. 13 11月, 2008 1 次提交
  25. 12 11月, 2008 1 次提交
  26. 02 11月, 2008 2 次提交
  27. 01 11月, 2008 1 次提交
  28. 28 10月, 2008 2 次提交
    • A
      Harmonize Camellia API with version 1.x. · 436bdcff
      Andy Polyakov 提交于
      436bdcff
    • A
      Camellia update. Quoting camellia.c: · 27f864e8
      Andy Polyakov 提交于
      /*
       * This release balances code size and performance. In particular key
       * schedule setup is fully unrolled, because doing so *significantly*
       * reduces amount of instructions per setup round and code increase is
       * justifiable. In block functions on the other hand only inner loops
       * are unrolled, as full unroll gives only nominal performance boost,
       * while code size grows 4 or 7 times. Also, unlike previous versions
       * this one "encourages" compiler to keep intermediate variables in
       * registers, which should give better "all round" results, in other
       * words reasonable performance even with not so modern compilers.
       */
      27f864e8
  29. 17 4月, 2008 1 次提交
  30. 29 8月, 2007 1 次提交
  31. 04 4月, 2007 1 次提交
  32. 21 1月, 2007 1 次提交
  33. 02 12月, 2006 4 次提交