1. 27 Feb, 2001 1 commit
  2. 26 Feb, 2001 4 commits
  3. 25 Feb, 2001 1 commit
  4. 24 Feb, 2001 3 commits
  5. 23 Feb, 2001 11 commits
  6. 22 Feb, 2001 19 commits
  7. 21 Feb, 2001 1 commit
    • Geoff Thorpe's avatar
      If a callback is generating a new session ID for SSLv2, then upon exiting, · ec0f1959
      Geoff Thorpe authored
      the ID will be padded out to 16 bytes if the callback attempted to generate
      a shorter one. The problem is that the uniqueness checking function used in
      callbacks may mistakenly think a 9-byte ID is unique when in fact its
      padded 16-byte version is not. This makes the checking function detect
      SSLv2 cases, and ensures the padded form is checked rather than the shorter
      one passed by the callback.
      ec0f1959