1. 28 8月, 2014 1 次提交
  2. 20 7月, 2014 2 次提交
  3. 19 7月, 2014 1 次提交
    • D
      RFC 5649 support. · d31fed73
      Dr. Stephen Henson 提交于
      Add support for RFC5649 key wrapping with padding.
      
      Add RFC5649 tests to evptests.txt
      
      Based on PR#3434 contribution by Petr Spacek <pspacek@redhat.com>.
      
      EVP support and minor changes added by Stephen Henson.
      
      Doxygen comment block updates by Tim Hudson.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      d31fed73
  4. 17 7月, 2014 1 次提交
  5. 16 7月, 2014 4 次提交
  6. 10 7月, 2014 1 次提交
  7. 09 7月, 2014 1 次提交
  8. 28 6月, 2014 1 次提交
  9. 24 6月, 2014 3 次提交
  10. 11 6月, 2014 1 次提交
  11. 07 6月, 2014 3 次提交
  12. 04 5月, 2014 1 次提交
  13. 24 4月, 2014 1 次提交
  14. 06 4月, 2014 1 次提交
  15. 20 2月, 2014 1 次提交
  16. 13 2月, 2014 1 次提交
  17. 02 2月, 2014 1 次提交
  18. 13 11月, 2013 2 次提交
  19. 09 11月, 2013 2 次提交
  20. 14 10月, 2013 1 次提交
  21. 10 9月, 2013 1 次提交
  22. 06 9月, 2013 1 次提交
  23. 18 7月, 2013 1 次提交
    • D
      EVP support for wrapping algorithms. · 97cf1f6c
      Dr. Stephen Henson 提交于
      Add support for key wrap algorithms via EVP interface.
      
      Generalise AES wrap algorithm and add to modes, making existing
      AES wrap algorithm a special case.
      
      Move test code to evptests.txt
      97cf1f6c
  24. 18 6月, 2013 1 次提交
  25. 11 6月, 2013 1 次提交
  26. 14 4月, 2013 1 次提交
    • A
      crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7. · 3bdd8052
      Andy Polyakov 提交于
      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.
      3bdd8052
  27. 04 4月, 2013 1 次提交
  28. 30 3月, 2013 1 次提交
  29. 25 3月, 2013 1 次提交
  30. 20 3月, 2013 1 次提交