1. 01 Jun, 2013 1 commit
  2. 25 May, 2013 3 commits
  3. 20 May, 2013 6 commits
  4. 19 May, 2013 24 commits
  5. 15 May, 2013 2 commits
  6. 13 May, 2013 1 commit
    • Andy Polyakov's avatar
      Initial support for RFC6689, a.k.a. DANE. · 8517d0c0
      Andy Polyakov authored
      Note that it initially applies to 1.0.2, and not to HEAD. This is
      in order to allow development with existing libunbound installations
      that are dependent on OpenSSL 1.0.x. More details in RT.
      
      RT: 3003
      8517d0c0
  7. 02 May, 2013 1 commit
  8. 13 Apr, 2013 1 commit
    • Andy Polyakov's avatar
      crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7. · 07464787
      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)
      07464787
  9. 08 Apr, 2013 1 commit