1. 30 11月, 2004 2 次提交
  2. 29 11月, 2004 2 次提交
    • R
      Document the change. · 5022e4ec
      Richard Levitte 提交于
      5022e4ec
    • 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
  3. 27 11月, 2004 1 次提交
  4. 26 11月, 2004 6 次提交
  5. 25 11月, 2004 2 次提交
  6. 24 11月, 2004 3 次提交
  7. 23 11月, 2004 1 次提交
  8. 21 11月, 2004 1 次提交
    • A
      RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it's · 376729e1
      Andy Polyakov 提交于
      apparently impossible to compose blended code with would perform
      satisfactory on all x86 and x86_64 cores, an extra RC4_CHAR
      code-path is introduced and P4 core is detected at run-time. This
      way we keep original performance on non-P4 implementations and
      turbo-charge P4 performance by factor of 2.8x (on 32-bit core).
      376729e1
  9. 18 11月, 2004 1 次提交
  10. 17 11月, 2004 3 次提交
  11. 16 11月, 2004 1 次提交
  12. 14 11月, 2004 4 次提交
  13. 13 11月, 2004 2 次提交
  14. 12 11月, 2004 3 次提交
  15. 11 11月, 2004 2 次提交
  16. 10 11月, 2004 1 次提交
  17. 05 11月, 2004 1 次提交
  18. 03 11月, 2004 1 次提交
  19. 02 11月, 2004 1 次提交
    • R
      Because -rpath/-R may have been used, our settings of LD_LIBRARY_PATH · ffd0f93f
      Richard Levitte 提交于
      and friends may be entirely useless.  In such a case, LD_PRELOAD is
      the answer, at least on platforms using LD_LIBRARY_PATH.  There might
      be other variables to set on other platforms, please fill us in...
      
      For now, we only do this with the tests, so they won't fail for silly
      reasons like getting dynamically linked to older installed libraries
      rather than the newly built ones...
      
      PR: 960
      ffd0f93f
  20. 01 11月, 2004 1 次提交
  21. 26 10月, 2004 1 次提交