1. 19 2月, 2014 1 次提交
  2. 15 2月, 2014 6 次提交
  3. 14 2月, 2014 2 次提交
  4. 13 2月, 2014 4 次提交
  5. 05 2月, 2014 3 次提交
  6. 02 2月, 2014 3 次提交
  7. 28 1月, 2014 1 次提交
    • D
      Add loaded dynamic ENGINEs to list. · e933f91f
      Dr. Stephen Henson 提交于
      Always add a dynamically loaded ENGINE to list. Otherwise it can cause
      problems when multiply loaded, especially if it adds new public key methods.
      For all current engines we only want a single implementation anyway.
      e933f91f
  8. 27 1月, 2014 1 次提交
  9. 12 1月, 2014 1 次提交
  10. 11 1月, 2014 1 次提交
  11. 10 1月, 2014 1 次提交
  12. 09 1月, 2014 1 次提交
  13. 08 1月, 2014 1 次提交
  14. 07 1月, 2014 1 次提交
  15. 05 1月, 2014 2 次提交
  16. 04 1月, 2014 1 次提交
  17. 28 12月, 2013 2 次提交
  18. 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
  19. 21 12月, 2013 1 次提交
  20. 19 12月, 2013 5 次提交
  21. 13 12月, 2013 1 次提交
    • 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