1. 05 12月, 2004 3 次提交
  2. 03 12月, 2004 2 次提交
  3. 02 12月, 2004 2 次提交
  4. 01 12月, 2004 2 次提交
  5. 30 11月, 2004 5 次提交
  6. 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
  7. 27 11月, 2004 1 次提交
  8. 26 11月, 2004 6 次提交
  9. 25 11月, 2004 2 次提交
  10. 24 11月, 2004 3 次提交
  11. 23 11月, 2004 1 次提交
  12. 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
  13. 18 11月, 2004 1 次提交
  14. 17 11月, 2004 3 次提交
  15. 16 11月, 2004 1 次提交
  16. 14 11月, 2004 4 次提交
  17. 13 11月, 2004 1 次提交
    • D
      PR: 969 · 521aaafc
      Dr. Stephen Henson 提交于
      Submitted by: David Holmes <davidh@3blackdogs.com>
      521aaafc