1. 30 7月, 2008 1 次提交
  2. 13 7月, 2008 1 次提交
    • D
      X509 verification fixes. · db50661f
      Dr. Stephen Henson 提交于
      Ignore self issued certificates when checking path length constraints.
      
      Duplicate OIDs in policy tree in case they are allocated.
      
      Use anyPolicy from certificate cache and not current tree level.
      db50661f
  3. 28 2月, 2008 1 次提交
  4. 07 9月, 2007 1 次提交
  5. 07 2月, 2007 1 次提交
  6. 21 1月, 2007 1 次提交
  7. 12 12月, 2006 1 次提交
  8. 06 12月, 2006 1 次提交
  9. 27 11月, 2006 1 次提交
  10. 21 9月, 2006 1 次提交
  11. 18 9月, 2006 1 次提交
  12. 15 9月, 2006 1 次提交
  13. 11 9月, 2006 1 次提交
  14. 10 9月, 2006 1 次提交
  15. 26 7月, 2006 1 次提交
  16. 06 6月, 2005 1 次提交
  17. 27 5月, 2005 1 次提交
  18. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  19. 21 4月, 2005 1 次提交
  20. 19 4月, 2005 1 次提交
  21. 11 4月, 2005 1 次提交
  22. 10 4月, 2005 1 次提交
  23. 31 3月, 2005 1 次提交
  24. 18 1月, 2005 1 次提交
    • R
      Changes concering RFC 3820 (proxy certificates) integration: · a7201e9a
      Richard Levitte 提交于
       - Enforce that there should be no policy settings when the language
         is one of id-ppl-independent or id-ppl-inheritAll.
       - Add functionality to ssltest.c so that it can process proxy rights
         and check that they are set correctly.  Rights consist of ASCII
         letters, and the condition is a boolean expression that includes
         letters, parenthesis, &, | and ^.
       - Change the proxy certificate configurations so they get proxy
         rights that are understood by ssltest.c.
       - Add a script that tests proxy certificates with SSL operations.
      
      Other changes:
      
       - Change the copyright end year in mkerr.pl.
       - make update.
      a7201e9a
  25. 28 12月, 2004 1 次提交
  26. 05 12月, 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. 05 10月, 2004 1 次提交
  29. 01 10月, 2004 1 次提交
  30. 07 9月, 2004 1 次提交
  31. 28 3月, 2004 1 次提交
  32. 06 3月, 2004 1 次提交
  33. 01 10月, 2003 1 次提交
  34. 04 6月, 2003 1 次提交
  35. 10 12月, 2002 1 次提交
  36. 28 11月, 2002 1 次提交
  37. 18 11月, 2002 1 次提交
  38. 23 2月, 2002 1 次提交
  39. 21 10月, 2001 1 次提交
    • D
      · f1558bb4
      Dr. Stephen Henson 提交于
      Reject certificates with unhandled critical extensions.
      f1558bb4
  40. 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