1. 12 1月, 2014 1 次提交
  2. 11 1月, 2014 1 次提交
  3. 10 1月, 2014 1 次提交
  4. 09 1月, 2014 1 次提交
  5. 08 1月, 2014 1 次提交
  6. 07 1月, 2014 1 次提交
  7. 05 1月, 2014 2 次提交
  8. 04 1月, 2014 1 次提交
  9. 28 12月, 2013 2 次提交
  10. 22 12月, 2013 1 次提交
    • D
      Canonicalise input in CMS_verify. · cd30f03a
      Dr. Stephen Henson 提交于
      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
  11. 21 12月, 2013 1 次提交
  12. 19 12月, 2013 5 次提交
  13. 13 12月, 2013 3 次提交
    • D
      Add opaque ID structure. · 4a253652
      Dr. Stephen Henson 提交于
      Move the IP, email and host checking fields from the public
      X509_VERIFY_PARAM structure into an opaque X509_VERIFY_PARAM_ID
      structure. By doing this the structure can be modified in future
      without risk of breaking any applications.
      (cherry picked from commit adc6bd73e3bd10ce6e76867482e8d137071298d7)
      
      Conflicts:
      
      	crypto/x509/x509_vpm.c
      4a253652
    • D
      Fix for partial chain notification. · 102302b0
      Dr. Stephen Henson 提交于
      For consistency with other cases if we are performing
      partial chain verification with just one certificate
      notify the callback with ok==1.
      (cherry picked from commit 852553d9005e13aed7feb986a5d71cb885b994c7)
      102302b0
    • D
      Don't use rdrand engine as default unless explicitly requested. · 8a1956f3
      Dr. Stephen Henson 提交于
      (cherry picked from commit 16898401bd47a153fbf799127ff57fdcfcbd324f)
      8a1956f3
  14. 10 12月, 2013 2 次提交
  15. 05 12月, 2013 4 次提交
  16. 04 12月, 2013 3 次提交
  17. 03 12月, 2013 1 次提交
  18. 29 11月, 2013 1 次提交
  19. 28 11月, 2013 3 次提交
  20. 15 11月, 2013 1 次提交
    • D
      Constify. · 0f7fa1b1
      Dr. Stephen Henson 提交于
      (cherry picked from commit 1abfa78a8ba714f7e47bd674db53dbe303cd1ce7)
      0f7fa1b1
  21. 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
  22. 13 11月, 2013 3 次提交