1. 25 11月, 2015 1 次提交
  2. 31 10月, 2015 1 次提交
  3. 01 10月, 2015 2 次提交
  4. 29 9月, 2015 1 次提交
  5. 11 9月, 2015 1 次提交
  6. 05 9月, 2015 1 次提交
  7. 04 9月, 2015 1 次提交
  8. 14 8月, 2015 1 次提交
  9. 03 6月, 2015 1 次提交
  10. 26 5月, 2015 1 次提交
  11. 21 5月, 2015 2 次提交
  12. 20 5月, 2015 1 次提交
  13. 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
  14. 01 4月, 2015 1 次提交
  15. 11 3月, 2015 1 次提交
  16. 13 2月, 2015 2 次提交
  17. 10 2月, 2015 1 次提交
  18. 28 1月, 2015 4 次提交
  19. 27 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: many removals · a00ae6c4
      Rich Salz 提交于
      The following compile options (#ifdef's) are removed:
          OPENSSL_NO_BIO OPENSSL_NO_BUFFER OPENSSL_NO_CHAIN_VERIFY
          OPENSSL_NO_EVP OPENSSL_NO_FIPS_ERR OPENSSL_NO_HASH_COMP
          OPENSSL_NO_LHASH OPENSSL_NO_OBJECT OPENSSL_NO_SPEED OPENSSL_NO_STACK
          OPENSSL_NO_X509 OPENSSL_NO_X509_VERIFY
      
      This diff is big because of updating the indents on preprocessor lines.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a00ae6c4
  20. 22 1月, 2015 2 次提交
  21. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  22. 31 12月, 2014 1 次提交
  23. 08 12月, 2014 2 次提交
  24. 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
  25. 28 3月, 2014 1 次提交
  26. 05 2月, 2014 1 次提交
  27. 15 11月, 2013 1 次提交
    • D
      Constify. · 0f7fa1b1
      Dr. Stephen Henson 提交于
      (cherry picked from commit 1abfa78a8ba714f7e47bd674db53dbe303cd1ce7)
      0f7fa1b1
  28. 14 11月, 2013 1 次提交
    • D
      Flag to disable automatic copying of contexts. · afa23c46
      Dr. Stephen Henson 提交于
      Some functions such as EVP_VerifyFinal only finalise a copy of the passed
      context in case an application wants to digest more data. Doing this when
      it is not needed is inefficient and many applications don't require it.
      
      For compatibility the default is to still finalise a copy unless the
      flag EVP_MD_CTX_FLAG_FINALISE is set in which case the passed
      context is finalised an *no* further data can be digested after
      finalisation.
      afa23c46
  29. 09 10月, 2013 1 次提交
  30. 18 7月, 2013 2 次提交
  31. 22 6月, 2013 1 次提交