1. 08 9月, 2014 1 次提交
  2. 07 7月, 2014 1 次提交
  3. 05 7月, 2014 1 次提交
  4. 13 6月, 2014 1 次提交
    • V
      Client-side namecheck wildcards. · a09e4d24
      Viktor Dukhovni 提交于
      A client reference identity of ".example.com" matches a server
      certificate presented identity that is any sub-domain of "example.com"
      (e.g. "www.sub.example.com).
      
      With the X509_CHECK_FLAG_SINGLE_LABEL_SUBDOMAINS flag, it matches
      only direct child sub-domains (e.g. "www.sub.example.com").
      a09e4d24
  5. 21 5月, 2014 1 次提交
    • V
      Fixes to host checking. · 397a8e74
      Viktor Dukhovni 提交于
      Fixes to host checking wild card support and add support for
      setting host checking flags when verifying a certificate
      chain.
      397a8e74
  6. 18 11月, 2012 1 次提交
    • D
      PR: 2909 · d88926f1
      Dr. Stephen Henson 提交于
      Contributed by: Florian Weimer <fweimer@redhat.com>
      
      Fixes to X509 hostname and email address checking. Wildcard matching support.
      New test program and manual page.
      d88926f1
  7. 08 10月, 2012 1 次提交
  8. 04 3月, 2010 1 次提交
  9. 25 2月, 2010 1 次提交
  10. 24 2月, 2010 1 次提交
  11. 28 7月, 2009 1 次提交
  12. 20 4月, 2009 1 次提交
  13. 06 11月, 2008 1 次提交
  14. 12 10月, 2008 1 次提交
  15. 01 9月, 2008 1 次提交
  16. 29 8月, 2008 1 次提交
  17. 08 8月, 2008 1 次提交
  18. 04 8月, 2008 1 次提交
  19. 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
  20. 04 6月, 2008 1 次提交
  21. 26 5月, 2008 1 次提交
  22. 02 4月, 2008 1 次提交
  23. 25 3月, 2008 1 次提交
  24. 27 9月, 2007 1 次提交
  25. 07 6月, 2007 1 次提交
  26. 11 4月, 2007 1 次提交
  27. 06 12月, 2006 1 次提交
  28. 30 11月, 2006 1 次提交
  29. 27 11月, 2006 1 次提交
  30. 15 9月, 2006 1 次提交
  31. 10 9月, 2006 1 次提交
  32. 24 7月, 2006 1 次提交
  33. 13 2月, 2006 1 次提交
  34. 09 1月, 2006 1 次提交
  35. 26 7月, 2005 3 次提交
  36. 24 7月, 2005 1 次提交
  37. 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
  38. 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