1. 28 Dec, 2013 1 commit
  2. 22 Dec, 2013 1 commit
    • Dr. Stephen Henson's avatar
      Canonicalise input in CMS_verify. · cd30f03a
      Dr. Stephen Henson authored
      If content is detached and not binary mode translate the input to
      CRLF format. Before this change the input was verified verbatim
      which lead to a discrepancy between sign and verify.
      cd30f03a
  3. 20 Dec, 2013 2 commits
  4. 18 Dec, 2013 7 commits
  5. 13 Dec, 2013 5 commits
  6. 10 Dec, 2013 2 commits
  7. 09 Dec, 2013 2 commits
  8. 04 Dec, 2013 5 commits
  9. 03 Dec, 2013 4 commits
  10. 30 Nov, 2013 1 commit
  11. 29 Nov, 2013 1 commit
  12. 27 Nov, 2013 3 commits
  13. 18 Nov, 2013 2 commits
  14. 17 Nov, 2013 1 commit
  15. 14 Nov, 2013 2 commits
  16. 13 Nov, 2013 1 commit
    • Dr. Stephen Henson's avatar
      Flag to disable automatic copying of contexts. · afa23c46
      Dr. Stephen Henson authored
      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