Skip to content
  1. May 20, 2015
    • 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
  2. May 13, 2015
  3. Oct 23, 2014
  4. Sep 08, 2014
  5. Jul 11, 2014
  6. Jul 05, 2014
  7. Apr 02, 2014
  8. Jan 23, 2013
  9. Jan 16, 2013
  10. Jan 10, 2013
  11. Dec 28, 2012
  12. Dec 16, 2012
  13. Oct 29, 2012
  14. Oct 19, 2012
  15. Oct 16, 2012
  16. Oct 15, 2012
  17. Oct 14, 2012
  18. Oct 04, 2012