1. 16 4月, 2014 1 次提交
  2. 15 12月, 2012 1 次提交
  3. 08 12月, 2012 1 次提交
  4. 07 12月, 2012 1 次提交
  5. 26 1月, 2012 1 次提交
  6. 25 2月, 2010 1 次提交
  7. 24 2月, 2010 1 次提交
  8. 06 11月, 2008 1 次提交
  9. 22 10月, 2008 1 次提交
  10. 12 10月, 2008 1 次提交
  11. 01 9月, 2008 1 次提交
  12. 29 8月, 2008 1 次提交
  13. 12 8月, 2008 1 次提交
  14. 08 8月, 2008 1 次提交
  15. 04 8月, 2008 1 次提交
  16. 13 7月, 2008 2 次提交
  17. 19 12月, 2006 1 次提交
  18. 06 12月, 2006 1 次提交
  19. 27 11月, 2006 1 次提交
  20. 15 9月, 2006 1 次提交
  21. 24 7月, 2006 1 次提交
  22. 13 2月, 2006 1 次提交
  23. 10 4月, 2005 1 次提交
  24. 28 12月, 2004 1 次提交
  25. 03 12月, 2004 1 次提交
  26. 30 11月, 2004 1 次提交
  27. 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
  28. 06 3月, 2004 1 次提交
  29. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  30. 29 1月, 2003 1 次提交
  31. 28 1月, 2002 1 次提交
  32. 26 1月, 2002 1 次提交
  33. 21 10月, 2001 1 次提交
    • D
      · f1558bb4
      Dr. Stephen Henson 提交于
      Reject certificates with unhandled critical extensions.
      f1558bb4
  34. 10 5月, 2001 1 次提交
    • D
      · 926a56bf
      Dr. Stephen Henson 提交于
      Purpose and trust setting functions for X509_STORE.
      
      Tidy existing code.
      926a56bf
  35. 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
  36. 01 2月, 2001 1 次提交
  37. 17 1月, 2001 1 次提交
    • D
      · 81f169e9
      Dr. Stephen Henson 提交于
      Initial OCSP certificate verify. Not complete,
      it just supports a "trusted OCSP global root CA".
      81f169e9
  38. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  39. 06 9月, 2000 1 次提交
    • D
      *BIG* verify code reorganisation. · 2f043896
      Dr. Stephen Henson 提交于
      The old code was painfully primitive and couldn't handle
      distinct certificates using the same subject name.
      
      The new code performs several tests on a candidate issuer
      certificate based on certificate extensions.
      
      It also adds several callbacks to X509_VERIFY_CTX so its
      behaviour can be customised.
      
      Unfortunately some hackery was needed to persuade X509_STORE
      to tolerate this. This should go away when X509_STORE is
      replaced, sometime...
      
      This must have broken something though :-(
      2f043896