1. 18 3月, 2016 1 次提交
  2. 06 2月, 2016 1 次提交
  3. 12 1月, 2016 1 次提交
  4. 10 12月, 2015 2 次提交
  5. 10 11月, 2015 1 次提交
  6. 14 8月, 2015 1 次提交
  7. 06 7月, 2015 1 次提交
  8. 08 6月, 2015 1 次提交
  9. 01 5月, 2015 1 次提交
    • M
      Sanity check EVP_CTRL_AEAD_TLS_AAD · c8269881
      Matt Caswell 提交于
      The various implementations of EVP_CTRL_AEAD_TLS_AAD expect a buffer of at
      least 13 bytes long. Add sanity checks to ensure that the length is at
      least that. Also add a new constant (EVP_AEAD_TLS1_AAD_LEN) to evp.h to
      represent this length. Thanks to Kevin Wojtysiak (Int3 Solutions) and
      Paramjot Oberoi (Int3 Solutions) for reporting this issue.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      c8269881
  10. 28 3月, 2015 1 次提交
  11. 09 2月, 2015 1 次提交
  12. 03 2月, 2015 1 次提交
  13. 28 1月, 2015 2 次提交
  14. 22 1月, 2015 1 次提交
  15. 05 1月, 2015 1 次提交
  16. 08 12月, 2014 4 次提交
  17. 21 8月, 2014 1 次提交
  18. 20 7月, 2014 1 次提交
  19. 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
  20. 18 7月, 2014 1 次提交
  21. 17 7月, 2014 1 次提交
  22. 30 6月, 2014 2 次提交
  23. 16 6月, 2014 1 次提交
  24. 04 6月, 2014 1 次提交
  25. 03 6月, 2014 1 次提交
  26. 02 6月, 2014 2 次提交
  27. 19 12月, 2013 2 次提交
  28. 28 11月, 2013 1 次提交
  29. 16 9月, 2013 1 次提交
  30. 05 8月, 2013 1 次提交
  31. 03 8月, 2013 1 次提交
  32. 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