1. 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
  2. 20 Dec, 2013 2 commits
  3. 18 Dec, 2013 7 commits
  4. 13 Dec, 2013 5 commits
  5. 10 Dec, 2013 2 commits
  6. 09 Dec, 2013 2 commits
  7. 04 Dec, 2013 5 commits
  8. 03 Dec, 2013 4 commits
  9. 30 Nov, 2013 1 commit
  10. 29 Nov, 2013 1 commit
  11. 27 Nov, 2013 3 commits
  12. 18 Nov, 2013 2 commits
  13. 17 Nov, 2013 1 commit
  14. 14 Nov, 2013 2 commits
  15. 13 Nov, 2013 2 commits
    • 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
    • Dr. Stephen Henson's avatar
      Allow match selecting of current certificate. · 629b640b
      Dr. Stephen Henson authored
      If pointer comparison for current certificate fails check
      to see if a match using X509_cmp succeeds for the current
      certificate: this is useful for cases where the certificate
      pointer is not available.
      629b640b