Skip to content
  1. Dec 28, 2013
  2. Dec 22, 2013
    • 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. Dec 20, 2013
  4. Dec 18, 2013
  5. Dec 13, 2013
  6. Dec 10, 2013
  7. Dec 09, 2013
  8. Dec 04, 2013
  9. Dec 03, 2013
  10. Nov 30, 2013
  11. Nov 29, 2013
  12. Nov 27, 2013
  13. Nov 18, 2013
  14. Nov 17, 2013
  15. Nov 14, 2013
  16. Nov 13, 2013
    • 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