1. 30 Aug, 2017 2 commits
  2. 21 Aug, 2017 1 commit
  3. 16 Aug, 2017 1 commit
  4. 01 Jul, 2016 1 commit
  5. 21 Jun, 2016 1 commit
  6. 20 May, 2015 1 commit
    • Andy Polyakov's avatar
      crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7. · d8a23532
      Andy Polyakov authored
      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.
      
      (cherry picked from commit 3bdd8052
      
      )
      Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      d8a23532
  7. 13 May, 2015 9 commits
  8. 23 Oct, 2014 2 commits
  9. 08 Sep, 2014 1 commit
  10. 11 Jul, 2014 1 commit
  11. 05 Jul, 2014 2 commits
  12. 02 Apr, 2014 1 commit
  13. 23 Jan, 2013 1 commit
  14. 16 Jan, 2013 1 commit
  15. 10 Jan, 2013 1 commit
  16. 28 Dec, 2012 1 commit
  17. 16 Dec, 2012 1 commit
  18. 29 Oct, 2012 1 commit
  19. 19 Oct, 2012 1 commit
  20. 16 Oct, 2012 2 commits
  21. 15 Oct, 2012 1 commit
  22. 14 Oct, 2012 6 commits
  23. 04 Oct, 2012 1 commit