1. 26 12月, 2010 1 次提交
  2. 25 2月, 2010 2 次提交
  3. 01 11月, 2009 1 次提交
  4. 18 10月, 2009 1 次提交
  5. 26 6月, 2009 1 次提交
  6. 01 9月, 2008 1 次提交
  7. 29 8月, 2008 1 次提交
  8. 14 8月, 2008 1 次提交
  9. 08 8月, 2008 1 次提交
  10. 27 11月, 2006 1 次提交
  11. 18 9月, 2006 1 次提交
  12. 15 9月, 2006 1 次提交
  13. 11 9月, 2006 1 次提交
  14. 10 9月, 2006 1 次提交
  15. 03 9月, 2005 1 次提交
  16. 10 4月, 2005 1 次提交
  17. 28 12月, 2004 1 次提交
  18. 29 11月, 2004 1 次提交
    • R
      Make an explicit check during certificate validation to see that the · 30b415b0
      Richard Levitte 提交于
      CA setting in each certificate on the chain is correct.  As a side-
      effect always do the following basic checks on extensions, not just
      when there's an associated purpose to the check:
      - if there is an unhandled critical extension (unless the user has
        chosen to ignore this fault)
      - if the path length has been exceeded (if one is set at all)
      - that certain extensions fit the associated purpose (if one has been
        given)
      30b415b0
  19. 01 10月, 2004 1 次提交
  20. 18 9月, 2004 1 次提交
  21. 07 9月, 2004 1 次提交
  22. 20 5月, 2004 1 次提交
  23. 19 5月, 2004 1 次提交
  24. 02 4月, 2004 1 次提交
  25. 28 3月, 2004 1 次提交
  26. 25 3月, 2004 1 次提交
  27. 23 3月, 2004 1 次提交
  28. 06 3月, 2004 1 次提交
  29. 21 3月, 2003 1 次提交
  30. 21 10月, 2001 1 次提交
    • D
      · f1558bb4
      Dr. Stephen Henson 提交于
      Reject certificates with unhandled critical extensions.
      f1558bb4
  31. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  32. 06 8月, 2001 3 次提交
  33. 30 7月, 2001 1 次提交
  34. 10 5月, 2001 1 次提交
    • D
      · 926a56bf
      Dr. Stephen Henson 提交于
      Purpose and trust setting functions for X509_STORE.
      
      Tidy existing code.
      926a56bf
  35. 09 5月, 2001 1 次提交
  36. 08 5月, 2001 1 次提交
    • D
      · b545dc67
      Dr. Stephen Henson 提交于
      Initial CRL based revocation checking.
      b545dc67
  37. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96