Skip to content
  1. Oct 18, 2016
  2. Jul 16, 2016
  3. Jun 14, 2016
  4. May 24, 2016
  5. May 17, 2016
  6. May 02, 2016
  7. Apr 20, 2016
  8. Apr 13, 2016
  9. Mar 20, 2016
  10. Mar 18, 2016
  11. Feb 05, 2016
  12. Jan 12, 2016
  13. Dec 10, 2015
  14. Nov 09, 2015
  15. Aug 14, 2015
  16. Jul 06, 2015
  17. Jun 08, 2015
  18. 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
  19. Mar 28, 2015
  20. Feb 09, 2015
  21. Feb 02, 2015
  22. Jan 28, 2015
  23. Jan 22, 2015
  24. Jan 04, 2015
  25. Dec 08, 2014
  26. Aug 21, 2014
  27. Jul 20, 2014
  28. 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
  29. Jul 17, 2014
  30. 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
  31. Jun 29, 2014
  32. Jun 16, 2014
  33. Jun 04, 2014
  34. Jun 02, 2014