1. 30 Nov, 2004 7 commits
  2. 29 Nov, 2004 6 commits
  3. 27 Nov, 2004 3 commits
  4. 26 Nov, 2004 5 commits
  5. 25 Nov, 2004 6 commits
  6. 24 Nov, 2004 2 commits
  7. 23 Nov, 2004 5 commits
  8. 21 Nov, 2004 1 commit
    • Andy Polyakov's avatar
      RC4 tune-up for Intel P4 core, both 32- and 64-bit ones. As it's · 376729e1
      Andy Polyakov authored
      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. 17 Nov, 2004 3 commits
  10. 16 Nov, 2004 2 commits
    • Dr. Stephen Henson's avatar
      Update X509v3 docs. · 37dccd8f
      Dr. Stephen Henson authored
      37dccd8f
    • Dr. Stephen Henson's avatar
      PR: 910 · 826a42a0
      Dr. Stephen Henson authored
      Add command line options -certform, -keyform and -pass to s_client and
      s_server. This supports the use of alternative passphrase sources, key formats
      and keys handled by an ENGINE.
      
      Update docs.
      826a42a0