Skip to content
  1. Dec 10, 2015
  2. Nov 09, 2015
  3. Aug 14, 2015
  4. Jul 06, 2015
  5. Jun 08, 2015
  6. Apr 30, 2015
    • Matt Caswell's avatar
      Sanity check EVP_CTRL_AEAD_TLS_AAD · c8269881
      Matt Caswell authored
      
      
      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: default avatarAndy Polyakov <appro@openssl.org>
      c8269881
  7. Mar 28, 2015
  8. Feb 09, 2015
  9. Feb 02, 2015
  10. Jan 28, 2015
  11. Jan 22, 2015
  12. Jan 04, 2015
  13. Dec 08, 2014
  14. Aug 21, 2014
  15. Jul 20, 2014
  16. Jul 18, 2014
    • Dr. Stephen Henson's avatar
      RFC 5649 support. · d31fed73
      Dr. Stephen Henson authored
      
      
      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: default avatarTim Hudson <tjh@openssl.org>
      d31fed73
  17. Jul 17, 2014
  18. Jun 30, 2014
    • Dr. Stephen Henson's avatar
      Fix copy for CCM, GCM and XTS. · c2fd5d79
      Dr. Stephen Henson authored
      Internal pointers in CCM, GCM and XTS contexts should either be
      NULL or set to point to the appropriate key schedule. This needs
      to be adjusted when copying contexts.
      c2fd5d79
  19. Jun 29, 2014
  20. Jun 16, 2014
  21. Jun 04, 2014
  22. Jun 02, 2014
  23. Jun 01, 2014
  24. Dec 18, 2013
  25. Nov 27, 2013
  26. Sep 15, 2013
  27. Aug 05, 2013
  28. Aug 03, 2013
  29. Jul 17, 2013
    • Dr. Stephen Henson's avatar
      EVP support for wrapping algorithms. · 97cf1f6c
      Dr. Stephen Henson authored
      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
  30. Apr 23, 2013
  31. Apr 04, 2013
  32. Mar 29, 2013
  33. Nov 24, 2012