1. 17 5月, 2005 1 次提交
  2. 16 5月, 2005 1 次提交
  3. 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
  4. 13 4月, 2005 1 次提交
  5. 11 4月, 2005 1 次提交
  6. 10 4月, 2005 1 次提交
  7. 30 3月, 2005 1 次提交
  8. 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
  9. 28 12月, 2004 1 次提交
  10. 05 12月, 2004 1 次提交
  11. 03 12月, 2004 1 次提交
  12. 30 11月, 2004 1 次提交
  13. 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
  14. 03 11月, 2004 1 次提交
  15. 07 7月, 2004 1 次提交
  16. 05 7月, 2004 1 次提交
  17. 18 5月, 2004 2 次提交
  18. 20 4月, 2004 1 次提交
  19. 02 4月, 2004 1 次提交
  20. 31 3月, 2004 1 次提交
  21. 28 3月, 2004 1 次提交
  22. 25 3月, 2004 3 次提交
  23. 23 3月, 2004 2 次提交
  24. 16 3月, 2004 1 次提交
  25. 10 3月, 2004 1 次提交
  26. 09 3月, 2004 1 次提交
  27. 08 3月, 2004 1 次提交
  28. 06 3月, 2004 1 次提交
  29. 27 12月, 2003 2 次提交
  30. 21 11月, 2003 1 次提交
  31. 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
  32. 28 9月, 2003 1 次提交
  33. 29 5月, 2003 2 次提交
    • D
      PR: 627 · 60790aff
      Dr. Stephen Henson 提交于
      Allocate certificatePolicies correctly if CPS field is absent.
      
      Fix various memory leaks in certificatePolicies.
      60790aff
    • D
      PR: 631 · e19d0ef0
      Dr. Stephen Henson 提交于
      Submitted by: Doug Sauder <dws+001@hunnysoft.com>
      
      Fix bug in X509V3_get_d2i() when idx in not NULL.
      e19d0ef0
  34. 02 5月, 2003 1 次提交