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