1. 04 6月, 2013 1 次提交
  2. 01 6月, 2013 1 次提交
  3. 26 5月, 2013 4 次提交
  4. 14 5月, 2013 1 次提交
  5. 13 5月, 2013 2 次提交
  6. 02 5月, 2013 1 次提交
  7. 23 4月, 2013 2 次提交
  8. 14 4月, 2013 1 次提交
    • A
      crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7. · 3bdd8052
      Andy Polyakov 提交于
      While ARMv7 in general is capable of unaligned access, not all instructions
      actually are. And trouble is that compiler doesn't seem to differentiate
      those capable and incapable of unaligned access. Side effect is that kernel
      goes into endless loop retrying same instruction triggering unaligned trap.
      Problem was observed in xts128.c and ccm128.c modules. It's possible to
      resolve it by using (volatile u32*) casts, but letting STRICT_ALIGNMENT
      be feels more appropriate.
      3bdd8052
  9. 06 4月, 2013 1 次提交
  10. 04 4月, 2013 6 次提交
  11. 01 4月, 2013 1 次提交
  12. 31 3月, 2013 2 次提交
  13. 30 3月, 2013 2 次提交
  14. 27 3月, 2013 1 次提交
  15. 26 3月, 2013 1 次提交
  16. 25 3月, 2013 1 次提交
  17. 20 3月, 2013 2 次提交
  18. 19 3月, 2013 1 次提交
  19. 18 3月, 2013 1 次提交
    • D
      Encode INTEGER correctly. · 5de18d5d
      Dr. Stephen Henson 提交于
      If an ASN1_INTEGER structure is allocated but not explicitly set encode
      it as zero: don't generate an invalid zero length INTEGER.
      (cherry picked from commit 1643edc63c3e15b6db5a15a728bc288f2cc2bbc7)
      5de18d5d
  20. 07 3月, 2013 3 次提交
  21. 06 3月, 2013 1 次提交
  22. 05 3月, 2013 1 次提交
  23. 04 3月, 2013 2 次提交
  24. 02 3月, 2013 1 次提交