1. 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
  2. 04 7月, 2008 1 次提交
  3. 03 6月, 2008 1 次提交
  4. 26 5月, 2008 1 次提交
  5. 19 5月, 2008 2 次提交
  6. 03 5月, 2008 1 次提交
  7. 02 5月, 2008 2 次提交
  8. 12 4月, 2008 3 次提交
  9. 11 4月, 2008 1 次提交
  10. 10 4月, 2008 10 次提交
  11. 09 4月, 2008 3 次提交
  12. 29 3月, 2008 1 次提交
  13. 28 3月, 2008 1 次提交
    • G
      There was a need to support thread ID types that couldn't be reliably cast · f7ccba3e
      Geoff Thorpe 提交于
      to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed
      version was added but it required portable code to check *both* modes to
      determine equality. This commit maintains the availability of both thread
      ID types, but deprecates the type-specific accessor APIs that invoke the
      callbacks - instead a single type-independent API is used.  This simplifies
      software that calls into this interface, and should also make it less
      error-prone - as forgetting to call and compare *both* thread ID accessors
      could have led to hard-to-debug/infrequent bugs (that might only affect
      certain platforms or thread implementations). As the CHANGES note says,
      there were corresponding deprecations and replacements in the
      thread-related functions for BN_BLINDING and ERR too.
      f7ccba3e
  14. 21 3月, 2008 1 次提交
  15. 26 2月, 2008 1 次提交
  16. 21 2月, 2008 1 次提交
  17. 30 1月, 2008 1 次提交
  18. 24 1月, 2008 1 次提交
  19. 04 12月, 2007 1 次提交
  20. 03 12月, 2007 1 次提交
    • R
      Change submitted by Doug Kaufman. He writes: · 28f7e60d
      Richard Levitte 提交于
        I just compiled the 9.9-dev version from the 12022007 tarball under
        DJGPP. There were only 2 changes needed, one for b_sock.c, since
        DJGPP with WATT32 doesn't define socklen_t and one for testtsa to
        handle DOS style path separators. I also noted what seems to be a
        typographical error in ts.pod. The test suite passes. The patch is
        attached.
      
        Since I am in the US, I have sent notifications to the Bureau of
        Industry and Security and to the NSA.
      28f7e60d
  21. 19 11月, 2007 2 次提交
  22. 24 9月, 2007 2 次提交
  23. 18 9月, 2007 1 次提交