1. 23 9月, 2015 1 次提交
  2. 04 9月, 2015 1 次提交
    • D
      Revert "OPENSSL_NO_xxx cleanup: RFC3779" · 47bbaa5b
      David Woodhouse 提交于
      This reverts the non-cleanup parts of commit c73ad690. We do actually
      have a reasonable use case for OPENSSL_NO_RFC3779 in the EDK2 UEFI
      build, since we don't have a strspn() function in our runtime environment
      and we don't want the RFC3779 functionality anyway.
      
      In addition, it changes the default behaviour of the Configure script so
      that RFC3779 support isn't disabled by default. It was always disabled
      from when it was first added in 2006, right up until the point where
      OPENSSL_NO_RFC3779 was turned into a no-op, and the code in the
      Configure script was left *trying* to disable it, but not actually
      working.
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      47bbaa5b
  3. 02 9月, 2015 1 次提交
  4. 01 4月, 2015 1 次提交
  5. 12 3月, 2015 1 次提交
  6. 06 2月, 2015 1 次提交
  7. 27 1月, 2015 1 次提交
  8. 22 1月, 2015 2 次提交
  9. 08 9月, 2014 2 次提交
  10. 07 7月, 2014 1 次提交
  11. 05 7月, 2014 1 次提交
  12. 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
  13. 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
  14. 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
  15. 08 10月, 2012 1 次提交
  16. 04 3月, 2010 1 次提交
  17. 25 2月, 2010 1 次提交
  18. 24 2月, 2010 1 次提交
  19. 28 7月, 2009 1 次提交
  20. 20 4月, 2009 1 次提交
  21. 06 11月, 2008 1 次提交
  22. 12 10月, 2008 1 次提交
  23. 01 9月, 2008 1 次提交
  24. 29 8月, 2008 1 次提交
  25. 08 8月, 2008 1 次提交
  26. 04 8月, 2008 1 次提交
  27. 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
  28. 04 6月, 2008 1 次提交
  29. 26 5月, 2008 1 次提交
  30. 02 4月, 2008 1 次提交
  31. 25 3月, 2008 1 次提交
  32. 27 9月, 2007 1 次提交
  33. 07 6月, 2007 1 次提交
  34. 11 4月, 2007 1 次提交
  35. 06 12月, 2006 1 次提交
  36. 30 11月, 2006 1 次提交
  37. 27 11月, 2006 1 次提交
  38. 15 9月, 2006 1 次提交