1. 03 Aug, 2013 1 commit
  2. 31 Jul, 2013 1 commit
  3. 30 Jun, 2013 2 commits
  4. 12 Jun, 2013 1 commit
  5. 30 May, 2013 1 commit
  6. 05 May, 2013 1 commit
    • Dr. Stephen Henson's avatar
      Fix PSS signature printing. · 04b727b4
      Dr. Stephen Henson authored
      Fix PSS signature printing: consistently use 0x prefix for hex values for
      padding length and trailer fields.
      (cherry picked from commit deb24ad53147f5a8dd63416224a5edd7bbc0e74a)
      04b727b4
  7. 03 May, 2013 1 commit
  8. 02 May, 2013 1 commit
  9. 13 Apr, 2013 1 commit
    • Andy Polyakov's avatar
      crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7. · 29a54672
      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)
      29a54672
  10. 08 Apr, 2013 1 commit
  11. 31 Mar, 2013 1 commit
  12. 28 Mar, 2013 1 commit
  13. 26 Mar, 2013 1 commit
  14. 19 Mar, 2013 1 commit
  15. 18 Mar, 2013 6 commits
  16. 01 Mar, 2013 2 commits
  17. 16 Feb, 2013 1 commit
  18. 15 Feb, 2013 1 commit
    • Nick Alcock's avatar
      Fix POD errors to stop make install_docs dying with pod2man 2.5.0+ · 08f8933f
      Nick Alcock authored
      podlators 2.5.0 has switched to dying on POD syntax errors. This means
      that a bunch of long-standing erroneous POD in the openssl documentation
      now leads to fatal errors from pod2man, halting installation.
      
      Unfortunately POD constraints mean that you have to sort numeric lists
      in ascending order if they start with 1: you cannot do 1, 0, 2 even if
      you want 1 to appear first. I've reshuffled such (alas, I wish there
      were a better way but I don't know of one).
      (cherry picked from commit 5cc27077)
      08f8933f
  19. 14 Feb, 2013 1 commit
  20. 12 Feb, 2013 1 commit
  21. 11 Feb, 2013 9 commits
  22. 09 Feb, 2013 2 commits
  23. 08 Feb, 2013 2 commits